This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
corset@2.1.0
Minor Changes
c39d80e: Consolidate data properties
This consolidates data attributes, grouping them by type, so that you might have:
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
corset@2.1.0
Minor Changes
c39d80e: Consolidate data properties
This consolidates data attributes, grouping them by type, so that you might have:
Instead of:
This means less clutter in the DOM.
In addition to
data-corset-props
there is alsodata-corset-stores
for stores anddata-corset-scope
for each scope values (item and index).