Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Jan 14, 2025
1 parent 20c08ad commit 1fa0392
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,40 @@ See the [history](./docs/history/index.md) for older changelog entries.



## [9.10.1-alpha.0](https://github.com/Patternslib/patterns/compare/9.10.0-alpha.1...9.10.1-alpha.0) (2025-01-14)


### Features


* **pat-auto-suggest:** Enable caching. ([154890b](https://github.com/Patternslib/patterns/commit/154890b055225f8bc95c5769bccb9a67ee402b83))



### Bug Fixes


* **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))


* **pat-autosuggest:** For ajax queries, include the index parameter only if it is set. ([85da6a5](https://github.com/Patternslib/patterns/commit/85da6a5799597422fd7a090960bd3fc799254f1e))



### Maintenance


* **core registry:** Simplify pattern scanning filter. ([43c7255](https://github.com/Patternslib/patterns/commit/43c72555d117933e86713f4da7ee722ea8bf0c66))

Reduce the number of DOM search tests while not changing the behavior.
Less rules means more speed.


* **pat inject:** Modernize some parts of pat inject. ([b0f94fb](https://github.com/Patternslib/patterns/commit/b0f94fb058a7067e19bc9c3101a11dfa49ff8dd2))


* **pat-inject:** Use create_uuid for generating the temporary autoload uuid and remove it again afterwards. ([8a3af53](https://github.com/Patternslib/patterns/commit/8a3af538654c7b6919d5e0b84b22a0603fa7a0b1))

## [9.10.0-alpha.1](https://github.com/Patternslib/patterns/compare/9.10.0-alpha.0...9.10.0-alpha.1) (2025-01-09)


Expand Down
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.10.0",
"version": "9.10.1-alpha.0",
"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 1fa0392

Please sign in to comment.