Skip to content

Commit e84ac98

Browse files
committed
5.2.1-rc1
1 parent 1ce9198 commit e84ac98

27 files changed

+51
-51
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 5.2.0-beta
3+
## 5.2.0
44

55
* Fix wrong window context under very rare SSR (fixes [#717](https://github.com/aFarkas/lazysizes/pull/717))
66
* Fix Safari Back-Forward Cache issue with lazyloading image elements (fixes [#711](https://github.com/aFarkas/lazysizes/issues/711))
@@ -34,7 +34,7 @@
3434
* Added h descriptor parsing fix plugin for MS edge (was already included in respimg polyfill.)
3535
* Effects-Plugin/Blur Up plugin: Remove [].find because IE..., fixes [#631](https://github.com/aFarkas/lazysizes/issues/631)
3636
* Documentation stuff
37-
* Bring back *.min.js files to npm package, but don't use them in your `import`/`require`. These are mostly for CDNs. Not for Common JS bundlers.
37+
* Bring back *.min.js files to npm package, but don't use them in your `import`/`require`. These are mostly for CDNs. Not for Common JS bundlers.
3838

3939
## 4.1.7
4040

lazysizes-umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lazysizes.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lazysizes",
3-
"version": "5.2.0",
3+
"version": "5.2.1-rc1",
44
"filename": "lazysizes.min.js",
55
"license": "MIT",
66
"author": "Alexander Farkas <[email protected]>",

0 commit comments

Comments
 (0)