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
***core utils:** Add is_option_truthy to check Pattern options for a truthy value. ([6a6e9fa](https://github.com/Patternslib/patterns/commit/6a6e9fae0aef9ceb5f71117133a45c3e1a2a0d82))
14
+
15
+
A values "undefined", "null", "false", "none" or "" are considered falsy
16
+
and can be used to disable some functionality. Other values including
17
+
"0" are considered to be true.
18
+
19
+
20
+
***core utils:** parseLength: handle unitless lengths as pixels. ([15090e3](https://github.com/Patternslib/patterns/commit/15090e3d19b8384042b25dcfb6bb9361283c5044))
Define the CSS selector which is used to find navigation links with hash
37
+
URLs. The default is "a[href^='#']" which would find all anchor elements
38
+
which href starts with a "#" sign.
39
+
40
+
41
+
42
+
### Bug Fixes
43
+
44
+
45
+
***pat navigation:** Allow "none" to be a valid option for scroll-item-visibility. ([456e05a](https://github.com/Patternslib/patterns/commit/456e05ac288638a7a631377c6fb886e49e951493))
46
+
47
+
48
+
***pat navigation:** Rename scroll-marker- options to scroll-item. ([a40fc0f](https://github.com/Patternslib/patterns/commit/a40fc0fb1d0c68c074d9153d8872edc63eeccda7))
49
+
50
+
Implement review comments.
51
+
52
+
This is not listed as "breaking" change because this change on the
53
+
scroll-marker feature happens within the alpha phase.
54
+
55
+
56
+
***pat scroll-marker:** Allow "none" to be a valid option for visibility. ([e506ed2](https://github.com/Patternslib/patterns/commit/e506ed28b7a3c23d2b67c612c1979d260727282e))
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
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.0-alpha.2",
3
+
"version": "9.9.0-alpha.3",
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