Skip to content
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

Add better documentation for which WordPress versions are supported #232

Open
fabiankaegy opened this issue Jun 22, 2023 · 0 comments
Open
Assignees
Labels
[Type] Documentation Improvements or additions to documentation [Type] Infrastructure

Comments

@fabiankaegy
Copy link
Member

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.

@fabiankaegy fabiankaegy added [Type] Documentation Improvements or additions to documentation [Type] Infrastructure labels Jun 22, 2023
@fabiankaegy fabiankaegy self-assigned this Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Documentation Improvements or additions to documentation [Type] Infrastructure
Projects
None yet
Development

No branches or pull requests

1 participant