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
Currently there is no way for a user of the library to know what WordPress version supports the various components. And this actually is a bit of a tricky issue to solve for because we don't bundle the @wordpress/ packages but instead rely on the dependency-extraction-webpack-plugin to use the already bundled version of those packages from core.
Because of this we can run into issues with which WordPress version actually supports a given component / props of those components.
It would be ideal to find a way to tie the WordPress support into the semantic versioning of the package so you can confidently use the package on the correct WordPress version without an auto update of the package breaking support with an older WordPress version.
The text was updated successfully, but these errors were encountered:
Currently there is no way for a user of the library to know what WordPress version supports the various components. And this actually is a bit of a tricky issue to solve for because we don't bundle the
@wordpress/
packages but instead rely on thedependency-extraction-webpack-plugin
to use the already bundled version of those packages from core.Because of this we can run into issues with which WordPress version actually supports a given component / props of those components.
It would be ideal to find a way to tie the WordPress support into the semantic versioning of the package so you can confidently use the package on the correct WordPress version without an auto update of the package breaking support with an older WordPress version.
The text was updated successfully, but these errors were encountered: