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-expandedattribute replaced withdata-visible;aria-labelledbyadded during component setup and no longer explicit.
- Modal API: data-parentattribute required on anydata-modalelement, replacing previous use ofparentNodeduring component setup to find the overlay container.
Build updates:
- Refactors update-version script to handle versioning only.
- New create-hashesnode script to handle updating download.md hashes for CDN links.