Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Apr 18, 2023
1 parent 283b3f9 commit 863aa1f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,33 @@ See the [history](./docs/history/index.md) for older changelog entries.



## [9.9.0-alpha.2](https://github.com/Patternslib/patterns/compare/9.9.0-alpha.1...9.9.0-alpha.2) (2023-04-18)


### Features


* **core dom:** Add escape_css_id method. ([5aa7a52](https://github.com/Patternslib/patterns/commit/5aa7a52eebc5780c5cc3a831f3161b8475d352a0))

Get an escaped CSS selector for a given id string.

id selectors should - but don't have to - start with a letter.
If the id starts with a number or a dash, it should be escaped.
This method does that for you.



### Bug Fixes


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


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


* **pat scroll-marker:** The init method does not need to be async. ([c308b66](https://github.com/Patternslib/patterns/commit/c308b66b0fcfd0ff72e555bda85a4f54f9018285))

## [9.9.0-alpha.1](https://github.com/Patternslib/patterns/compare/9.9.0-alpha.0...9.9.0-alpha.1) (2023-04-17)


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.9.0-alpha.1",
"version": "9.9.0-alpha.2",
"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 863aa1f

Please sign in to comment.