Skip to content

2.0.0 - August 11, 2014

Compare
Choose a tag to compare
@jcbrand jcbrand released this 14 Aug 14:04
· 6541 commits to master since this release
  • New patterns:
    • Colour picker pattern. This can be used as a polyfill for browsers which do
      not support colour inputs.
    • Notifications pattern for self-healing messages.
  • Autofocus pattern: never give an input element the focus if it was hidden
    by the depends pattern.
  • Autosuggest pattern:
    • Add AJAX-support to load available options from a backend server.
    • Clear the selected value from a reset button for the form is pressed.
    • Do not open the auto-suggest dropdown on enter.
    • Fix width-related layout problems.
    • Add option to restrict the max amount of selected items.
  • Bumper pattern: support bumping inside scrolling containers.
  • Checked flag pattern: fix initialisation of radio buttons. Pre-checked
    radio buttons would not marked as such if there were unchecked radio
    buttons later in the DOM.
  • Checklist pattern: correctly initialise the state on initial page view.
  • Inject pattern: do not try to rebase mailto: URLs.
  • Modal pattern:
    • Add a new closing option. This allows configuring how a modal can be
      closed.
    • Various positioning improvements.
  • Sortable pattern: add a new selector option to specify which elements
    to sort. This makes it possible to use the pattern outside lists.
  • Switch pattern: prevent default action when a link is clicked.
  • Tooltip pattern:
    • Correctly handle a button with close-panel class in AJAX-loaded tooltip
      content. This fixes fixes ticket
      356
      .
    • Add new target option to specify where to insert a tooltip in the DOM.
    • Update the tooltip position of a parent is scrolled.