Skip to content

Commit 4e5907d

Browse files
committed
Release new version.
1 parent 0a8a620 commit 4e5907d

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGES.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@ See the [history](./docs/history/index.md) for older changelog entries.
44

55

66

7+
## [9.8.0-alpha.1](https://github.com/Patternslib/patterns/compare/9.8.0-alpha.0...9.8.0-alpha.1) (2022-12-06)
8+
9+
10+
### Bug Fixes
11+
12+
13+
* **pat-bumper:** Do not calculate padding/margin on viewport. ([baae37c](https://github.com/Patternslib/patterns/commit/baae37c1f287ec204146b4a99fb508f19234c223))On the viewport as scrolling container paddings and margins are not
14+
influencing the sticky element's position. This is contrary to other
15+
scrolling containers within the document. The position calculation is
16+
easier and only consists of the clientWidth/Height to respect scrollbar
17+
widths.
18+
19+
* **pat-bumper:** Fix position calculation for sticky elements. ([4da8d70](https://github.com/Patternslib/patterns/commit/4da8d7023acb5b430d172bca3a226dad7a5f3b2e))Following the sticky position specification only top, right, bottom and
20+
left values are used to compute the position relative to the scrolling
21+
container.
22+
23+
* **pat-bumper:** Support dynamic position values. ([b70fad2](https://github.com/Patternslib/patterns/commit/b70fad2c8e8662ef0af8a3e628ee154bd95beb7b))The container and element positions need to be calculated every time, as
24+
they are likely to be changed by dynamically assigned classes. This can
25+
be the case for different position values based on the scrolling
26+
direction classes set by pat-scroll-box.
27+
28+
29+
### Maintenance
30+
31+
32+
* **Build:** Upgrade dependencies. ([5e5b54d](https://github.com/Patternslib/patterns/commit/5e5b54d1cd40fe2069dd7b5ef38674dc0afb6988))
33+
34+
* **pat-autofocus:** Fix sporadic autofocus test failures. ([9c13c56](https://github.com/Patternslib/patterns/commit/9c13c567f46677576664140d183c69982f48d3e8))
35+
736
## [9.8.0-alpha.0](https://github.com/Patternslib/patterns/compare/9.7.0...9.8.0-alpha.0) (2022-12-05)
837

938

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/patternslib",
3-
"version": "9.8.0-alpha.0",
3+
"version": "9.8.0-alpha.1",
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)