Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

v3.6

Compare
Choose a tag to compare
@waitingallday waitingallday released this 18 Nov 01:52
· 1101 commits to master since this release

This minor release covers 2 issues and 10 pull requests.

What's new

  • Adds basic self-awareness to JavaScript-driven components: any call to bind events on accordion, modal, inpage-navigation and icons checks to see if events are bound already. This allows developers to rerun event bindings if the page content is updated dynamically via JS or Ajax, and add or rebind events as necessary. A globally scoped helper for this, window.UOMbind() can be used to rebind a component, e.g. UOMbind('accordion');.
  • Added new smartphone icon.
  • Jumpnav can now be locked to the table of contents mode, as seen on smaller screen widths.
  • Documentation for new h1 style: aligned-title.
  • Fixes to h1 alignment when composed with certain elements.
  • Fixes to single-page event style, and reinstatement of the corresponding example layout.
  • Fix on styled select regression to staff hub component.