Skip to content

Commit 3b0cdbc

Browse files
committed
Release new version.
1 parent 0b39bde commit 3b0cdbc

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ See the [history](./docs/history/index.md) for older changelog entries.
44

55

66

7+
## [9.10.5-alpha.0](https://github.com/Patternslib/patterns/compare/9.10.4...9.10.5-alpha.0) (2026-01-23)
8+
9+
10+
### Bug Fixes
11+
12+
13+
* **core utils:** jqToNode: Don't break when nothing was passed. ([a8bd678](https://github.com/Patternslib/patterns/commit/a8bd678c0fd5dbfbdfb337bc6ba132e5502f95ad))
14+
15+
16+
17+
### Maintenance
18+
19+
20+
* **core mockup-parser:** fix parsing JSON values in data attributes ([94f2ef3](https://github.com/Patternslib/patterns/commit/94f2ef343e9e8ff110ed0d8fbd640654fe31254e))
21+
22+
23+
* **core mockup-parser:** Modernize code. ([ef0add0](https://github.com/Patternslib/patterns/commit/ef0add052385b793fef0ff2f9cf1cdffcf0343a6))
24+
25+
26+
* **core mockup-parser:** Remove jQuery and outdated $.nodeName usage. ([f064bcc](https://github.com/Patternslib/patterns/commit/f064bcc84531625c1fa32cd73e1b30cf69deb887))
27+
28+
29+
* **core mockup-parser:** Remove jQuery dependency from tests. ([ea7569f](https://github.com/Patternslib/patterns/commit/ea7569f03ad1b30d03e998db5e83835a5161cc2e))
30+
31+
32+
* **pat-inject:** Replace deprecated jQuery.isFunction with native JavaScript call. ([a71bb8a](https://github.com/Patternslib/patterns/commit/a71bb8aed964dbeb8b1752aaa9df2a2cc98be8c0))
33+
734
## [9.10.4](https://github.com/Patternslib/patterns/compare/9.10.4-alpha.1...9.10.4) (2026-01-14)
835

936
## [9.10.4-alpha.1](https://github.com/Patternslib/patterns/compare/9.10.4-alpha.0...9.10.4-alpha.1) (2025-12-24)

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": "9.10.4",
3+
"version": "9.10.5-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)