vanilla-lazyload
Advanced tools
Comparing version 10.0.0 to 10.0.1
@@ -5,2 +5,6 @@ # CHANGELOG | ||
#### 10.0.1 | ||
Solved a problem with cdnjs.com: version 10.0.0 was pointing to 9.0.0. | ||
#### 10.0.0 | ||
@@ -29,15 +33,15 @@ | ||
Updated from grunt to gulp (run with gulp scripts) | ||
Updated from grunt to gulp (run with gulp scripts). | ||
#### 8.0.3 | ||
Added quotes in background image URLs, as suggested in #114 (thanks to @vseva) | ||
Added quotes in background image URLs, as suggested in #114 (thanks to @vseva). | ||
#### 8.0.2 | ||
Fixed a bug that affected performance | ||
Fixed a bug that affected performance. | ||
#### 8.0.1 | ||
Fixed reference to old names in demo files | ||
Fixed reference to old names in demo files. | ||
@@ -47,3 +51,3 @@ #### 8.0.0 | ||
- The main file to include is now **`dist/lazyload.min.js`** as you would expect, and no longer `dist/lazyload.transpiled.min.js`. | ||
- The non-transpiled version is now named lazyload.es2015.js. | ||
- The non-transpiled version is now named lazyload.es2015.js | ||
@@ -70,6 +74,6 @@ ## Version 7 | ||
Source code converted to ES2015 modules, bundled with [rollup.js](https://rollupjs.org/) and transpiled with [babel](https://babeljs.io/) | ||
Source code converted to ES2015 modules, bundled with [rollup.js](https://rollupjs.org/) and transpiled with [babel](https://babeljs.io/). | ||
--- | ||
_Wanna go back and back in time? Take a look at the [release history](https://github.com/verlok/lazyload/releases) on GitHub_ | ||
_Wanna go back and back in time? Take a look at the [release history](https://github.com/verlok/lazyload/releases) on GitHub_! |
{ | ||
"name": "vanilla-lazyload", | ||
"version": "10.0.0", | ||
"version": "10.0.1", | ||
"description": "A fast, lightweight script to load images as they enter the viewport. SEO friendly, it supports responsive images (both srcset + sizes and picture) and progressive JPEG", | ||
@@ -5,0 +5,0 @@ "main": "dist/lazyload.min.js", |
873929