Skip to content

v2.1.0

Compare
Choose a tag to compare
@lucaslarroche lucaslarroche released this 15 Mar 05:51
· 4 commits to main since this release
2e66cc8

Feature

Fixes

  • Ensure modal styles only apply to direct child <article> elements, by @Zurga #528, #527
  • Fix various typos throughout the project, by @preist #613
  • Remove unnecessary self-closing slashes in the README, by @Rotzbua #538
  • Add :host alongside :root for better Web Components and Shadow DOM support, by @rcoup #641, #439
  • Fix table striping to ignore hidden rows, by @feored #585
  • Exclude <form> from loading indicators (aria-busy="true") to prevent conflicts with frameworks like Rails, by @coezbek #625
  • Fix details inside dropdown being rendered as a dropdown, by @mwargan #615
  • Fix Sass deprecation warning for mixed declarations by reordering rules, by @nstringham #596, #575, #577
  • Remove dotted border on [role="button"] elements with a tooltip ([data-tooltip]), by @panda-madness #587
  • Refactor to remove Sass deprecation warnings:
    • Reordered mixed declarations to prevent warnings, by @nstringham #596, #575, #577
    • Replaced deprecated global functions with module-based equivalents
    • Updated deprecated color functions for future compatibility

Chores

  • Update dependencies
  • Remove unnecessary Node.js version constraint

A huge thank you to the contributors ❤️

Full changelog