Skip to content

Commit 2da8ed7

Browse files
committed
Release new version.
1 parent 1fbf931 commit 2da8ed7

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGES.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
### [6.3.2](https://github.com/Patternslib/patterns/compare/6.3.1...6.3.2) (2021-12-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **pat inject:** autoload-visible only when in viewport. ([49863b7](https://github.com/Patternslib/patterns/commit/49863b7999f77e6f8c7b152e4505ca389073d982))
7+
Fix autload-visible trigger to only load the injection if the element is in the viewport.
8+
As before, this check is done after 100ms.
9+
This prevents loading items when we quickly scoll across them, like with href-section-jumps.
10+
11+
12+
### Maintenance
13+
14+
* **dependencies:** Upgrade dependencies. ([bd1ba37](https://github.com/Patternslib/patterns/commit/bd1ba370faedc1eaaaa9e665461e612d25a46d35))
15+
116
### [6.3.1](https://github.com/Patternslib/patterns/compare/6.3.0...6.3.1) (2021-12-21)
217

318

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/patternslib",
3-
"version": "6.3.1",
3+
"version": "6.3.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
"author": {

0 commit comments

Comments
 (0)