-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Remove Navigation Area block #40645
Remove Navigation Area block #40645
Conversation
Size Change: -694 B (0%) Total Size: 1.23 MB
ℹ️ View Unchanged
|
Practically none of it made it. This block made it to one Gutenberg release, and in another it was marked as experimental. Experimental blocks are not backported to core. The deprecation grace period for Gutenberg passed long ago. We're good to go here. ...that is, once the unit tests pass 😄 |
This looks pretty close @getdave! Just one more test: |
Yeh that is weird. I can't see it happening elsewhere but I raised this as a potential fix. What do you think? |
52e311e
to
a54503e
Compare
I cherry picked this change into |
* Remove all references to Navigation Area block * Remove rest init * Remove Nav Area from ts entities * Remove refs to Nav Areas from Core Data tests
What?
Removes the deprecated Navigation Area block introduced in #36178 and formally deprecated in #36727.
Why?
Navigation Areas were deprecated in #36727 and should now be removed entirely in line with best practices and also to clean up the Nav block code.
How?
Removes all references to the Nav Areas block from Gutenberg.
Question: some of this code may have made it into Gutenberg Core. What should we do here @adamziel?
Testing Instructions
Check for errors when loading Gutenberg and inserting a Nav block.
Screenshots or screencast