-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: GutenbergKit history navigation (#23961)
* feat: Reinstate site icon within navigation bar back button This was temporarily removed due to a separate refactor of the site icon view. * feat: Toggle undo/redo button state alongside editor state Allow button interactivity when undo/redo actions are available. * feat: Navigate editor history Enable stepping forwards and backwards through the editor history. * build: Update GutenbergKit ref * build: Update GutenbergKit ref * docs: Add release note * build: Update GutenbergKit ref
- Loading branch information
Showing
4 changed files
with
13 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
25.7 | ||
----- | ||
* [**] Enable history navigation (undo and redo) for the experimental editor. [#23961] | ||
|
||
25.6 | ||
----- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters