Releases: Patternslib/Patterns
Releases · Patternslib/Patterns
2.0.10 - Sept. 18, 2015
- 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
- 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
#395 add body class after patterns loaded from registry
2.0.7 - Feb. 4, 2015
- #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
- New core module pluggable.js which allows the creation of Pluggable patterns.
2.0.5 (2014-12-04)
- #383 pat-equaliser sets the height to early
2.0.4 - October 7, 2014
- 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
- 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
2.0.1 September 2, 2014
- Bugfix in pat-toggle. Check that the previous state is not null before
attempting to restore it.