This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Version 3.0.0
This version of Undernet is a mixture of framework optimizations and new components + API updates. Each JS component has a slight change for either optimization, developer experience, or both.
General framework updates:
- New dropdown component. 🎉🎉🎉
- Updated config defaults in
_config.scss
.
Framework API updates:
- Accordion API:
data-expanded
attribute replaced withdata-visible
;aria-labelledby
added during component setup and no longer explicit. - Modal API:
data-parent
attribute required on anydata-modal
element, replacing previous use ofparentNode
during component setup to find the overlay container.
Build updates:
- Refactors update-version script to handle versioning only.
- New
create-hashes
node script to handle updating download.md hashes for CDN links.