Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Gutenberg 17 #253

Merged
merged 26 commits into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
c46b892
Update NodeJS to 16
fjorgemota Feb 8, 2024
e81b7d8
Update package dependencies to use pacakges from Gutenberg 17.6.4
fjorgemota Feb 8, 2024
9514a29
Move logic to unlock private APIs to separate file
fjorgemota Feb 15, 2024
e45061a
Use setEditedPost in editor-setup instead of setupEditorState
fjorgemota Feb 15, 2024
c843aa5
Fix Sidebar so it works with Gutenberg 17
fjorgemota Feb 15, 2024
21929a9
Update packages to those from Gutenberg 17.7
fjorgemota Feb 15, 2024
63ca409
Use new CSS classes in the inserter sidebar
fjorgemota Feb 19, 2024
6855038
Make ListViewOutline use the new Gutenberg structure / components
fjorgemota Feb 19, 2024
5ba705d
Adapt ListViewSidebar to work on Gutenberg 17
fjorgemota Feb 19, 2024
d33fd3b
Fix Formatting Toolbar not appearing
fjorgemota Feb 26, 2024
ead70d1
Fix Typescript error
fjorgemota Feb 27, 2024
038463a
Fix style issue of the header toolbar when isolated
fjorgemota Feb 27, 2024
5c8b5fb
Fix formatting toolbar not appearing on small screens
fjorgemota Feb 27, 2024
2f189a3
Do not show Document tab if the document inspector is not true
fjorgemota Feb 27, 2024
f6b873d
Update terser-webpack-plugin
fjorgemota Feb 27, 2024
13570cf
Update build files
fjorgemota Feb 27, 2024
6383b42
Update dependencies to Gutenberg 17.9
fjorgemota Mar 13, 2024
714795b
Another package bump
johngodley Mar 20, 2024
61343fb
Fix the tab headings in the inspector/inserter
johngodley Mar 20, 2024
5e85206
Prevent unnecessary API requests
johngodley Mar 20, 2024
e07ec33
Update changelog for 2.29.0
johngodley Mar 20, 2024
62b0ef7
Fix unit test
johngodley Mar 20, 2024
bf3d78c
Build
johngodley Mar 20, 2024
c64e9a1
Try and fix the tests
johngodley Mar 20, 2024
4eac66c
Remove failing test
johngodley Mar 20, 2024
b1241a0
Create IBE using React's in the isolated non-WP browser example
fullofcaffeine Mar 21, 2024
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
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
- name: Use Node.js 20.x
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 20.x

- name: Get yarn cache directory path
id: yarn-cache-dir-path
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.29.0] - 2024-03-20

### Update
- Various changes to work with Gutenberg 17.9.0
- Toolbar is now a single strip only

## [2.28.0] - 2023-10-31

### Update
Expand Down
Loading
Loading