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 ❤️