Browse Source

Update version number and Readme.md

NaotoshiFujita 5 năm trước cách đây
mục cha
commit
3690dc64d3
3 tập tin đã thay đổi với 3 bổ sung2 xóa
  1. 1 0
      README.md
  2. 1 1
      package-lock.json
  3. 1 1
      package.json

+ 1 - 0
README.md

@@ -89,6 +89,7 @@ Here is a list of options and brief explanations. Visit [this page](https://spli
 * **type**: Determine a slider type.
 * **type**: Determine a slider type.
 * **rewind**: Whether to rewind a slider before the first slide or after the last one.
 * **rewind**: Whether to rewind a slider before the first slide or after the last one.
 * **speed**: Transition speed in milliseconds.
 * **speed**: Transition speed in milliseconds.
+* **rewindSpeed**: Transition speed on rewind in milliseconds.
 * **width**: Define slider max width.
 * **width**: Define slider max width.
 * **height**: Define slider height.
 * **height**: Define slider height.
 * **fixedWidth**: Fix width of slides.
 * **fixedWidth**: Fix width of slides.

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "@splidejs/splide",
   "name": "@splidejs/splide",
-  "version": "2.0.2",
+  "version": "2.1.0",
   "lockfileVersion": 1,
   "lockfileVersion": 1,
   "requires": true,
   "requires": true,
   "dependencies": {
   "dependencies": {

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "@splidejs/splide",
   "name": "@splidejs/splide",
-  "version": "2.0.2",
+  "version": "2.1.0",
   "description": "Splide is a lightweight and powerful slider without any dependencies.",
   "description": "Splide is a lightweight and powerful slider without any dependencies.",
   "author": "Naotoshi Fujita",
   "author": "Naotoshi Fujita",
   "license": "MIT",
   "license": "MIT",