Skip to content

Commit 4321301

Browse files
committed
Release new version.
1 parent 4f62957 commit 4321301

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGES.md

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

55

66

7+
## [9.9.1-alpha.0](https://github.com/Patternslib/patterns/compare/9.9.0...9.9.1-alpha.0) (2023-05-23)
8+
9+
10+
### Bug Fixes
11+
12+
13+
* **pat inject:** Second attempt to fix the scrolling behavior, where the scrolling target could not be found. ([829a6a6](https://github.com/Patternslib/patterns/commit/829a6a6abc5f547611e13253608209fc0dcee1ec))
14+
15+
The original problem fixed in commit 911b8b8660197d44291c7d5a9537bbb496df1a38
16+
for 9.9.0-beta.1 addressed a problem where the scroll target was not a
17+
direct child of the injected content but some levels deeper. But this
18+
fix broke the situation where the scroll target is a direct child of the
19+
injected content. The fix applied here handles both situations.
20+
721
## [9.9.0](https://github.com/Patternslib/patterns/compare/9.9.0-beta.3...9.9.0) (2023-05-23)
822

923

@@ -1538,4 +1552,4 @@ For usage see: src/core/basepattern.md
15381552

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

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

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