Skip to content

Commit 8695356

Browse files
Bug Fix: Prevent VoiceOver from announcing the SR field (#805).
1 parent 9dfc5b3 commit 8695356

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

dist/js/splide.cjs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Splide.js
3-
* Version : 4.0.4
3+
* Version : 4.0.3
44
* License : MIT
55
* Copyright: 2022 Naotoshi Fujita
66
*/

dist/js/splide.esm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
44

55
/*!
66
* Splide.js
7-
* Version : 4.0.4
7+
* Version : 4.0.3
88
* License : MIT
99
* Copyright: 2022 Naotoshi Fujita
1010
*/

dist/js/splide.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
44

55
/*!
66
* Splide.js
7-
* Version : 4.0.4
7+
* Version : 4.0.3
88
* License : MIT
99
* Copyright: 2022 Naotoshi Fujita
1010
*/

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": "@splidejs/splide",
3-
"version": "4.0.4",
3+
"version": "4.0.3",
44
"description": "Splide is a lightweight, flexible and accessible slider/carousel. No dependencies, no Lighthouse errors.",
55
"author": "Naotoshi Fujita",
66
"license": "MIT",

0 commit comments

Comments
 (0)