Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
c845c41
add hint to show template part move (#52395)
SaxonF Jul 7, 2023
e36aae1
Page Content Focus: Ignore page content within a Query Loop block (#5…
noisysocks Jul 7, 2023
089d7fd
Patterns: stop endless snackbars appearing (#52012)
glendaviesnz Jul 6, 2023
ef51622
Patterns: Distinguish between theme patterns and template parts in ca…
jameskoster Jul 6, 2023
02fb4a7
Allow opt out of auto-creation of Navigation fallback (#52319)
getdave Jul 6, 2023
1fe426f
Update welcome guide copy (#52282)
jameskoster Jul 5, 2023
c522b12
Patterns: Update pattern copy (#52340)
jameskoster Jul 6, 2023
d376ba9
Post Title: The changes should be reflected when previewing a post (#…
Mamaduka Jul 6, 2023
7398771
Update fixed block toolbar (#52123)
draganescu Jul 5, 2023
5af8f46
Drop PHP 5.6 CI jobs (#52345)
hellofromtonya Jul 5, 2023
cc3841c
Patterns: Add handling of sync status to the wp-admin patterns list p…
glendaviesnz Jul 6, 2023
b9b4bfa
Exit template focus when opening the W menu (#52235)
noisysocks Jul 5, 2023
eb94b26
wrap buttons (#52249)
jameskoster Jul 5, 2023
ed76244
Update the behavior of the cached undo/redo stack (#51644)
youknowriad Jul 5, 2023
f060b18
Adjust top position (#52248)
jameskoster Jul 5, 2023
14bb146
Patterns: add a hint about the rename of reusable blocks to menu and …
glendaviesnz Jul 5, 2023
8dab0a0
Site Editor: update headings hierarchy in the 'Manage all' screens (#…
ramonjd Jul 5, 2023
d98464c
Check randomizer experiment is enabled before rendering button (#52306)
tellthemachines Jul 5, 2023
cd5be56
Hide parent selector when parent is 'disabled' or 'contentOnly' (#52264)
noisysocks Jul 5, 2023
4795e31
Fix incorrect aria-describedby attributes for theme patterns (#52263)
kevin940726 Jul 5, 2023
9e40ea9
Patterns: rename sync_status and move to top level field on rest retu…
glendaviesnz Jul 5, 2023
f03487a
Fix default block dimensions visibility (#52256)
Jul 4, 2023
9a99dd0
Patterns: Display all custom template part areas in sidebar nav (#52355)
aaronrobertshaw Jul 7, 2023
9dc955e
Revert phpcs back to PHP 5.6 (#52384)
hellofromtonya Jul 6, 2023
09a4abe
Check if experiment enabled fr this time (#52315)
tellthemachines Jul 5, 2023
ce56765
Navigation: Remove one preloaded endpoint (#52115)
scruffian Jul 4, 2023
a0bdd09
default to showing status (#52226)
SaxonF Jul 4, 2023
91a3458
Command palette: rename (#52153)
stokesman Jul 3, 2023
2930ef4
Image block and behaviors: Fix some warnings (#52109)
cbravobernal Jun 29, 2023
859112d
Turn off DFM for style book and style editing (#52117)
draganescu Jul 3, 2023
41cecb5
Add confirmation step when deleting a Template (#52236)
ntsekouras Jul 3, 2023
a20e265
[Command Palette]: Remove suggestion for deleting templates/parts (#5…
ntsekouras Jul 3, 2023
df103c2
Update stepper styling in Home template details panel (#51972)
jameskoster Jun 27, 2023
b776600
[Edit Post]: Add toggle fullscreen mode and list view commands (#52184)
ntsekouras Jul 3, 2023
621aa95
Style Book: Show tabs and make blocks clickable when entering edit mo…
t-hamano Jul 5, 2023
150b10c
!important (#52025)
jameskoster Jun 28, 2023
1f60798
Navigation in Site View: Readd the edit button (#52111)
scruffian Jun 30, 2023
a300af3
Fix UnitControl crashing on regex control characters.
TimothyBJacobs Jul 3, 2023
17ae96f
Patterns: rename wp_block sync_status postmeta to wp_pattern_sync_sta…
glendaviesnz Jul 4, 2023
0afd8ed
Site Editor Frame: Ignore Spotlight in view mode (#52262)
ntsekouras Jul 4, 2023
5ab9b67
Guide: Place focus on the guide's container instead of its first tabb…
noisysocks Jul 5, 2023
838485c
Post editor: Require confirmation before removing Footnotes (#52277)
mcsf Jul 5, 2023
d03a89e
Fix react-dropdown-menu version to avoid breaking change from one of …
tellthemachines Jul 6, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix react-dropdown-menu version to avoid breaking change from one of … (
#52356)

* Fix react-dropdown-menu version to avoid breaking change from one if its dependencies.

* Changelog update

* move changelog entry to the right place

* Update package-lock
  • Loading branch information
tellthemachines committed Jul 7, 2023
commit d03a89ec69e066c24e3ffe3716a92a9f71f620d0
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- `UnitControl`: Fix crash when certain units are used ([#52211](https://github.com/WordPress/gutenberg/pull/52211)).
- `Guide`: Place focus on the guide's container instead of its first tabbable ([#52300](https://github.com/WordPress/gutenberg/pull/52300)).
- `Popover`: Pin `react-dropdown-menu` version to avoid breaking changes in dependency updates. ([52356](https://github.com/WordPress/gutenberg/pull/52356)).

## 25.2.0 (2023-06-23)

Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@emotion/styled": "^11.6.0",
"@emotion/utils": "^1.0.0",
"@floating-ui/react-dom": "1.0.0",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-dropdown-menu": "2.0.4",
"@use-gesture/react": "^10.2.24",
"@wordpress/a11y": "file:../a11y",
"@wordpress/compose": "file:../compose",
Expand Down