Skip to content

Commit fb4b1c1

Browse files
committed
Release new version.
1 parent b0faca2 commit fb4b1c1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.md

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

55

66

7+
## [9.9.0-beta.2](https://github.com/Patternslib/patterns/compare/9.9.0-beta.1...9.9.0-beta.2) (2023-05-17)
8+
9+
10+
### Bug Fixes
11+
12+
13+
* **pat scroll:** Fix scroll to position. ([a6d72f3](https://github.com/Patternslib/patterns/commit/a6d72f305bdda8943f7f63a721d6f8c09e71432c))
14+
15+
The scrolling offset was incorrectly calculated since Patternslib
16+
9.9.0-alpha.5. Fix the calculation for the scrolling position by using
17+
`offsetTop` and `offsetLeft` instead `getBoundingClientRect`.
18+
719
## [9.9.0-beta.1](https://github.com/Patternslib/patterns/compare/9.9.0-beta.0...9.9.0-beta.1) (2023-05-17)
820

921

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