@tarojs/taro 3.6.0 → 3.6.1-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/taro",
3
- "version": "3.6.0",
3
+ "version": "3.6.1-alpha.0",
4
4
  "description": "Taro framework",
5
5
  "homepage": "https://github.com/nervjs/taro/tree/master/packages/taro#readme",
6
6
  "main": "index.js",
@@ -21,8 +21,8 @@
21
21
  "author": "O2Team",
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
- "@tarojs/api": "3.6.0",
25
- "@tarojs/runtime": "3.6.0"
24
+ "@tarojs/api": "3.6.1-alpha.0",
25
+ "@tarojs/runtime": "3.6.1-alpha.0"
26
26
  },
27
27
  "peerDependenciesMeta": {
28
28
  "@types/react": {
@@ -54,13 +54,14 @@ declare module '../../index' {
54
54
  decelerationDisabled: boolean
55
55
 
56
56
  /** 滚动至指定位置
57
- * @supported weapp
57
+ * @supported weapp, h5
58
+ * @h5 不支持 velocity 参数
58
59
  * @see https://developers.weixin.qq.com/miniprogram/dev/api/ui/scroll/ScrollViewContext.scrollTo.html
59
60
  */
60
61
  scrollTo(object: ScrollViewContext.scrollTo.Option): void
61
62
 
62
63
  /** 滚动至指定位置
63
- * @supported weapp, tt
64
+ * @supported weapp, tt, h5
64
65
  * @see https://developers.weixin.qq.com/miniprogram/dev/api/ui/scroll/ScrollViewContext.scrollIntoView.html
65
66
  */
66
67
  scrollIntoView(