Skip to content

Commit 8efe802

Browse files
committed
Release new version.
1 parent 0b60791 commit 8efe802

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGES.md

+27
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.1-alpha.5](https://github.com/Patternslib/patterns/compare/9.10.1-alpha.4...9.10.1-alpha.5) (2025-01-28)
8+
9+
10+
### Bug Fixes
11+
12+
13+
* **core feature-detection:** Fix loading of modernizr script. ([c110df8](https://github.com/Patternslib/patterns/commit/c110df8e09c49cdb69a2da390eae0133b188e81f))
14+
15+
In some situations loading of the modernizr.min.js script failed because
16+
the base url could be incorrect. That is fixed with a non-IE compatible
17+
method of getting the current's script URL, which is safe to use.
18+
The problem surfaced in Plone while loading the Patternslib library and
19+
in between the protect.js script was loaded. The base url was calculated
20+
for the protect.js script and the modernizr script could not be loaded.
21+
22+
23+
* **core registry:** Do nothing with Patterns without a trigger. ([0e49193](https://github.com/Patternslib/patterns/commit/0e491938c56a84a46cbd04883bce2027843c0df1))
24+
25+
Patterns without a trigger broke the registry scan method. Now they don't.
26+
27+
28+
29+
### Maintenance
30+
31+
32+
* **core log:** Console.debug is not deprecated. Just use it. ([514e7ff](https://github.com/Patternslib/patterns/commit/514e7ffad98220c307fdfdf0dbb74a052fd388fa))
33+
734
## [9.10.1-alpha.4](https://github.com/Patternslib/patterns/compare/9.10.1-alpha.3...9.10.1-alpha.4) (2025-01-22)
835

936

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.1-alpha.4",
3+
"version": "9.10.1-alpha.5",
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)