Skip to content

Commit 7e391d3

Browse files
committed
Release new version.
1 parent fb5bb6a commit 7e391d3

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGES.md

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

55

66

7+
## [9.9.0-alpha.5](https://github.com/Patternslib/patterns/compare/9.9.0-alpha.4...9.9.0-alpha.5) (2023-04-21)
8+
9+
10+
### Bug Fixes
11+
12+
13+
* **pat collapsible:** Adapt to changed pat-scroll. ([7211616](https://github.com/Patternslib/patterns/commit/72116164a65792d58e9bdd89d933e110a9580ca8))
14+
15+
16+
17+
### Breaking Changes
18+
19+
20+
* **pat scroll:** Simplify pattern and remove obsolete functionality. ([b62e6e0](https://github.com/Patternslib/patterns/commit/b62e6e0309f385d272fe221168e06145f33ae533))
21+
22+
Since pat-navigation now supports marking navigation and content items
23+
with CSS classes based on their scroll position this functionality is
24+
removed from pat-scroll. You can still use pat-scroll in combination
25+
with pat-scroll-marker to achieve the same functionality like before.
26+
27+
Also the jQuery based scroll animation is removed as smooth scrolling is
28+
supported by CSS since long.
29+
30+
31+
32+
### Maintenance
33+
34+
35+
* **core utils:** Deprecate elementInViewport in favor of isElementInViewport. ([a9b5035](https://github.com/Patternslib/patterns/commit/a9b5035f5a31c6ce2e7fd3d793ddfd909f59558a))
36+
37+
38+
* **pat scroll:** Update documentation. ([fdb44bf](https://github.com/Patternslib/patterns/commit/fdb44bf7a84e6db27ea13babdcf6c98792398157))
39+
40+
41+
* Upgrade dependencies. ([75acb81](https://github.com/Patternslib/patterns/commit/75acb81ab133f8f735c0492eb45334876de18593))
42+
743
## [9.9.0-alpha.4](https://github.com/Patternslib/patterns/compare/9.9.0-alpha.3...9.9.0-alpha.4) (2023-04-19)
844

945

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