Skip to content

Commit 6c4e375

Browse files
committed
Release new version.
1 parent d46c2c6 commit 6c4e375

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
### [7.1.1](https://github.com/Patternslib/patterns/compare/7.1.0...7.1.1) (2022-02-16)
2+
3+
4+
### Features
5+
6+
* **core polyfills:** Add polyfills module for modern browsers. ([69402f6](https://github.com/Patternslib/patterns/commit/69402f60c7d80a3cf702a55518404c634bda2eda))
7+
Currently this holds a polyfill for SubmitEvent.submitter, which isn't available in Safari < 15.4 and jsDOM.
8+
9+
10+
### Bug Fixes
11+
12+
* **pat validation:** Fix release 7.1.0. ([3afb42b](https://github.com/Patternslib/patterns/commit/3afb42bc0ac6f82c634471560f8a73ea58144ce6))
13+
The event-submitter-polyfill package isn't universally built.
14+
Let's use our new core/polyfills.js module instead and fix the previous release.
15+
116
## [7.1.0](https://github.com/Patternslib/patterns/compare/7.0.2...7.1.0) (2022-02-16)
217

318

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.1.0",
3+
"version": "7.1.1",
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)