Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Version 3.0.0

Choose a tag to compare

@geotrev geotrev released this 10 Nov 03:50
· 689 commits to master since this release
7ff184f

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 with data-visible; aria-labelledby added during component setup and no longer explicit.
  • Modal API: data-parent attribute required on any data-modal element, replacing previous use of parentNode 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.