Skip to content

Commit 1fa0392

Browse files
committed
Release new version.
1 parent 20c08ad commit 1fa0392

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGES.md

+34
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,40 @@ See the [history](./docs/history/index.md) for older changelog entries.
44

55

66

7+
## [9.10.1-alpha.0](https://github.com/Patternslib/patterns/compare/9.10.0-alpha.1...9.10.1-alpha.0) (2025-01-14)
8+
9+
10+
### Features
11+
12+
13+
* **pat-auto-suggest:** Enable caching. ([154890b](https://github.com/Patternslib/patterns/commit/154890b055225f8bc95c5769bccb9a67ee402b83))
14+
15+
16+
17+
### Bug Fixes
18+
19+
20+
* **core dom:** Do not break querySelectorAllAndMe, if passed element is not a real element but something like a text node. ([1b19844](https://github.com/Patternslib/patterns/commit/1b19844cd907fa0ebb47ee003cd0d161ed14ee2b))
21+
22+
23+
* **pat-autosuggest:** For ajax queries, include the index parameter only if it is set. ([85da6a5](https://github.com/Patternslib/patterns/commit/85da6a5799597422fd7a090960bd3fc799254f1e))
24+
25+
26+
27+
### Maintenance
28+
29+
30+
* **core registry:** Simplify pattern scanning filter. ([43c7255](https://github.com/Patternslib/patterns/commit/43c72555d117933e86713f4da7ee722ea8bf0c66))
31+
32+
Reduce the number of DOM search tests while not changing the behavior.
33+
Less rules means more speed.
34+
35+
36+
* **pat inject:** Modernize some parts of pat inject. ([b0f94fb](https://github.com/Patternslib/patterns/commit/b0f94fb058a7067e19bc9c3101a11dfa49ff8dd2))
37+
38+
39+
* **pat-inject:** Use create_uuid for generating the temporary autoload uuid and remove it again afterwards. ([8a3af53](https://github.com/Patternslib/patterns/commit/8a3af538654c7b6919d5e0b84b22a0603fa7a0b1))
40+
741
## [9.10.0-alpha.1](https://github.com/Patternslib/patterns/compare/9.10.0-alpha.0...9.10.0-alpha.1) (2025-01-09)
842

943

package.json

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