Skip to content

Commit 863aa1f

Browse files
committed
Release new version.
1 parent 283b3f9 commit 863aa1f

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.9.0-alpha.2](https://github.com/Patternslib/patterns/compare/9.9.0-alpha.1...9.9.0-alpha.2) (2023-04-18)
8+
9+
10+
### Features
11+
12+
13+
* **core dom:** Add escape_css_id method. ([5aa7a52](https://github.com/Patternslib/patterns/commit/5aa7a52eebc5780c5cc3a831f3161b8475d352a0))
14+
15+
Get an escaped CSS selector for a given id string.
16+
17+
id selectors should - but don't have to - start with a letter.
18+
If the id starts with a number or a dash, it should be escaped.
19+
This method does that for you.
20+
21+
22+
23+
### Bug Fixes
24+
25+
26+
* **pat navigation:** Do escaping for hash id selectors, so they are allowed to start with a number. ([75d8283](https://github.com/Patternslib/patterns/commit/75d8283f501149a95ab23b10f398ded6d7ca605c))
27+
28+
29+
* **pat scroll-marker:** Do escaping for hash id selectors, so they are allowed to start with a number. ([d733cb7](https://github.com/Patternslib/patterns/commit/d733cb7d7bbfc8918b3ada1890f6f0808bdc1207))
30+
31+
32+
* **pat scroll-marker:** The init method does not need to be async. ([c308b66](https://github.com/Patternslib/patterns/commit/c308b66b0fcfd0ff72e555bda85a4f54f9018285))
33+
734
## [9.9.0-alpha.1](https://github.com/Patternslib/patterns/compare/9.9.0-alpha.0...9.9.0-alpha.1) (2023-04-17)
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.9.0-alpha.1",
3+
"version": "9.9.0-alpha.2",
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)