Skip to content

v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Aug 12:53
· 19 commits to main since this release
85e1fa0

Minor Changes

  • c39d80e: Consolidate data properties

    This consolidates data attributes, grouping them by type, so that you might have:

    <div data-corset-props="--one --two --three"></div>

    Instead of:

    <div data-corset-prop-one data-corset-prop-two data-corset-prop-three></div>

    This means less clutter in the DOM.

    In addition to data-corset-props there is also data-corset-stores for stores and data-corset-scope for each scope values (item and index).