You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***pat-scroll:** Remove implicit and unpreventable scroll support for pat-stacks. ([92e1e6b](https://github.com/Patternslib/patterns/commit/92e1e6b7f7a0e952ac8831e67c5567e1c6907f24))
14
+
15
+
With a pat-scroll as parent of a pat-stacks enabled navigation anchors,
16
+
the page would scroll to the target configured for pat-scroll. This
17
+
behavior could not be prevented and led to unwanted effects when using
18
+
pat-stacks inside pat-collapsible which itself uses pat-scroll when
19
+
configured properly.
20
+
21
+
This commit removes the scrolling support for pat-stacks within
22
+
pat-scroll in favor of an explicit and configurable scrolling behavior
23
+
in pat-stacks itself.
24
+
25
+
26
+
27
+
### Features
28
+
29
+
30
+
***core dom:** Add dom.element_uuid to get/set an uuid to a DOM node. ([a7e5de1](https://github.com/Patternslib/patterns/commit/a7e5de149178796ce956386b7b76fb5d98ea8c7e))
31
+
32
+
33
+
***pat stacks:** Add a destroy method to unregister event handlers. ([8479cfa](https://github.com/Patternslib/patterns/commit/8479cfa170a20a863d36b65309c9706f67b33bd9))
Copy file name to clipboardExpand all lines: package.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@patternslib/patternslib",
3
-
"version": "9.9.6-alpha.0",
3
+
"version": "9.9.6-alpha.1",
4
4
"title": "Markup patterns to drive behaviour.",
5
5
"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.",
0 commit comments