Skip to content

Releases: Patternslib/Patterns

2.0.10 - Sept. 18, 2015

18 Sep 15:36
Compare
Choose a tag to compare
  • Add new argument "hooks" to pat-inject.
  • Add new parser method addAlias for adding aliases of parser arguments.
  • Add the addJSONArgument method to the argument parser, which provides support for JSON as argument values.
  • Added Sass files for all patterns.
  • Bugfix in pat-masonry. Wait until images are loaded.
  • Bugfixes and improvements to pat-clone.
  • Fixed a bug where the page reloads when the image viewer from pat-gallery is closed.
  • In pat-autosuggest, new option allow-new-words, for explicitly allowing or denying custom tags.
  • Make pat-bumper also bump against the bottom edge.
  • New layout. All files relevant to individual patterns (except for tests) are now in ./src/pat
  • pat-gallery now uses Photoswipe 4.1.0 and is based on pat-base.
  • New pattern pat-validation which replaces pat-validate.

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.