Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Oct 24, 2022
1 parent 99b3b32 commit c36cd51
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ See the [history](./docs/history/index.md) for older changelog entries.



## [9.7.0-alpha.4](https://github.com/Patternslib/patterns/compare/9.7.0-alpha.3...9.7.0-alpha.4) (2022-10-24)


### Features


* **core dom:** Add "delete_data" to remove a previously set variable on a DOM element. ([6b128bf](https://github.com/Patternslib/patterns/commit/6b128bf3ccfbecd49ac5267505d734bb2bb45db4))


### Bug Fixes


* **pat inject:** Fix closing of panels after successful inject. ([3ff3b60](https://github.com/Patternslib/patterns/commit/3ff3b60d293cc04af36189db15719cfa8810c450))Fix case where close-panel event was suppressed while injection is in progress but suppressing was never released.
This prevented any other close-panel events from being handled properly.

## [9.7.0-alpha.3](https://github.com/Patternslib/patterns/compare/9.7.0-alpha.2...9.7.0-alpha.3) (2022-10-17)


Expand Down Expand Up @@ -690,4 +705,4 @@ Patterns added:

* **docs:** Move upgrade 2 to 3 guide to history section. ([5449491](https://github.com/Patternslib/patterns/commit/5449491cbb851af9d1a2b3f5f017a6b599f8d9a7))

* **docs:** Remove outdated roadmap and version files. ([8f9e0cb](https://github.com/Patternslib/patterns/commit/8f9e0cb5a992303d961c4a9790a41ceb3e77547c))
* **docs:** Remove outdated roadmap and version files. ([8f9e0cb](https://github.com/Patternslib/patterns/commit/8f9e0cb5a992303d961c4a9790a41ceb3e77547c))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternslib/patternslib",
"version": "9.7.0-alpha.3",
"version": "9.7.0-alpha.4",
"title": "Markup patterns to drive behaviour.",
"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.",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit c36cd51

Please sign in to comment.