Releases: washingtonstateuniversity/WSU-spine
Releases · washingtonstateuniversity/WSU-spine
2.0.2 WSU Spine
Bump version 2.0.2
2.0.1 WSU Spine
Bump version 2.0.1
2.0.0 WSU Spine
Bump package-lock.json to 2.0.0
1.4.8 WSU Spine
- Add specificity to the mobile menu button.
1.4.7 WSU Spine
- Add a
viewport_offset
setting to help the Spine account for fixed toolbars. - Add ARIA attributes to the menu
button
on mobile.
1.4.6 WSU Spine
1.4.6
- Fix incorrect tag on deployment. 😞
1.4.5
- Add a title attribute to the Spine search input.
- Add a title attribute to the Menu button.
- Assign a background color to
#glue
unless using vellum. - Remove unnecessary prevention of click/touchend on search input.
- Fix contrast issue for non-focused text inputs.
1.4.4 WSU Spine
1.4.3 WSU Spine
Enhancements
- Adjust Spine colors for various themes and nav elements. See #353 for the discussion and #381
- Allow multiple nav sections to be open at the same time in the Spine. See #367
- Allow the current nav section to be toggled closed. See #386
- Several adjustments to test HTML markup to help better describe expected conditions of the Spine.
Bug Fixes
1.4.2 WSU Spine
Bug Fixes
- Process couplets into Overview anchors before checking their active state so that a child's parent's Overview link doesn't show as active because of an over-eager clone.
Enhancements
- Short circuit Overview creation if a parent has a
#
href, speeding up the processing of large, multi-level menus.
1.4.1 WSU Spine
Bug Fixes
- Some horizontal mobile signatures were not being applied correctly. Our test HTML assigned the signature class to
html
, but code in the wild assigns these classes tobody
instead. We should handle both scenarios. See #361. - One of the Health Sciences Spokane marks was missing, and has likely been missing for a long time. See #364.