Skip to content

Commit 731ac48

Browse files
committed
Release new version.
1 parent 881346d commit 731ac48

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGES.md

+25
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@ See the [history](./docs/history/index.md) for older changelog entries.
44

55

66

7+
## [9.9.0-beta.0](https://github.com/Patternslib/patterns/compare/9.9.0-alpha.5...9.9.0-beta.0) (2023-05-11)
8+
9+
10+
### Bug Fixes
11+
12+
13+
* **pat calendar:** Do not set a Content-Type header when no body is submitted ([89d34c1](https://github.com/Patternslib/patterns/commit/89d34c15fbb84c36a18a67142c678f5d2cacc54a))
14+
15+
Closes #1156
16+
closes [#1156](https://github.com/Patternslib/patterns/issues/1156)
17+
18+
* **pat navigation:** Fix current marker anchors with child elements. ([8578b1b](https://github.com/Patternslib/patterns/commit/8578b1bad59933cc7e6cc2fcc5685e2cd4fa2a51))
19+
20+
The links within a pat-navigation structure might have child elements,
21+
e.g. a span within an anchor. In that case the click target is the span
22+
and not the anchor. Apply a fix where a closest anchor of the click
23+
target is searched, which might be the click target itself.
24+
25+
26+
27+
### Maintenance
28+
29+
30+
* Upgrade dependencies. ([c0b107e](https://github.com/Patternslib/patterns/commit/c0b107e87c1e4afeda9d6dac074142dd688d7d94))
31+
732
## [9.9.0-alpha.5](https://github.com/Patternslib/patterns/compare/9.9.0-alpha.4...9.9.0-alpha.5) (2023-04-21)
833

934

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.5",
3+
"version": "9.9.0-beta.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)