Skip to content

Commit 88779df

Browse files
committed
Release new version.
1 parent 8f4e353 commit 88779df

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGES.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11

22

3+
## [7.11.0](https://github.com/Patternslib/patterns/compare/7.10.0...7.11.0) (2022-05-06)
4+
5+
6+
### Features
7+
8+
9+
* **core events:** Add mousedown and mouseup event factories. ([62e1978](https://github.com/Patternslib/patterns/commit/62e1978e9e1ad1cc661c87adc83c6b713f1a2f6c))
10+
11+
12+
* **core parser:** Allow values to span multiple lines. Can be useful to nicely format bigger JSON values. ([54a10c5](https://github.com/Patternslib/patterns/commit/54a10c51ec46712ee2852715e56f3eca5f8939ce))
13+
14+
15+
16+
### Bug Fixes
17+
18+
19+
* **pat auto suggest:** Fix regression introduced in 7.0 where auto suggest wasn't able to handle pre-filled json items properly. ([4c39332](https://github.com/Patternslib/patterns/commit/4c393324f97823f1c5adc031bbd8b5f08c287016))
20+
21+
22+
23+
### Maintenance
24+
25+
26+
* **docs:** Add note to Makefile about GITHUB_TOKEN in .env file. ([2d10732](https://github.com/Patternslib/patterns/commit/2d107328760fe963a07f77b74592e244f628fdcf))
27+
328
## [7.10.0](https://github.com/Patternslib/patterns/compare/7.9.0...7.10.0) (2022-05-05)
429

530

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/patternslib",
3-
"version": "7.10.0",
3+
"version": "7.11.0",
44
"title": "Markup patterns to drive behaviour.",
55
"description": "Patternslib 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
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)