WordPress / block-development-examples

Practical examples for building WordPress blocks and extending the Editor.
https://wordpress.github.io/block-development-examples/
GNU General Public License v2.0
213 stars 32 forks source link

remove experimental tags #96

Closed flexseth closed 6 months ago

flexseth commented 7 months ago

per @ryanwelcher's request

Additional feedback requested about the @typescript-eslint/experimental-utils package.

assuming this is still a requirement...

ndiego commented 7 months ago

Hey @flexseth, thanks for working on this. The experimental tags need to be removed (which you did), but it also looks like you removed all the experimental components as well. These need to remain.

So, the only thing that should be updated is the _data/examples.json file and the associated readmes for each example and the main repo readme.

flexseth commented 7 months ago

Hey @flexseth, thanks for working on this. The experimental tags need to be removed (which you did), but it also looks like you removed all the experimental components as well. These need to remain.

Heard

So, the only thing that should be updated is the _data/examples.json file and the associated readmes for each example and the main repo readme.

Heard, probably going to use this as a learning experience with rebasing or something fancy in Gitland

maybe making a training piece from it :)

juanmaguitar commented 6 months ago

Closing this PR as per https://github.com/WordPress/block-development-examples/pull/99