Skip to content

Commit 51d3448

Browse files
committed
Prepare for 2.0.11 release.
1 parent c0a026e commit 51d3448

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "patternslib",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
44
"main": "bundle.js",
55
"devDependencies": {
66
"jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x"

changes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 2.0.11 - Sept. 30, 2015
4+
5+
- Bugfix. Specifying combined pattern properties (with &&) not working on IE10.
6+
- Add an alternative parser, from the Mockup project.
7+
- Updated documentation.
8+
- Clone pattern has a new argument: remove-behaviour.
9+
310
## 2.0.10 - Sept. 18, 2015
411

512
- Add new argument "hooks" to pat-inject.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "patternslib",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
44
"title": "Markup patterns to drive behaviour.",
55
"description": "Patterns is a JavaScript library that enables designers to build rich interactive prototypes without the need for writing any Javascript. All events are triggered by classes and other attributes in the HTML, without abusing the HTML as a programming language. Accessibility, SEO and well structured HTML are core values of Patterns.",
66
"author": {

0 commit comments

Comments
 (0)