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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,13 @@
2
2
3
3
## Version 11
4
4
5
+
#### 11.0.3
6
+
7
+
Rollback of the patch applied in 11.0.2 since it gave strange results in some cases. See #293. Thanks to @davejamesmiller for the analysis and the report.
8
+
5
9
#### 11.0.2
6
10
7
-
Applied a patch to resolve #293 a [Chromium bug](https://bugs.chromium.org/p/chromium/issues/detail?id=910741#c13) already fixed in Chrome 72. Thanks to @dverbovyi for reporting, analyzing and solving it.
11
+
Applied a patch to resolve #293 a [Chromium bug](https://bugs.chromium.org/p/chromium/issues/detail?id=910741#c13) already fixed in Chrome 72. Thanks to @dverbovyi for the analysis and the report.
Then `require` the AMD version of LazyLoad, like this:
165
165
166
166
```js
167
-
var lazyLoadAmdUrl ="https://cdn.jsdelivr.net/npm/[email protected].2/dist/lazyload.amd.min.js";
167
+
var lazyLoadAmdUrl ="https://cdn.jsdelivr.net/npm/[email protected].3/dist/lazyload.amd.min.js";
168
168
var polyfillAmdUrl ="https://cdn.jsdelivr.net/npm/[email protected]/intersection-observer-amd.js";
169
169
170
170
/// Dynamically define the dependencies
@@ -209,7 +209,7 @@ To do so, **you must define the options before including the script**. You can p
**Possibly place the script tag right before the closing `</body>` tag**. If you can't do that, LazyLoad could be executed before the browser has loaded all the DOM, and you'll need to call its `update()` method to make it check the DOM again.
@@ -235,7 +235,7 @@ Same as above, but you must put the `addEventListener` code shown below before i
0 commit comments