-
Add a new stacks pattern.
-
Tooltip pattern:: Add a new
ajax-data-type
option that makes it possible to use markdown content as AJAX source. -
Update Makefile to install npm modules as needed. This makes it possible to completely bootstrap and build Patterns using make from a clean git clone.
-
Checked flag pattern: make sure the fieldset classes are updated correctly when changing the radio button selection. This fixes ticket 348.
-
- add new
selector
option to allow overriding which elements must be updated. - Add new options to specify which classes much be added/removed when an item is (un)bumped.
- add new
-
Depends pattern: also update dependencies on keyup. This makes sure actions happen without forcing a user to move focus away after modifying a text field.
-
Rewrite the slides pattern to use the new Patternslib slides library, replacing shower.
-
Fix event handling in the sortable pattern. This could result in unexpected behaviour in Firefox.
-
Add a new forward pattern.
-
Add a missing dependency on jquery-ext to the registry module. This fixes errors invoking the scan function when using a Patterns bundle.
-
Validate pattern: perform validation when submitting forms via AJAX.
-
The argument parser can now disable configuration inheritance if needed by a pattern.
-
The select-option pattern has been merged into the checked flag pattern.
-
Checked flag pattern: add new API to control select and checkbox elements.
-
Do not handle exceptions during Patterns initialisation and transforms if a
patterns-dont-catch
query string parameter is present.
-
Validate pattern: always validate form elements when they are changed instead of waiting for a first form submit. This fixes ticket 324.
-
Update to a new version of shower which does not hijack key events when not in presentation mode. This fixes ticket 315.
-
Handle security errors when checking if a browser supports sessions storage. This fixes ticket 326.
-
Add new equaliser pattern. This fixes ticket 307.
-
Depends pattern: allow dashes in input names and values again. This fixes ticket 313.
-
Include value of used submit button when using forms for injection. This fixes ticket 305.
-
The argument parser has been updated to support quoted arguments in shorthand notation.
-
Add new validate pattern. This fixes ticket 68.
-
Add a new internal
pat-update
event which is triggered for elements that are changed. -
Markdown pattern: correct internal escaping behaviour which could cause characters to show up in unexpected escaped form in literal blocks. This fixes ticket 306.
-
Depends pattern:
-
Include element with invalid dependency in error log messages. This makes it a lot simpler to find the source of errors.
-
Support non-ASCII variable names and values. This fixes ticket 304.
-
Do not include generated parser in source tree. Instead the make rules have been improved to generate/update the parser as needed.
-
Support quoting of values. This makes it possible to test for values containing whitespace.
-
-
Collapsible pattern: add a new
slide-horizontal
transition. -
Slideshow builder pattern: make it possible to insert the slideshow fieldset in a different location than at the start of the form.
-
Packaging: Remove unneeded dependency on jquery.autosuggest.
-
Injection pattern:
- Fix injection of HTML5 elements in IE 8 and older.
- Fix the rebasing of URLs when injecting in IE 8 and older.
- Send a new
pat-inject-content-laoded
event when all images in injected markup have finished loading.
-
Modal pattern:
- Reposition the modal after its images have finished loading.
- Improve browser compatibility.
-
Fix use of an undeclared variable in the parser which could result in problems in IE8. This fixes ticket 298.
-
Markdown pattern:
-
Generate HTML5
<section>
elements with a<h1>
header when converting headers. This fixes ticket 216. -
Support filtering if injected markdown documents with headers using underlined (equal signs or dashes) style notation.
-
Update the version of pagedown-extra which could case markdown constructs to be replaces with the word
undefined
. This fixes ticket 297.
-
-
Injection pattern: extend autoload-in-visible to also apply for situations where we are not dealing with a heigh-constrained scrollable parent but need to look at the entire page. This fixes ticket 296.
-
The switch pattern can now remember the its state. This fixes ticket 293.
-
Add a new gallery pattern.
-
Fix use of an undeclared variable in the parser could result in problems in IE8. This fixes ticket 298.
-
Fix handling of trailing semicolons in the the argument parser. This fixes ticket 295.
-
Internal build-related changes:
-
Stop automatically using the latest CSS and images from jquery.fullcalendar and jquery.select2 in our demos to prevent unexpected changes. Instead we now use a copy we can update as needed.
-
Rewrite top level makefile:
- Update the bungles if
packages.json
has changed. - Move jshint out to a new
jshint
target. This is automatically invoked when runningmake check
, but is skipped when you only want to run the unittests.
- Update the bungles if
-
-
Modify included HTML pages to use modules instead of bundles. This makes development easier by removing the need to always rebuild bundles.
-
Add new slide pattern. (Wichert Akkerman)
-
Add new slideshow builder pattern. (Wichert Akkerman)
-
Update the website design. (Cornelis Kolbach)
-
Packaging changes:
-
New bootstrap to handle installation of all dependencies and build bundles (Marko Đurković, Florian Friesdorf)
-
Switch dependency management from jamjs to bungle. Remove all third party packages from the source tree. (Marko Đurković)
-
-
The setclass pattern was removed in favour of the newer switch pattern. Ticket 270 (Wichert Akkerman)
-
Add a new select-option pattern to faciliate styling of select elements. Ticket 276
-
Zoom pattern: make zoom fallback control (text input field) react properly to change events. (Marko Đurković)
-
Improve documentation for the image-crop pattern.
-
Fix handling of position hints for tooltips. (Marko Đurković)
-
Autoscale pattern:
-
Avoid creating infinite loops with the resize handler in IE8. This could load to browser crashes. (Marko Đurković)
-
Use the scale method on IE 9 as well. Ticket 281 (Wichert Akkerman)
-
-
Injection pattern:
-
Add missing dependency on jquery.form. Ticket 267 (Wichert Akkerman)
-
Also rebase URLs for
video
andsource
elements. (Florian Friesdorf) -
Modify attribute value escaping in HTML parser to always use
"
for double quotes. This fixes problems attribute values containing double quotes. (Wichert Akkerman) -
Rewrite URL rebasing logic to use the browser''s HTML parser again. This should improve robustness when dealing with non-standard markup. (Marko Đurković)
-
-
Depends pattern:
-
Really hide/show elements if no transition type was specified (or
none
was specified explicitly). -
Add support for a
~=
operator to test for substrings. (Wichert Akkerman) -
Make the easing used for animations configurable. (Wichert Akkerman)
-
-
Form-State pattern: add
form-state-saved
signal. (Marko Đurković) -
Modal pattern:
-
Automatically position modals using javascript to fix problems with IE9 and make sure they always fit in the viewport. (Cornelis Kolbach and Marko Đurković)
-
Make sure elements inside a modal do not accidentily loose their focus. This broke the handling of autofocus in modals. Ticket 266 (Wichert Akkerman)
-
-
Check-list pattern: send change event when a checkbox is toggled. This fixes interaction with other patterns such as the checked-flag pattern.
-
Collapsible pattern:
-
Add new option to specify an (external) triggering element. Ticket 274 (Wichert Akkerman)
-
Make it possible to specify the transition effect to use when opening or closing a panel. (Wichert Akkerman)
-
-
Markdown pattern:
-
Include section selector in
data-src
attribute. Ticket 259 (Wichert Akkerman) -
Correct detection of the end of a extracted sections. Ticket 268 (Wichert Akkerman)
-
Make sure we correctly identify autoloaded markdown content referenced from a just-injected HTML fragment. Ticket 188 (Wichert Akkerman)
-
Use a new markdown converter for every pattern. This fixes problems with shared converter state if the pattern tried to convert two pieces of markdown at the exact same time. (Wichert Akkerman)
-
-
Placeholder pattern: remove Modernizr dependency. (Wichert Akkerman)
-
Sortable pattern: fix weird behaviour when element is dropped on self. (Markoi Đurković)
-
Core logic changes:
-
Patterns main.js returns registry, you have to call patterns.init() manually. For the bundles this happens automatically. Depend on
patterns/autoinit
, if you really want an auto-initializing modular patterns library. (Florian Friesdorf) -
Registry: Add option to registry.scan to let init exceptions through. (Rok Garbas)
-
Registry: rescans the DOM for patterns registered after the initial DOM scan. (Florian Friesdorf)
-
Include pattern name in the parser log output. This makes it much easier to debug problems. (Wichert Akkerman)
-
HTML parser:
-
Correctly handle tag and attribute names containing a colon. (Wichert Akkerman)
-
Correct escaping of double quotes in attribute values. (Wichert Akkerman)
-
-
-
bumper pattern fetches DOM info in event handler, not only during init. Ticket 232. (Marko Đurković)
-
pat/ajax to handle anchors and forms, supersedes lib/ajax (Florian Friesdorf, Marko Đurković) including: Ticket 148.
-
pagedown 1.1.0 and pagedown-extra with code in table support (Marko Đurković, Florian Friesdorf) Ticket 252.
-
edit-tinymce independent of ajax (Marko Đurković)
-
input-change events used by autosubmit and form-state (Marko Đurković)
-
Bring back API documentation (Wichert Akkerman)
-
Website improvements content/design (cornae)
-
Improved support for custom bundles (still experimental) Ticket 227. (Marko Đurković) Ticket 235. (Marko Đurković)
-
testrunner support on nixos (Florian Friesdorf)
-
experimental support for yet undocumented
data-pat-inject="history: record"
. (Marko Đurković) -
Generate test runners for modules and bundles ourselves, removing dependency on grunt. (Marko Đurković)
-
Registry informs about loaded patterns. (Florian Friesdorf)
-
Renamed
patterns
folder topat
. HavingPatterns
mapped toPatterns/src/main
this enablesrequires['Patterns/pat/inject']
. (Florian Friesdorf) -
Do not run javascript loaded in the document twice. This was causing problems with third party modules such as shower and was not expected behaviour. Ticket 231.. (Wichert Akkerman)
-
Auto-scale pattern: add new
min-width
andmax-width
options. Ticket 242. (Wichert Akkerman) -
Tooltip pattern (Wichert Akkerman):
-
Change the options used to configure the tooltip. Part of ticket 220.
-
Add new delay feature to postpone opening of tooltips on hover. Part of ticket 220.
-
Add new option to set a class on the tooltip container. This allows for styling of individual tooltips. Part of ticket 220.
-
- Fix test failures in transform tests.
- First official release.