Skip to content

Commit f51947a

Browse files
committed
8.1.1 release
1 parent a0e8dd4 commit f51947a

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
# [8.1.1](https://github.com/nolimits4web/Swiper/compare/v8.1.0...v8.1.1) (2022-04-15)
4+
5+
### Bug Fixes
6+
7+
- **lazy:** fix lazy preloader in iOS 15 ([794a625](https://github.com/nolimits4web/Swiper/commit/794a625804aac037a8c3d17bbdf1a59d9f074475))
8+
- **virtual:** fix leaked effects translate when Virtual enabled ([a0e8dd4](https://github.com/nolimits4web/Swiper/commit/a0e8dd464b478746e0023d10f7ab3fe47148e977)), closes [#5588](https://github.com/nolimits4web/Swiper/issues/5588)
9+
310
# [8.1.0](https://github.com/nolimits4web/Swiper/compare/v8.0.7...v8.1.0) (2022-04-08)
411

512
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "swiper-src",
3-
"version": "8.1.0",
3+
"version": "8.1.1",
44
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions",
55
"scripts": {
66
"build": "node scripts/build",

src/copy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swiper",
3-
"version": "8.1.0",
3+
"version": "8.1.1",
44
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions",
55
"typings": "swiper.d.ts",
66
"type": "module",

0 commit comments

Comments
 (0)