-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
[Feature] Component SystemWordPress component systemWordPress component system[Package] Components/packages/components/packages/components[Type] FeatureNew feature to highlight in changelogs.New feature to highlight in changelogs.
Description
Part of #34284
Why
The new ColorPicker should replace the legacy version of the component
What
This effectively means moving the code of the g2 component over to the src folder of the @wordpress/components package, completely replacing the legacy component.
We need to ensure that usages of the ColorPicker keep working as expected, despite the changes.
A/C
- The new
ColorPickeris promoted to thesrcfolder, replacing the legacy component (a legacy adapter has already been created in components: Add deprecated props adapter for ColorPicker #34014)- The code of the legacy
ColorPickeris deleted
- The code of the legacy
- Asses any potential breaking change introduced
- Test that the component works as expected, in continuity with the previous version:
- In storybook
- In the usages across the Gutenberg repository
- Introduce a changelog entry
Metadata
Metadata
Assignees
Labels
[Feature] Component SystemWordPress component systemWordPress component system[Package] Components/packages/components/packages/components[Type] FeatureNew feature to highlight in changelogs.New feature to highlight in changelogs.