Skip to content

Commit

Permalink
8.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Apr 20, 2022
1 parent 758ad28 commit 2041b51
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

# [8.1.2](https://github.com/nolimits4web/Swiper/compare/v8.1.1...v8.1.2) (2022-04-20)

### Bug Fixes

- **effects:** fix slide shadows flickering in Safari for Cube and Flip effects ([52f5ef7](https://github.com/nolimits4web/Swiper/commit/52f5ef75eed2f9c11950bee94a6b4060c366c7a7))

### Features

- **cube-effect:** set `--swiper-cube-translate-z` CSS property on swiper-wrapper ([758ad28](https://github.com/nolimits4web/Swiper/commit/758ad28fce90def8ba681219f7625a18e7fbac54))

# [8.1.1](https://github.com/nolimits4web/Swiper/compare/v8.1.0...v8.1.1) (2022-04-15)

### Bug Fixes
Expand Down
6 changes: 4 additions & 2 deletions demos/230-effect-cube.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
<!-- Swiper -->
<div class="swiper">
<div class="swiper-wrapper">
<div class="swiper-slide" style="background-image:url(./images/nature-1.jpg)"></div>
<div class="swiper-slide" style="background-image:url(./images/nature-1.jpg)">
<div style="position: absolute; right: 10px; top:10px; background: red; cursor: pointer;">Button</div>
</div>
<div class="swiper-slide" style="background-image:url(./images/nature-2.jpg)"></div>
<div class="swiper-slide" style="background-image:url(./images/nature-3.jpg)"></div>
<div class="swiper-slide" style="background-image:url(./images/nature-4.jpg)"></div>
Expand Down Expand Up @@ -76,4 +78,4 @@
</style>
</body>

</html>
</html>
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swiper-src",
"version": "8.1.1",
"version": "8.1.2",
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions",
"scripts": {
"build": "node scripts/build",
Expand Down
2 changes: 1 addition & 1 deletion src/copy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swiper",
"version": "8.1.1",
"version": "8.1.2",
"description": "Most modern mobile touch slider and framework with hardware accelerated transitions",
"typings": "swiper.d.ts",
"type": "module",
Expand Down

0 comments on commit 2041b51

Please sign in to comment.