Opened 2 years ago
Closed 2 years ago
#57656 closed task (blessed) (fixed)
Add Style Book to Global Styles
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 6.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Editor | Keywords: | gutenberg-merge |
Focuses: | Cc: |
Description
Why Style Book?
It's not uncommon for users to find themselves styling a block in Global Styles without that block being present on the canvas. Consequently they are left unsure as to whether the desired outcome is achieved.
Style Book displays a preview of all block types in a resizable editor frame in site editor. This issue was introduced here: https://github.com/WordPress/gutenberg/issues/44420
Change History (3)
#2
@
2 years ago
- Keywords gutenberg-merge added
- Milestone changed from Awaiting Review to 6.2
- Type changed from enhancement to task (blessed)
There is a discussion underway in in Core Slack core-committers channel for code being copied/merged from Gutenberg into Core already being blessed.
Today is 6.2 Beta 1. Core's handbook is clear about how to handle ALL enhancements and features requests before starting Beta 1.
- How the Release Cycle Works:
Phase 3: Beta. Betas are released and beta-testers are asked to start reporting bugs. No more commits for new enhancements or feature requests are allowed for the rest of the release.
- Releasing Beta and RC Versions:
For Beta releases, ensure that the milestone is cleared of enhancement and feature request tickets (e.g., Trac query for 6.1). If there is agreement within the release squad that a certain enhancement or feature request is critical for the release and thus needs to remain in the milestone, its ticket type should be changed to “Task (blessed)”. Also ensure with the Editor Tech Lead that enhancements/features merges from Gutenberg are similarly either cleared from the milestone or changed to a “Task (blessed)”.
This discussion likely will not get resolved before today's Beta 1 party starts.
I'm setting this new feature to "blessed" as it is planned for 6.2 and has already been released in Gutenberg. Its continuation is feature refinement. Given the fast iterations and release cycles, it will receive more testing, discussion, and feedback through Gutenberg's cycles than in Core's beta cycle.
This "blessed" feature can be revisited once there's resolution to the discussion.
In talking with @priethor, there will be a mixture of PHP code to merge/backport and packages to update. This ticket can be the landing place to track the feature.
I'd like to propose the Style Book to be a blessed task in the WordPress 6.2 release cycle.
When was this first released?
This feature was introduced in Gutenberg 14.8: https://github.com/WordPress/gutenberg/pull/45960
Why blessed it?
This new piece of UI might require UX changes to address accessibility needs or to polish some interactions(example: https://github.com/WordPress/gutenberg/pull/46705).