Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed May 11, 2023
1 parent 881346d commit 731ac48
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ See the [history](./docs/history/index.md) for older changelog entries.



## [9.9.0-beta.0](https://github.com/Patternslib/patterns/compare/9.9.0-alpha.5...9.9.0-beta.0) (2023-05-11)


### Bug Fixes


* **pat calendar:** Do not set a Content-Type header when no body is submitted ([89d34c1](https://github.com/Patternslib/patterns/commit/89d34c15fbb84c36a18a67142c678f5d2cacc54a))

Closes #1156
closes [#1156](https://github.com/Patternslib/patterns/issues/1156)

* **pat navigation:** Fix current marker anchors with child elements. ([8578b1b](https://github.com/Patternslib/patterns/commit/8578b1bad59933cc7e6cc2fcc5685e2cd4fa2a51))

The links within a pat-navigation structure might have child elements,
e.g. a span within an anchor. In that case the click target is the span
and not the anchor. Apply a fix where a closest anchor of the click
target is searched, which might be the click target itself.



### Maintenance


* Upgrade dependencies. ([c0b107e](https://github.com/Patternslib/patterns/commit/c0b107e87c1e4afeda9d6dac074142dd688d7d94))

## [9.9.0-alpha.5](https://github.com/Patternslib/patterns/compare/9.9.0-alpha.4...9.9.0-alpha.5) (2023-04-21)


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.5",
"version": "9.9.0-beta.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 731ac48

Please sign in to comment.