Skip to content

Commit 4287ded

Browse files
committed
Release new version.
1 parent 130ef37 commit 4287ded

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGES.md

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

55

66

7+
## [9.9.5](https://github.com/Patternslib/patterns/compare/9.9.4...9.9.5) (2023-07-28)
8+
9+
10+
### Bug Fixes
11+
12+
13+
* **pat-close-panel:** Do not prevent closing for formnovalidate buttons. ([1272ac5](https://github.com/Patternslib/patterns/commit/1272ac5497a9e7cacf8f9bfe56f6e9cd5642984e))
14+
15+
Do not prevent closing of panels when a form with invalid data is
16+
submitted when a button with the formnovalidate attribute is pressed.
17+
This is useful for cases where a "cancel" button actually needs to
18+
submit to roll back any changes which were already made.
19+
20+
21+
* **pat-collapsible:** Allow to explicitly clear the scroll selector. ([9c99a2e](https://github.com/Patternslib/patterns/commit/9c99a2ed95e15cfab8541e8defef8ce0d9174e2b))
22+
23+
In case of nested pat-collapsible elements, child elements inherit the
24+
options from parent elements, including the scroll-selector. If the
25+
child element should do no scrolling, it needs to explicitly be reset.
26+
This can be done by adding th following options to the collapsible data
27+
attribute:
28+
data-pat-collapsible="scroll-selector: none"
29+
30+
31+
32+
### Maintenance
33+
34+
35+
* **Dependencies:** Upgrade dependencies. ([a46de2e](https://github.com/Patternslib/patterns/commit/a46de2e4a8f5ee9ddb497b6c55ea10d0c72beeab))
36+
37+
38+
* **pat-validation:** Improve documentation - based on HTML standards, CSS‌ pseudo classes, formnovalidate buttons. ([daab725](https://github.com/Patternslib/patterns/commit/daab725afaa87f777b4f98da0c82036126964cf1))
39+
740
## [9.9.4](https://github.com/Patternslib/patterns/compare/9.9.3...9.9.4) (2023-05-29)
841

942

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.4",
3+
"version": "9.9.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)