Skip to content

Commit

Permalink
Fix Changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Jul 28, 2023
1 parent 668fc1b commit 3119c8f
Showing 1 changed file with 1 addition and 51 deletions.
52 changes: 1 addition & 51 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,38 +37,6 @@ data-pat-collapsible="scroll-selector: none"

* **pat-validation:** Improve documentation - based on HTML standards, CSS‌ pseudo classes, formnovalidate buttons. ([daab725](https://github.com/Patternslib/patterns/commit/daab725afaa87f777b4f98da0c82036126964cf1))

## [9.9.5](https://github.com/Patternslib/patterns/compare/9.9.4...9.9.5) (2023-07-28)


### Bug Fixes


* **pat-close-panel:** Do not prevent closing for formnovalidate buttons. ([1272ac5](https://github.com/Patternslib/patterns/commit/1272ac5497a9e7cacf8f9bfe56f6e9cd5642984e))

Do not prevent closing of panels when a form with invalid data is
submitted when a button with the formnovalidate attribute is pressed.
This is useful for cases where a "cancel" button actually needs to
submit to roll back any changes which were already made.


* **pat-collapsible:** Allow to explicitly clear the scroll selector. ([9c99a2e](https://github.com/Patternslib/patterns/commit/9c99a2ed95e15cfab8541e8defef8ce0d9174e2b))

In case of nested pat-collapsible elements, child elements inherit the
options from parent elements, including the scroll-selector. If the
child element should do no scrolling, it needs to explicitly be reset.
This can be done by adding th following options to the collapsible data
attribute:
data-pat-collapsible="scroll-selector: none"



### Maintenance


* **Dependencies:** Upgrade dependencies. ([a46de2e](https://github.com/Patternslib/patterns/commit/a46de2e4a8f5ee9ddb497b6c55ea10d0c72beeab))


* **pat-validation:** Improve documentation - based on HTML standards, CSS‌ pseudo classes, formnovalidate buttons. ([daab725](https://github.com/Patternslib/patterns/commit/daab725afaa87f777b4f98da0c82036126964cf1))

## [9.9.4](https://github.com/Patternslib/patterns/compare/9.9.3...9.9.4) (2023-05-29)

Expand All @@ -78,23 +46,6 @@ data-pat-collapsible="scroll-selector: none"

* Upgrade to @patternslib/dev 3.3.5 which fixes an incorrect release-it hook config. ([e909e34](https://github.com/Patternslib/patterns/commit/e909e3451d9039573a8775ff9a62378ab89f6992))

## [9.9.4](https://github.com/Patternslib/patterns/compare/9.9.3...9.9.4) (2023-05-29)


### Maintenance


* Upgrade to @patternslib/dev 3.3.5 which fixes an incorrect release-it hook config. ([e909e34](https://github.com/Patternslib/patterns/commit/e909e3451d9039573a8775ff9a62378ab89f6992))

## [9.9.3](https://github.com/Patternslib/patterns/compare/9.9.2...9.9.3) (2023-05-29)


### Maintenance


* Upgrade to @patternslib/dev 3.3.4 ([61b3c56](https://github.com/Patternslib/patterns/commit/61b3c56d00ab76c656a2b56d6441ed209da2578d))

This fixes the wrong version number comment in the package-included build files.

## [9.9.3](https://github.com/Patternslib/patterns/compare/9.9.2...9.9.3) (2023-05-29)

Expand All @@ -117,7 +68,6 @@ data-pat-collapsible="scroll-selector: none"
This fixes a missing build in npm releases.
Now you can again use jsdelivr and unpkg.

## [9.9.1](https://github.com/Patternslib/patterns/compare/9.9.1-alpha.0...9.9.1) (2023-05-23)

## [9.9.1](https://github.com/Patternslib/patterns/compare/9.9.1-alpha.0...9.9.1) (2023-05-23)

Expand Down Expand Up @@ -1669,4 +1619,4 @@ For usage see: src/core/basepattern.md

- **docs:** Move upgrade 2 to 3 guide to history section. ([5449491](https://github.com/Patternslib/patterns/commit/5449491cbb851af9d1a2b3f5f017a6b599f8d9a7))

- **docs:** Remove outdated roadmap and version files. ([8f9e0cb](https://github.com/Patternslib/patterns/commit/8f9e0cb5a992303d961c4a9790a41ceb3e77547c))
- **docs:** Remove outdated roadmap and version files. ([8f9e0cb](https://github.com/Patternslib/patterns/commit/8f9e0cb5a992303d961c4a9790a41ceb3e77547c))

0 comments on commit 3119c8f

Please sign in to comment.