Skip to content

Releases: Patternslib/Patterns

2.0.9 - Mar 30, 2015

30 Mar 13:56
Compare
Choose a tag to compare
  • Fixed IE bug in pat-equalizer
  • #389 Add support in pat-inject for the HTML5 formaction attribute
  • New pattern: pat-clone.
  • Upgrade to jQuery 1.11.1

2.0.8 - Feb. 5, 2015

05 Feb 14:27
Compare
Choose a tag to compare

#395 add body class after patterns loaded from registry

2.0.7 - Feb. 4, 2015

04 Feb 10:42
Compare
Choose a tag to compare
  • #381 Checked class not set on checklist
  • Add stub module i18n.js. Provides compatibility with Mockup patterns.
  • Add support for Mockup patterns.
  • Add support for parsing JSON as pattern configuration
  • Add support for using pat-subform together with pat-modal.
  • Give pattern plugins the change to modify arguments before returning them.
  • New arg for pat-autosuggest: words-json
  • New pattern: pat-masonry

2.0.6 - Dec. 10, 2014

04 Feb 10:43
Compare
Choose a tag to compare
  • New core module pluggable.js which allows the creation of Pluggable patterns.

2.0.5 (2014-12-04)

04 Dec 16:54
Compare
Choose a tag to compare
  • #383 pat-equaliser sets the height to early

2.0.4 - October 7, 2014

07 Oct 07:56
Compare
Choose a tag to compare
  • spectrum lib for colour picker now defaults to hsv values. Keep hex as default for backward compatibility (SLC ref 9849)
  • pat-inject autoload did not properly remove event handlers, so that they were called over and over. (SLC ref 10695)

2.0.3 - September 22, 2014

22 Sep 14:56
Compare
Choose a tag to compare
  • when another tooltip trigger is clicked, only close the previous tooltip if it does not contain the trigger. slc ref #9801
  • moved utils.debounce() call to fix removal of event handler, slc ref #10695

2.0.2 - September 8, 2014

08 Sep 09:31
Compare
Choose a tag to compare
  • #377 Local inject doesn't work for IE10 and 11
  • #378 pat-switch detecting click on container of link prevent default on anchor
  • #379 pat-checklist selectAll/deselectAll only works inside .pat-checklist element

2.0.1 September 2, 2014

02 Sep 08:59
Compare
Choose a tag to compare
  • Bugfix in pat-toggle. Check that the previous state is not null before
    attempting to restore it.

2.0.0 - August 11, 2014

14 Aug 14:04
Compare
Choose a tag to compare
  • 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.