Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-15 | 1.4 kB | |
v2.1.0 source code.tar.gz | 2025-03-15 | 2.8 MB | |
v2.1.0 source code.zip | 2025-03-15 | 2.9 MB | |
Totals: 3 Items | 5.7 MB | 0 |
Feature
- Style
<samp>
like<code>
, by @ISSOtm [#644]
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 ❤️