瀏覽代碼

Update version number and Readme.md

NaotoshiFujita 5 年之前
父節點
當前提交
3690dc64d3
共有 3 個文件被更改,包括 3 次插入2 次删除
  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.
 * **rewind**: Whether to rewind a slider before the first slide or after the last one.
 * **speed**: Transition speed in milliseconds.
+* **rewindSpeed**: Transition speed on rewind in milliseconds.
 * **width**: Define slider max width.
 * **height**: Define slider height.
 * **fixedWidth**: Fix width of slides.

+ 1 - 1
package-lock.json

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

+ 1 - 1
package.json

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