Skip to content

Commit fc7e3c2

Browse files
committed
Release new version.
1 parent 993e8d8 commit fc7e3c2

File tree

2 files changed

+46
-2
lines changed

2 files changed

+46
-2
lines changed

CHANGES.md

+45-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,50 @@
33
See the [history](./docs/history/index.md) for older changelog entries.
44

55

6+
7+
## [9.9.7](https://github.com/Patternslib/patterns/compare/9.9.6...9.9.7) (2023-10-22)
8+
9+
10+
### Features
11+
12+
13+
* **core events:** Add a event factory for a generic bubbling and cancelable event. ([ed6777e](https://github.com/Patternslib/patterns/commit/ed6777e7f477a5fa78195fe682acdb6bcc191310))
14+
15+
16+
17+
### Bug Fixes
18+
19+
20+
* **pat-inject:** Fix problem with pat-autosubmit together with pat-sortable and/or pat-clone. ([2e3d9a2](https://github.com/Patternslib/patterns/commit/2e3d9a20a70a8c27e25ff58a1172b15a35a9279c))
21+
22+
23+
* **pat-inject:** Fix problem with pat-autosubmit. ([8ab6029](https://github.com/Patternslib/patterns/commit/8ab6029e70f498208fe637e025775755f19e268e))
24+
25+
Fix a problem since Patternslib 9.9.6 where pat-inject didn't work
26+
together with pat-autosubmit.
27+
28+
29+
30+
### Maintenance
31+
32+
33+
* **pat-autosubmit:** Add a test for delayed autosubmit. ([e487ff5](https://github.com/Patternslib/patterns/commit/e487ff5c826de753d3218ee3e40637cca5a05fc0))
34+
35+
36+
* **pat-autosubmit:** Make use of add_event_listener. ([035bd76](https://github.com/Patternslib/patterns/commit/035bd760c75d92d401dbabf1ee2ce486b6583be9))
37+
38+
This has advantages regarding preventing double registrations and
39+
allowing wildcard removal.
40+
41+
42+
* **pat-autosubmit:** Number the individual test cases. ([9d20ea1](https://github.com/Patternslib/patterns/commit/9d20ea1d53bc6f1e17658dcf3e55997cd5810362))
43+
44+
45+
* **pat-autosubmit:** Simplify the sortable+clone demo example a bit. ([a8b316b](https://github.com/Patternslib/patterns/commit/a8b316b71ce33f565619cf5c50a957c14d9d227b))
46+
47+
48+
* **pat-inject:** Log a warning if inject isn't initialized when pushState isn't available. ([2b897ca](https://github.com/Patternslib/patterns/commit/2b897ca74af6bcc0a7bd2848c8e59fb01dc4f0fa))
49+
650
## [9.9.6](https://github.com/Patternslib/patterns/compare/9.9.6-alpha.3...9.9.6) (2023-10-20)
751

852
## [9.9.6-alpha.3](https://github.com/Patternslib/patterns/compare/9.9.6-alpha.2...9.9.6-alpha.3) (2023-10-16)
@@ -1810,4 +1854,4 @@ For usage see: src/core/basepattern.md
18101854

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

1813-
- **docs:** Remove outdated roadmap and version files. ([8f9e0cb](https://github.com/Patternslib/patterns/commit/8f9e0cb5a992303d961c4a9790a41ceb3e77547c))
1857+
- **docs:** Remove outdated roadmap and version files. ([8f9e0cb](https://github.com/Patternslib/patterns/commit/8f9e0cb5a992303d961c4a9790a41ceb3e77547c))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/patternslib",
3-
"version": "9.9.6",
3+
"version": "9.9.7",
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)