You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The canonical source of component readiness is now the @wordpress/use-recommended-components lint rule. If you don't get a lint error for a given @wordpress/ui component, it's ready for use.
These are the remaining tasks before we can start using @wordpress/ui components in the Gutenberg app. Any other blockers will be added to this list as we discover them.
The official introduction of ThemeProvider and design tokens stylesheet needs separate planning, but is not technically a blocker to start component adoption.
Note
The canonical source of component readiness is now the
@wordpress/use-recommended-componentslint rule. If you don't get a lint error for a given@wordpress/uicomponent, it's ready for use.These are the remaining tasks before we can start using
@wordpress/uicomponents in the Gutenberg app. Any other blockers will be added to this list as we discover them.use-recommended-componentsrule #76222Button,Badge)VisuallyHidden: Needs to work with [isElementVisible()] Expand support forisElementVisible(VisuallyHidden) #77191(gutenberg/packages/block-editor/src/utils/dom.js
Line 83 in 9eec223
@wordpress/components@wordpress/componentsTheme: Change default control cursor topointer#76762@wordpress/componentswith conflicting names ESLint: Adduse-import-asrule #77389The official introduction of
ThemeProviderand design tokens stylesheet needs separate planning, but is not technically a blocker to start component adoption.