-
Notifications
You must be signed in to change notification settings - Fork 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
DevDocs: Gutenberg components - Updating examples #26367
Conversation
f8402d4
to
72bf72c
Compare
@gziolo let me know when the new version of the |
It will happen today, we were too busy preparing plugin's release yesterday :) |
768bf9d
to
840e08f
Compare
I forgot to let you know but I see you already noticed that new version of packages was published 😎 |
840e08f
to
ed0783e
Compare
4397dae
to
5003c61
Compare
Adding compatibility for components having a name that doesn't match the file path
The section is now behind a feature flag
The section is now behind a feature flag
Adding section back to the Collection component
Added more context explaining how the examples are extracted
Amending class name
d73030b
to
0d2b951
Compare
This continues #26314 and includes examples of the remaining Gutenberg components in the new "Gutenberg Components" section.
Examples are loaded dynamically from Gutenberg (WordPress/gutenberg#8267, WordPress/gutenberg#8338), so we don't need to maintain then anymore in Calypso.
Due to issues found, the new "Gutenberg Components" section is now behind the same feature flag we added in #26065, so it is only visible in a development environment.
Testing Instructions
With the
devdocs/gutenberg-blocks
feature flag enabled:npm start
/devdocs/gutenberg-components
With the
devdocs/gutenberg-blocks
feature flag disabled:DISABLE_FEATURES=devdocs/gutenberg-blocks npm start
/devdocs
/devdocs/gutenberg-components
Issues
(Fix components styles import WordPress/gutenberg#8264)ColorIndicator
: It has not been publishedColorPalette
: Custom color picker is wrong positioned (ColorPalette: Custom color picker is wrong positioned WordPress/gutenberg#8558)DatePicker
: Prev/Next month buttons wrong styled (DateTimePicker: Previous/Next month wrongly styled WordPress/gutenberg#8870)Dropdown
: Popover content is wrong positioned (Dropdown: Popover content is wrong positioned WordPress/gutenberg#8559)FocusableIframe
: React does not recognize theforwardedRef
prop on a DOM element (FocusableIframe: React does not recognize the forwardedRef prop on a DOM element WordPress/gutenberg#8560)FormToggle
: Component wrong styled (FormToggle: Component wrongly styled WordPress/gutenberg#8871)Modal
: Height is bigger than needed and tooltip is wrong positioned (Modal: Height is bigger than needed and tooltip is wrong positioned WordPress/gutenberg#8561)NavigableContainer
: Items in TabbableContainer are not navigated in order (NavigableContainer: Items in TabbableContainer are not navigated in order WordPress/gutenberg#8563)(Add styles for Notice component WordPress/gutenberg#8856)Notice
: Component wrongly styledPlaceholder
: Width exceeds the width of the parent (Placeholder: Width exceeds the width of the parent WordPress/gutenberg#8564)SandBox
: Content not displayed (SandBox: Content not displayed WordPress/gutenberg#8565)(Spinner: Nothing is displayed WordPress/gutenberg#8566)Spinner
: Nothing is displayed(withFilters: Filter is not applied WordPress/gutenberg#8567)withFilters
: Filter is not applied