taro-react-uilib 1.4.4 → 1.4.6
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/CHANGELOG.md +620 -0
- package/dist/components/Echarts/index.js +2 -0
- package/dist/components/Echarts/index.js.map +1 -0
- package/dist/components/Echarts/weapp/wx-canvas.js +2 -0
- package/dist/components/Echarts/weapp/wx-canvas.js.map +1 -0
- package/dist/components/Echarts/weapp/wx-touch.js +2 -0
- package/dist/components/Echarts/weapp/wx-touch.js.map +1 -0
- package/dist/components/node_modules/tslib/tslib.es6.js +1 -1
- package/dist/components/node_modules/tslib/tslib.es6.js.map +1 -1
- package/dist/components/src/hooks/useFirstMountState.js +2 -0
- package/dist/components/src/hooks/useFirstMountState.js.map +1 -0
- package/dist/components/src/hooks/usePrevious.js +2 -0
- package/dist/components/src/hooks/usePrevious.js.map +1 -0
- package/dist/components/src/hooks/useUnMount.js +2 -0
- package/dist/components/src/hooks/useUnMount.js.map +1 -0
- package/dist/components/src/hooks/useUpdateEffect.js +2 -0
- package/dist/components/src/hooks/useUpdateEffect.js.map +1 -0
- package/dist/components/src/index.js +1 -1
- package/dist/components/src/utils/index.js +1 -1
- package/dist/components/src/utils/index.js.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +6 -6
- package/dist/index.umd.js.map +1 -1
- package/dist/styles/components/echarts.scss +3 -0
- package/dist/styles/components/index.scss +1 -0
- package/dist/styles/components/toast.scss +1 -0
- package/lib/components/Echarts/index.js +276 -0
- package/lib/components/Echarts/index.js.map +1 -0
- package/lib/components/Echarts/types.js +2 -0
- package/lib/components/Echarts/types.js.map +1 -0
- package/lib/components/Echarts/weapp/wx-canvas.js +122 -0
- package/lib/components/Echarts/weapp/wx-canvas.js.map +1 -0
- package/lib/components/Echarts/weapp/wx-touch.js +72 -0
- package/lib/components/Echarts/weapp/wx-touch.js.map +1 -0
- package/lib/hooks/useFirstMountState.js +10 -0
- package/lib/hooks/useFirstMountState.js.map +1 -0
- package/lib/hooks/usePrevious.js +9 -0
- package/lib/hooks/usePrevious.js.map +1 -0
- package/lib/hooks/useUnMount.js +5 -0
- package/lib/hooks/useUnMount.js.map +1 -0
- package/lib/hooks/useUpdateEffect.js +12 -0
- package/lib/hooks/useUpdateEffect.js.map +1 -0
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/utils/index.js +83 -0
- package/lib/utils/index.js.map +1 -1
- package/package.json +2 -1
- package/types/components/Echarts/index.d.ts +5 -0
- package/types/components/Echarts/types.d.ts +34 -0
- package/types/components/Echarts/weapp/wx-canvas.d.ts +21 -0
- package/types/components/Echarts/weapp/wx-touch.d.ts +13 -0
- package/types/hooks/useFirstMountState.d.ts +1 -0
- package/types/hooks/usePrevious.d.ts +1 -0
- package/types/hooks/useUnMount.d.ts +1 -0
- package/types/hooks/useUpdateEffect.d.ts +1 -0
- package/types/index.d.ts +1 -0
- package/types/utils/index.d.ts +15 -0
- package/types/components/Result/statusMap.d.ts +0 -9
- package/types/stories/Button.d.ts +0 -29
- package/types/stories/Header.d.ts +0 -10
- package/types/stories/Page.d.ts +0 -10
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,620 @@
|
|
|
1
|
+
## [1.4.6](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.3.0-6...v1.4.6) (2023-12-18)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* actionSheet不要title ([5e98368](https://code.xhdev.xyz/h5group/taro-uilib/commits/5e983683b37fbbc933c78dfbd390a2fffc98c04b))
|
|
7
|
+
* cell ([22dca0c](https://code.xhdev.xyz/h5group/taro-uilib/commits/22dca0cc9506f8e094ca325ea00feb3160a92da9))
|
|
8
|
+
* cell content固定宽度 ([6d998c4](https://code.xhdev.xyz/h5group/taro-uilib/commits/6d998c47e90ebda8d0afe7f502625b3a2d6d05a0))
|
|
9
|
+
* icon类型 ([3f53ceb](https://code.xhdev.xyz/h5group/taro-uilib/commits/3f53ceb0bb1407f37442a7a8db59b7ac7a7b37ba))
|
|
10
|
+
* navbar arrow ([085dd2b](https://code.xhdev.xyz/h5group/taro-uilib/commits/085dd2bc98df7a1249b86808378e7933e0fcdab2))
|
|
11
|
+
* navbar title支持居左 ([716221f](https://code.xhdev.xyz/h5group/taro-uilib/commits/716221f5285f042ab721c2ac6b6842ec6c65d795))
|
|
12
|
+
* numberkeyboard ([6633cc8](https://code.xhdev.xyz/h5group/taro-uilib/commits/6633cc8676d71a564d7416a08b7ceda037844c51))
|
|
13
|
+
* tabbar update ([fac4444](https://code.xhdev.xyz/h5group/taro-uilib/commits/fac44447db2335839e26195544738ef2982c84bf))
|
|
14
|
+
* tabbar切换更改 ([29c2dfc](https://code.xhdev.xyz/h5group/taro-uilib/commits/29c2dfc5fe356e92e9f6fb754b913c6fa70e04f9))
|
|
15
|
+
* tabbar切换更改 ([5256011](https://code.xhdev.xyz/h5group/taro-uilib/commits/525601137ed1b9b24511c9f57e00b50e68d1d1d6))
|
|
16
|
+
* tsc ([d8a0873](https://code.xhdev.xyz/h5group/taro-uilib/commits/d8a0873eaf7fe1adc8f85d3a09071fd3e521a704))
|
|
17
|
+
* weapp button ([538259d](https://code.xhdev.xyz/h5group/taro-uilib/commits/538259d6d8b9653b2334714d76e1f049dfa84b96))
|
|
18
|
+
* 低端机无法渲染0.02rem ([69f13c9](https://code.xhdev.xyz/h5group/taro-uilib/commits/69f13c99513067471569231b3275d3dad57bb7fb))
|
|
19
|
+
* 修复金额输入键盘边距问题、折叠面板箭头指向问题 ([c4f7702](https://code.xhdev.xyz/h5group/taro-uilib/commits/c4f7702112d03645062cf4ca3f815b7f2478d1df))
|
|
20
|
+
* 去掉所有图片改用icon ([f87d12d](https://code.xhdev.xyz/h5group/taro-uilib/commits/f87d12d39264aeacae35220a7760dd573d18a559))
|
|
21
|
+
* 抖音小程序上的兼容问题 ([1ccdae1](https://code.xhdev.xyz/h5group/taro-uilib/commits/1ccdae18e5bb7c8b36420d3c9d5c66af770e6c43))
|
|
22
|
+
* 推荐金额区分、progress在小程序的兼容问题 ([6190b1a](https://code.xhdev.xyz/h5group/taro-uilib/commits/6190b1a91e8cdbd2cdaf9af1b3b3dce1349b6c15))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* actionsheet inline模式 ([d6b4ac5](https://code.xhdev.xyz/h5group/taro-uilib/commits/d6b4ac56bcdc57af9092d847d4c5bc58f1a3edf8))
|
|
28
|
+
* actionsheet组件、、rank组件 ([46b5dcd](https://code.xhdev.xyz/h5group/taro-uilib/commits/46b5dcd09300006ba12cc9adb1ea899aa61aa0a9))
|
|
29
|
+
* actionSheet高亮选中 ([4278bfa](https://code.xhdev.xyz/h5group/taro-uilib/commits/4278bfa57f9dcc4b27239cf5d1674df2ee5728e4))
|
|
30
|
+
* add Cell ([6f79e20](https://code.xhdev.xyz/h5group/taro-uilib/commits/6f79e20acba10d7db41de78a826b0c4f33655c27))
|
|
31
|
+
* add echarts ([8cca49f](https://code.xhdev.xyz/h5group/taro-uilib/commits/8cca49faf8f6c7db401fb96a27c025c00e992393))
|
|
32
|
+
* add echarts css ([a72a96b](https://code.xhdev.xyz/h5group/taro-uilib/commits/a72a96b058c78cbd35f5009c49898762ba12aa22))
|
|
33
|
+
* add icon ([8828815](https://code.xhdev.xyz/h5group/taro-uilib/commits/8828815e4708b5f1592b6ad37d5e1c50ce99820f))
|
|
34
|
+
* alert样式修改 ([d1dab6d](https://code.xhdev.xyz/h5group/taro-uilib/commits/d1dab6d4c9b4b709bd0377d8b62da48aea65f7b3))
|
|
35
|
+
* amountInput ([618fe85](https://code.xhdev.xyz/h5group/taro-uilib/commits/618fe8596af2f906dde2771071eb66e4aa47a0fe))
|
|
36
|
+
* AmountInput和AmountKeyboard支持小数 ([52e2409](https://code.xhdev.xyz/h5group/taro-uilib/commits/52e240969cc584ffae0ef65f3e4c959907b611f7))
|
|
37
|
+
* amountInput调整 ([f492bd3](https://code.xhdev.xyz/h5group/taro-uilib/commits/f492bd3bc0fd930bd2ecb4efa9372c5c87e018f7))
|
|
38
|
+
* badge、amountkeyboard在抖音上的边框问题 ([b7d1179](https://code.xhdev.xyz/h5group/taro-uilib/commits/b7d117931cb355f402bc28b1da174a8e51617286))
|
|
39
|
+
* button 变量修改 ([54d9198](https://code.xhdev.xyz/h5group/taro-uilib/commits/54d9198388022d66afe0a96850acd0706e6d9833))
|
|
40
|
+
* Cell优化 ([9de57d1](https://code.xhdev.xyz/h5group/taro-uilib/commits/9de57d146d341fb9b9296848f29de72f4fddfb68))
|
|
41
|
+
* checkbox新增特性 ([8e7deb5](https://code.xhdev.xyz/h5group/taro-uilib/commits/8e7deb5a8d125888ae22fac394d37b10eb330f21))
|
|
42
|
+
* dialog按钮增加纵向 ([12a42a0](https://code.xhdev.xyz/h5group/taro-uilib/commits/12a42a08d469387ad521dd6dbab8c06a07117bbc))
|
|
43
|
+
* drop user ([4e84c1c](https://code.xhdev.xyz/h5group/taro-uilib/commits/4e84c1c17ed248015755640268d21f355ef8f453))
|
|
44
|
+
* icon 组件修复 ([797b1fb](https://code.xhdev.xyz/h5group/taro-uilib/commits/797b1fb1eae7a7c838d2de996cb8865ea135cf8d))
|
|
45
|
+
* icon增加、Cellborder ([15490f3](https://code.xhdev.xyz/h5group/taro-uilib/commits/15490f3f79d3cdcccdf9b1153943aff8a4dc1c7a))
|
|
46
|
+
* linkman 组件的开发 ([72de62d](https://code.xhdev.xyz/h5group/taro-uilib/commits/72de62d8507af2dc7281a3b1989ef1219f06f582))
|
|
47
|
+
* linkman可以不填写联系人姓名 ([8ba0d8e](https://code.xhdev.xyz/h5group/taro-uilib/commits/8ba0d8e2b34e00f91fe03104bfe02ce8ff6b879a))
|
|
48
|
+
* linkman开发 ([497b8f7](https://code.xhdev.xyz/h5group/taro-uilib/commits/497b8f7dcae63d7b826409a6573777ff903c9d09))
|
|
49
|
+
* linkman组件开发 ([cb8843c](https://code.xhdev.xyz/h5group/taro-uilib/commits/cb8843ca89091ebbf0b5e43319d472e81e4c8be8))
|
|
50
|
+
* navbar适配 ([ee6ab17](https://code.xhdev.xyz/h5group/taro-uilib/commits/ee6ab17e766d849c9223582e8e3431315163b289))
|
|
51
|
+
* page ([82317a9](https://code.xhdev.xyz/h5group/taro-uilib/commits/82317a956784db9394ab9695b6a73d717e0ccb1b))
|
|
52
|
+
* popup classname ([ab9e3d1](https://code.xhdev.xyz/h5group/taro-uilib/commits/ab9e3d1af2c022e01443a35d74e9884cb0f6943f))
|
|
53
|
+
* radio 默认圆形 ([c070363](https://code.xhdev.xyz/h5group/taro-uilib/commits/c070363288a1032cbcaa3c4b5d6d77dfab54290c))
|
|
54
|
+
* readme ([c100034](https://code.xhdev.xyz/h5group/taro-uilib/commits/c10003498706762e1e2881bfabb3fd1a071fb334))
|
|
55
|
+
* result ([d8d3dd7](https://code.xhdev.xyz/h5group/taro-uilib/commits/d8d3dd7562a6e3b447e55b10523d1ad028692da4))
|
|
56
|
+
* Result 优化 ([ed92c0b](https://code.xhdev.xyz/h5group/taro-uilib/commits/ed92c0bf4a00c7901705fb847b2697ea8ebc64fe))
|
|
57
|
+
* result 图片放cdn ([5ea1bd2](https://code.xhdev.xyz/h5group/taro-uilib/commits/5ea1bd2cdd0e241cf9b2a9f8adf894cd0574a24e))
|
|
58
|
+
* Switch组件、组件优化 ([ec81a39](https://code.xhdev.xyz/h5group/taro-uilib/commits/ec81a39876c3755113c78289b030216e22e2375d))
|
|
59
|
+
* tabbar组件新增属性 ([77f16c7](https://code.xhdev.xyz/h5group/taro-uilib/commits/77f16c7d57cd8ecb3e03310ffae8bd9238c5afc0))
|
|
60
|
+
* toast max-width ([d4e9c31](https://code.xhdev.xyz/h5group/taro-uilib/commits/d4e9c3135d55617712292a0c01c0983fbc90a1a2))
|
|
61
|
+
* UI优化。loadingButton修复 ([5eafc61](https://code.xhdev.xyz/h5group/taro-uilib/commits/5eafc6104437ece5a718fa4578d2bf99b7ad6956))
|
|
62
|
+
* 主色调更新、优化captcha组件 ([680707e](https://code.xhdev.xyz/h5group/taro-uilib/commits/680707ef5e5e8c35be01125a1a567ea9070b8a2a))
|
|
63
|
+
* 修复button样式覆盖的问题、修改loading样式 ([ac96dba](https://code.xhdev.xyz/h5group/taro-uilib/commits/ac96dba99f76364009abd82e8c209ae730bb23df))
|
|
64
|
+
* 修改radio、checkbox disble样式 ([0249cb3](https://code.xhdev.xyz/h5group/taro-uilib/commits/0249cb31e5582e4f098e8fd5d3c3154f61068381))
|
|
65
|
+
* 借款金额键盘键盘在小程序的UI问题修复 ([bd96e97](https://code.xhdev.xyz/h5group/taro-uilib/commits/bd96e974eced8b6be8a7941bd98becf4d50dd5c8))
|
|
66
|
+
* 单选和复选支持size ([1008d92](https://code.xhdev.xyz/h5group/taro-uilib/commits/1008d924cdeee0e043ca7c29b2c2406e6fe37efe))
|
|
67
|
+
* 增加action组件、增加icon ([db09cdd](https://code.xhdev.xyz/h5group/taro-uilib/commits/db09cddee336cdfb4965c4dc39c9907bdd95f8ea))
|
|
68
|
+
* 增加cell、activityindicator、button优化 ([177fb35](https://code.xhdev.xyz/h5group/taro-uilib/commits/177fb3537bd25bb67f152e3570c88950c377019b))
|
|
69
|
+
* 增加圆形进度条组件、Icon增加 ([0c637b5](https://code.xhdev.xyz/h5group/taro-uilib/commits/0c637b5d8b3ee3d1edc3126cffc855ad7fd2890a))
|
|
70
|
+
* 增加支付宝和微信图标 ([7ca79d4](https://code.xhdev.xyz/h5group/taro-uilib/commits/7ca79d4843e766a23ef331c9a598cc7f31de79fb))
|
|
71
|
+
* 增加补充联系人组件 ([dee4637](https://code.xhdev.xyz/h5group/taro-uilib/commits/dee4637f7734443bb7a205f6358ab76172b2a022))
|
|
72
|
+
* 字体文件更新 ([a875262](https://code.xhdev.xyz/h5group/taro-uilib/commits/a8752626433033f398d8975537c5fc10ecb1d733))
|
|
73
|
+
* 导出ICon ([43a0207](https://code.xhdev.xyz/h5group/taro-uilib/commits/43a0207af5b60a78b845b2de57e877ecbee5bad3))
|
|
74
|
+
* 抖音placehoder的问题 ([695ab4d](https://code.xhdev.xyz/h5group/taro-uilib/commits/695ab4d6e718ef0410f9dbfa30e3b424a4bc64c9))
|
|
75
|
+
* 新增css变量 ([a6beb40](https://code.xhdev.xyz/h5group/taro-uilib/commits/a6beb40a97ac4f312f7e7bf9dcdabea3f9a338f3))
|
|
76
|
+
* 新增icon ([094d3cb](https://code.xhdev.xyz/h5group/taro-uilib/commits/094d3cb832fdc5dc529f50c58dcd4c727b074c20))
|
|
77
|
+
* 新增icon、navnnavbar、page支持自定义导航 ([b9a8f60](https://code.xhdev.xyz/h5group/taro-uilib/commits/b9a8f60975477dd4889d493686b5938731dd47a5))
|
|
78
|
+
* 新增navBarzu组件、page支持自定义导航栏 ([b3ccfbe](https://code.xhdev.xyz/h5group/taro-uilib/commits/b3ccfbe8d21b03b84d60aedbe88e03da36c8748b))
|
|
79
|
+
* 新增银行卡、身份证号输入框业务组件 ([b2ab606](https://code.xhdev.xyz/h5group/taro-uilib/commits/b2ab606d9e383b947f7d1cd7ad49646cc7e5cc75))
|
|
80
|
+
* 新增银行卡、身份证输入组件 ([26376c4](https://code.xhdev.xyz/h5group/taro-uilib/commits/26376c4cc68ce4b1ae9d378bbec160ca67734995))
|
|
81
|
+
* 新增银行卡输入组件 ([0f148f8](https://code.xhdev.xyz/h5group/taro-uilib/commits/0f148f826978990926f3393a4204da181f82a875))
|
|
82
|
+
* 更新icon组件 ([e44f909](https://code.xhdev.xyz/h5group/taro-uilib/commits/e44f909f8a36c5e581c4e9fc456b62f7f117c8bf))
|
|
83
|
+
* 组件更新 ([cf01adf](https://code.xhdev.xyz/h5group/taro-uilib/commits/cf01adfe1eb0672f31c0c5817fdf626da6fed09c))
|
|
84
|
+
* 缺省页组件开发 ([a55bc8f](https://code.xhdev.xyz/h5group/taro-uilib/commits/a55bc8fbf2c0c4bdf83a40b7472304c0f2c028f9))
|
|
85
|
+
* 联系人组件开发 ([9f7ac48](https://code.xhdev.xyz/h5group/taro-uilib/commits/9f7ac4893d314e18d434eb8f576117acc378d01c))
|
|
86
|
+
* 补充联系人修复 ([a1344fa](https://code.xhdev.xyz/h5group/taro-uilib/commits/a1344fa53171a1b88cb2a955751d145e1dc6d7f6))
|
|
87
|
+
* 补充联系人组件优化 ([5c86d62](https://code.xhdev.xyz/h5group/taro-uilib/commits/5c86d62758bf811bb8d99bcc7d721bff43eb2f70))
|
|
88
|
+
* 补充联系人组件完善 ([47b68a9](https://code.xhdev.xyz/h5group/taro-uilib/commits/47b68a9fb785ac05f10b4ea165842d790f987c1c))
|
|
89
|
+
* 补充联系人组件完善 ([71b7f99](https://code.xhdev.xyz/h5group/taro-uilib/commits/71b7f99443a45443f49837ca7b3c9cdf65162725))
|
|
90
|
+
* 身份证输入不能用tel ([fb8d063](https://code.xhdev.xyz/h5group/taro-uilib/commits/fb8d0633a19c4916132ac84951a51c0039632c1c))
|
|
91
|
+
* 进度条组件 ([bdec066](https://code.xhdev.xyz/h5group/taro-uilib/commits/bdec0669a3e937bb16f865795cba77d5e2dd1725))
|
|
92
|
+
* 银行卡和身份证组件增加错误信息、导出ref类型 ([603517e](https://code.xhdev.xyz/h5group/taro-uilib/commits/603517e9a5f5e6393eb3994d86daea3740c05ece))
|
|
93
|
+
* 银行卡组件和身份证组件新增失去焦点事件 ([70fe7fe](https://code.xhdev.xyz/h5group/taro-uilib/commits/70fe7fe48fb1381e5fa240faf18750fa0520a299))
|
|
94
|
+
* 键盘增加站位、icon优化 ([b3444ff](https://code.xhdev.xyz/h5group/taro-uilib/commits/b3444ff50e82c746fd8e1e5a39d529be2aa08dee))
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
### Performance Improvements
|
|
98
|
+
|
|
99
|
+
* button ghost diaddialog优化 ([628ed11](https://code.xhdev.xyz/h5group/taro-uilib/commits/628ed11cac10014cd47776f98abfac0b401fda79))
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
# [1.3.0-6](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.3.0-5...v1.3.0-6) (2023-06-05)
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
# [1.3.0-5](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.3.0-4...v1.3.0-5) (2023-05-25)
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
### Features
|
|
111
|
+
|
|
112
|
+
* 键盘确认按钮增加active效果 ([ec05614](https://code.xhdev.xyz/h5group/taro-uilib/commits/ec05614e91a71659b6447371412f50b4a8c363e4))
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
# [1.3.0-4](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.3.0-3...v1.3.0-4) (2023-05-23)
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
### Features
|
|
120
|
+
|
|
121
|
+
* types导出的问题修复 ([1282aa4](https://code.xhdev.xyz/h5group/taro-uilib/commits/1282aa4f480bf2991706e0042f5f465f5210285c))
|
|
122
|
+
* 键盘增加disable功能 ([737cd2e](https://code.xhdev.xyz/h5group/taro-uilib/commits/737cd2eed599aea12e2bc9ff1598c518b9cd2116))
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
# [1.3.0-3](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.3.0-2...v1.3.0-3) (2023-05-17)
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
### Performance Improvements
|
|
130
|
+
|
|
131
|
+
* pickeicker优化 ([1c2ea74](https://code.xhdev.xyz/h5group/taro-uilib/commits/1c2ea74764257a42608b0c73e6428879d710c641))
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
# [1.3.0-2](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.3.0-1...v1.3.0-2) (2023-05-11)
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
### Features
|
|
139
|
+
|
|
140
|
+
* 修复折叠面板问题 ([17a39c5](https://code.xhdev.xyz/h5group/taro-uilib/commits/17a39c51c870ec6852210478eb6128d880d062d0))
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
# [1.3.0-1](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.3.0-0...v1.3.0-1) (2023-05-11)
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
### Bug Fixes
|
|
148
|
+
|
|
149
|
+
* 修复list存在的文字遮挡问题 ([792d977](https://code.xhdev.xyz/h5group/taro-uilib/commits/792d9776e2c2172d3b9758bdd42387c28c5f359a))
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
### Features
|
|
153
|
+
|
|
154
|
+
* collapse 支持小程序 ([be37c7f](https://code.xhdev.xyz/h5group/taro-uilib/commits/be37c7f5197c0a5abc60046da7dc17e71ea5bd16))
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
# [1.3.0-0](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.2.2...v1.3.0-0) (2023-05-10)
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
### Bug Fixes
|
|
162
|
+
|
|
163
|
+
* build ([5a4e6c9](https://code.xhdev.xyz/h5group/taro-uilib/commits/5a4e6c94141fd6e94f42b61c587ec425dc004595))
|
|
164
|
+
* step增加box-sizing ([17237b4](https://code.xhdev.xyz/h5group/taro-uilib/commits/17237b4596e35720821a7a0142a0d7f82c74c1c2))
|
|
165
|
+
* 修复amountKeyBoard依赖space问题 ([747d8de](https://code.xhdev.xyz/h5group/taro-uilib/commits/747d8de11e6392d494fdf5c10b70cd225639502f))
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
### Features
|
|
169
|
+
|
|
170
|
+
* add collapse component ([d2b1224](https://code.xhdev.xyz/h5group/taro-uilib/commits/d2b12240d139b45ab9516170552d91654eea2256))
|
|
171
|
+
* 开发业务组件 ([458b4be](https://code.xhdev.xyz/h5group/taro-uilib/commits/458b4be31ddb15aff2ba09864b9c8b0994f07ff4))
|
|
172
|
+
* 新增AmountInpInput组件、AmountKeyBoard组件、Badge组件 ([ba072af](https://code.xhdev.xyz/h5group/taro-uilib/commits/ba072af9d075ee79b10154432a4024dc4d962f3a))
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
### Performance Improvements
|
|
176
|
+
|
|
177
|
+
* amountInput shortcut ([a0e358a](https://code.xhdev.xyz/h5group/taro-uilib/commits/a0e358aab4c1895bd15ccb1448bdcd459118d6ca))
|
|
178
|
+
* picker 默认选中优化、amountkeyboard recommend height fix ([994a63b](https://code.xhdev.xyz/h5group/taro-uilib/commits/994a63bd01f48954dbc792e21a6ac7994cb68406))
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
## [1.2.2](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.2.1...v1.2.2) (2023-04-24)
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
### Bug Fixes
|
|
186
|
+
|
|
187
|
+
* 去除base.scss ([86afa90](https://code.xhdev.xyz/h5group/taro-uilib/commits/86afa905a2c457114f41b206a3c52d8652579f9e))
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
## [1.2.1](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.2.0...v1.2.1) (2023-04-24)
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
### Bug Fixes
|
|
195
|
+
|
|
196
|
+
* 修复step box-sizinizing问题 ([82a8a60](https://code.xhdev.xyz/h5group/taro-uilib/commits/82a8a608a6992e2589a250983c5e4821e2b5e54c))
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
# [1.2.0](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.1.1...v1.2.0) (2023-04-18)
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
### Bug Fixes
|
|
204
|
+
|
|
205
|
+
* 小程序touchmove ([fb3ef52](https://code.xhdev.xyz/h5group/taro-uilib/commits/fb3ef526457274ec6acfddf01b66046ed7877392))
|
|
206
|
+
* 新增picker组件以及demo ([7f65ce4](https://code.xhdev.xyz/h5group/taro-uilib/commits/7f65ce483621ead0071ac6374e74659fd1067d7c))
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
### Features
|
|
210
|
+
|
|
211
|
+
* eslint ([5760511](https://code.xhdev.xyz/h5group/taro-uilib/commits/5760511e926dc8daca69cfeb1ad104d5167eea37))
|
|
212
|
+
* add checkbox ([26c424f](https://code.xhdev.xyz/h5group/taro-uilib/commits/26c424f79cfe351743d1f2447aba80df50eb338e))
|
|
213
|
+
* add step component ([ed35870](https://code.xhdev.xyz/h5group/taro-uilib/commits/ed35870190f6b7e90f2092f4bcf0174f05db201e))
|
|
214
|
+
* checkbox perf ([c7dceaa](https://code.xhdev.xyz/h5group/taro-uilib/commits/c7dceaa9baf32908fb52813889bcb0e9ebd75661))
|
|
215
|
+
* checkboxzhi支持默认选中 ([d126780](https://code.xhdev.xyz/h5group/taro-uilib/commits/d126780d5e0604ed20a4b42060e558f9c2a611ea))
|
|
216
|
+
* checkbox组件 ([20d66eb](https://code.xhdev.xyz/h5group/taro-uilib/commits/20d66eb7436845f05b672a205ab41145127ea261))
|
|
217
|
+
* radio 组件 ([c7607db](https://code.xhdev.xyz/h5group/taro-uilib/commits/c7607dbfd147009b387c2c1e3fedb782364a1118))
|
|
218
|
+
* 新增space组件 ([e250c56](https://code.xhdev.xyz/h5group/taro-uilib/commits/e250c568dfa60d0faef71625d5d20030c328cba7))
|
|
219
|
+
* 部分组件样式采用变量 ([3587ecf](https://code.xhdev.xyz/h5group/taro-uilib/commits/3587ecf71e12b55ea54645679cc81ba2ac41002b))
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
### Performance Improvements
|
|
223
|
+
|
|
224
|
+
* 优化picker ([f767998](https://code.xhdev.xyz/h5group/taro-uilib/commits/f7679983100cf5ecc4a29f92db59e4b7c80ed082))
|
|
225
|
+
* 兼容抖音 ([d2d2a93](https://code.xhdev.xyz/h5group/taro-uilib/commits/d2d2a93c9163308bdb6119c40e1596928b9d0e90))
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
## [1.1.1](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.1.0...v1.1.1) (2023-04-07)
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
### Features
|
|
233
|
+
|
|
234
|
+
* add cssVarpolyfill ([bc7c40a](https://code.xhdev.xyz/h5group/taro-uilib/commits/bc7c40aaccc260b771850a9c9b63b6dc1ed2d582))
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
# [1.1.0](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.31...v1.1.0) (2023-04-07)
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
### Features
|
|
242
|
+
|
|
243
|
+
* 主题组件新增 ([79d796c](https://code.xhdev.xyz/h5group/taro-uilib/commits/79d796ce4bc269a2ead087727cf14564e8b19817))
|
|
244
|
+
* 导出theme组件 ([f95c875](https://code.xhdev.xyz/h5group/taro-uilib/commits/f95c87522b609125a804d30dc7671e2421d8c49d))
|
|
245
|
+
* 新增主题组件 ([7c9066c](https://code.xhdev.xyz/h5group/taro-uilib/commits/7c9066c61a0fef94eea651aba6b4df7283971492))
|
|
246
|
+
* 新增主题组件 ([529b142](https://code.xhdev.xyz/h5group/taro-uilib/commits/529b142d93f685b1639cea3fc6aa3c8f9f972312))
|
|
247
|
+
* 添加主题的支持 ([f1c1658](https://code.xhdev.xyz/h5group/taro-uilib/commits/f1c16583a23ecd4f210fb350889b427c561939c3))
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
## [1.0.31](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.30...v1.0.31) (2023-03-17)
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
### Bug Fixes
|
|
255
|
+
|
|
256
|
+
* dialogref 小程序适配问题 ([7b032ed](https://code.xhdev.xyz/h5group/taro-uilib/commits/7b032ed7bb42438c5f55cbc74d9af384c06f7ac3))
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
### Performance Improvements
|
|
260
|
+
|
|
261
|
+
* captcha支持自动倒计时、获取倒计时状态 ([cdd8ff5](https://code.xhdev.xyz/h5group/taro-uilib/commits/cdd8ff5b1ccb95ed5753ec0784dcf71da171b76b))
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
## [1.0.30](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.29...v1.0.30) (2023-03-16)
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
### Bug Fixes
|
|
269
|
+
|
|
270
|
+
* dialogref confirm bug ([7f93e55](https://code.xhdev.xyz/h5group/taro-uilib/commits/7f93e5501e45861f3e4d118f16363d2d8917aa5e))
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
## [1.0.29](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.28...v1.0.29) (2023-03-13)
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
### Features
|
|
278
|
+
|
|
279
|
+
* px transform ba报错 ([3137153](https://code.xhdev.xyz/h5group/taro-uilib/commits/31371538243e7601edf102bb0a7e2072c6ce082b))
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
## [1.0.28](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.27...v1.0.28) (2023-03-01)
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
### Bug Fixes
|
|
287
|
+
|
|
288
|
+
* image还原初始化 ([26d405d](https://code.xhdev.xyz/h5group/taro-uilib/commits/26d405dc20b7ce04c6aad8b7cc1626a2727a24c0))
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
### Features
|
|
292
|
+
|
|
293
|
+
* dialog组件区分小程序和h5 ([b73e026](https://code.xhdev.xyz/h5group/taro-uilib/commits/b73e0269699ecb26d9a98d5d34988cdd17903fa6))
|
|
294
|
+
* toast mo去掉默认icon ([9473c5d](https://code.xhdev.xyz/h5group/taro-uilib/commits/9473c5dedf9ff9587164548dbd6500d5999637e1))
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
## [1.0.27](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.24...v1.0.27) (2022-12-05)
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
### Bug Fixes
|
|
302
|
+
|
|
303
|
+
* Image taro not define ([45483bf](https://code.xhdev.xyz/h5group/taro-uilib/commits/45483bf68c512b7f8a285bf42e30cc7ace574607))
|
|
304
|
+
* update ([3106212](https://code.xhdev.xyz/h5group/taro-uilib/commits/3106212ec8c5ce63613f802e2304e10aed5e2f12))
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
### Features
|
|
308
|
+
|
|
309
|
+
* forminput width 100% ([56586d6](https://code.xhdev.xyz/h5group/taro-uilib/commits/56586d6d8d6576f0e9b25b2cbe1294c35c5fee02))
|
|
310
|
+
* forminput width 100% ([cb368ee](https://code.xhdev.xyz/h5group/taro-uilib/commits/cb368ee6f0445cf777ef5b4c974a64d351e82b66))
|
|
311
|
+
* input的typescript问题 ([cb06bf5](https://code.xhdev.xyz/h5group/taro-uilib/commits/cb06bf581006ac671e7c9d13884194f82bbf4b0e))
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
## [1.0.24](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.23...v1.0.24) (2022-11-16)
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
### Features
|
|
319
|
+
|
|
320
|
+
* input ref处理 ([eeb9be4](https://code.xhdev.xyz/h5group/taro-uilib/commits/eeb9be4e213ac50c6783a3d502311793027f51fd))
|
|
321
|
+
* input ref处理 ([e899e62](https://code.xhdev.xyz/h5group/taro-uilib/commits/e899e62658789bc1ff0d62af350801f83ae6a84d))
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
## [1.0.23](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.22...v1.0.23) (2022-11-08)
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
### Features
|
|
329
|
+
|
|
330
|
+
* toast 增加hide回调 ([bad7c55](https://code.xhdev.xyz/h5group/taro-uilib/commits/bad7c55e9ca3ab41d9af8d3a946794d9e2200aed))
|
|
331
|
+
* 修复button存在的内存泄露问题 ([72494d8](https://code.xhdev.xyz/h5group/taro-uilib/commits/72494d877289a443e593a868c53a9e3fb86c0938))
|
|
332
|
+
* 修复button存在的内存泄露问题 ([41853b4](https://code.xhdev.xyz/h5group/taro-uilib/commits/41853b49910fc4f5c99107ddc23649bab61334fc))
|
|
333
|
+
* 修复button存在的内存泄露问题 ([59fe743](https://code.xhdev.xyz/h5group/taro-uilib/commits/59fe743744553ae213f8c43237d67a1a68230f77))
|
|
334
|
+
* 修复button存在的内存泄露问题 ([3beb7a8](https://code.xhdev.xyz/h5group/taro-uilib/commits/3beb7a82cbbb248c5ca9bd9e973af68548111510))
|
|
335
|
+
* 借款组件适配 ([3970d31](https://code.xhdev.xyz/h5group/taro-uilib/commits/3970d3135c682fe75b40b6756542ac7ce46c0920))
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
## [1.0.22](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.21...v1.0.22) (2022-10-28)
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
### Features
|
|
343
|
+
|
|
344
|
+
* add picker popup optimize INput ([fe042b7](https://code.xhdev.xyz/h5group/taro-uilib/commits/fe042b75eeee3d2e29bde2fa3afccca26d3925ba))
|
|
345
|
+
* external dep ([8004e36](https://code.xhdev.xyz/h5group/taro-uilib/commits/8004e3683d90c529f5d7dbabd3c1b8282139a5f4))
|
|
346
|
+
* picker ([208d2ff](https://code.xhdev.xyz/h5group/taro-uilib/commits/208d2ff5059f86c9f6fba3fe51536f5738a7423a))
|
|
347
|
+
* picker base demo ([aa8ddba](https://code.xhdev.xyz/h5group/taro-uilib/commits/aa8ddbaf454371cbe4aa67eddaecb38fd85db8eb))
|
|
348
|
+
* picker开发 ([ff67009](https://code.xhdev.xyz/h5group/taro-uilib/commits/ff67009dc98e504cddb2cd8a677f63ea45118ade))
|
|
349
|
+
* react-transition-group不能外置 ([4854208](https://code.xhdev.xyz/h5group/taro-uilib/commits/48542088e18826043f683d472fdf8432328a63b9))
|
|
350
|
+
* v21 ([168a9d6](https://code.xhdev.xyz/h5group/taro-uilib/commits/168a9d630de84f0d50ed478ddcebf6e6f0775983))
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
## [1.0.21](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.20...v1.0.21) (2022-09-01)
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
### Bug Fixes
|
|
358
|
+
|
|
359
|
+
* dialog单词错误 ([1fcbca6](https://code.xhdev.xyz/h5group/taro-uilib/commits/1fcbca67f8480acdf53dc8f47508d05f5dc45e53))
|
|
360
|
+
* dialog单词错误 ([b97e04f](https://code.xhdev.xyz/h5group/taro-uilib/commits/b97e04f4b0f484981e3bad08d95e283707bac8d2))
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
### Features
|
|
364
|
+
|
|
365
|
+
* list去掉左右边距 ([a621609](https://code.xhdev.xyz/h5group/taro-uilib/commits/a621609702da9961b670b3ba2eb4cca9df0f9c5c))
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
## [1.0.20](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.19...v1.0.20) (2022-08-25)
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
### Bug Fixes
|
|
373
|
+
|
|
374
|
+
* tabbar 样式问题 ([1adf38f](https://code.xhdev.xyz/h5group/taro-uilib/commits/1adf38f78fb9e6a6d60430a6e995eaae3d6a08b3))
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
## [1.0.19](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.18...v1.0.19) (2022-08-25)
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
### Bug Fixes
|
|
382
|
+
|
|
383
|
+
* list ([fc244a0](https://code.xhdev.xyz/h5group/taro-uilib/commits/fc244a073a300df999266c09a3fe62f5cc6536cd))
|
|
384
|
+
* 导出tabbar list修改 ([9c4262e](https://code.xhdev.xyz/h5group/taro-uilib/commits/9c4262e73a10ad8765a1b610f32938f73e382cb7))
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
## [1.0.18](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.17...v1.0.18) (2022-08-24)
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
### Bug Fixes
|
|
392
|
+
|
|
393
|
+
* list fix ([838bb89](https://code.xhdev.xyz/h5group/taro-uilib/commits/838bb89e1af26d3677cec88113e03ce6872f925a))
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
## [1.0.17](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.16...v1.0.17) (2022-08-24)
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
### Features
|
|
401
|
+
|
|
402
|
+
* css 压缩失败 ([31f7ee8](https://code.xhdev.xyz/h5group/taro-uilib/commits/31f7ee865c40193cd724ea1a836012c0970dd1df))
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
## [1.0.16](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.15...v1.0.16) (2022-08-24)
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
### Features
|
|
410
|
+
|
|
411
|
+
* css压缩 add tabbar components ([f9a5f91](https://code.xhdev.xyz/h5group/taro-uilib/commits/f9a5f9118a811de3f6c1a68127607d2d916f4439))
|
|
412
|
+
* tabbar 完善 ([abcde25](https://code.xhdev.xyz/h5group/taro-uilib/commits/abcde25d49cdf5a2089d1dd775b14ddcb1fc1376))
|
|
413
|
+
* tabbar 完善 ([35c1ea9](https://code.xhdev.xyz/h5group/taro-uilib/commits/35c1ea9b5a4982dea094bb441f7267a8a6564998))
|
|
414
|
+
* 打包优化 ([f806089](https://code.xhdev.xyz/h5group/taro-uilib/commits/f80608928dc301cbde21dac00b96a7dfe3957447))
|
|
415
|
+
* 添加tabbar组件 ([e797c13](https://code.xhdev.xyz/h5group/taro-uilib/commits/e797c133e248c161e429c247eef1a9c62fb7f2e1))
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
## [1.0.15](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.14...v1.0.15) (2022-08-16)
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
### Bug Fixes
|
|
423
|
+
|
|
424
|
+
* drop inline-block ([6fe4b5c](https://code.xhdev.xyz/h5group/taro-uilib/commits/6fe4b5c689fb9d595c6e002be35f2cd382d88475))
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
## [1.0.14](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.13...v1.0.14) (2022-08-05)
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
### Features
|
|
432
|
+
|
|
433
|
+
* loading change ([31ec93c](https://code.xhdev.xyz/h5group/taro-uilib/commits/31ec93c9af50294826e672a79adfb51f653ad2df))
|
|
434
|
+
* loading tip props partial ([a09646e](https://code.xhdev.xyz/h5group/taro-uilib/commits/a09646e1b0810393435cb1341cf264dd3169bab5))
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
## [1.0.13](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.12...v1.0.13) (2022-08-05)
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
### Features
|
|
442
|
+
|
|
443
|
+
* add new loading ([ff3da00](https://code.xhdev.xyz/h5group/taro-uilib/commits/ff3da00fab655e217d5a2fa1fe45dd2602bf72cb))
|
|
444
|
+
* loading change ([caf4c68](https://code.xhdev.xyz/h5group/taro-uilib/commits/caf4c6850465572083608445448ba09f2dbb09da))
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
## [1.0.12](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.11...v1.0.12) (2022-08-03)
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
### Bug Fixes
|
|
452
|
+
|
|
453
|
+
* 1.0.11 ([834dbc5](https://code.xhdev.xyz/h5group/taro-uilib/commits/834dbc5a74ff24c9b83f57c786fadb97fb335ebb))
|
|
454
|
+
* build err ([399706c](https://code.xhdev.xyz/h5group/taro-uilib/commits/399706cb705941643c28176744990edd6cdb594d))
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
### Features
|
|
458
|
+
|
|
459
|
+
* 去掉noborder属性 ([26cb781](https://code.xhdev.xyz/h5group/taro-uilib/commits/26cb781807046cee1cea3ad5c92be51e92a916ba))
|
|
460
|
+
* 增加无边框的shape ([c076801](https://code.xhdev.xyz/h5group/taro-uilib/commits/c076801a6718ce96af356001c97139f0c286a6d8))
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
## [1.0.11](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.10...v1.0.11) (2022-08-01)
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
### Features
|
|
468
|
+
|
|
469
|
+
* key去掉放重复 ([724e815](https://code.xhdev.xyz/h5group/taro-uilib/commits/724e8157977544424b344cbcef753035489d9f48))
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
## [1.0.10](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.9...v1.0.10) (2022-08-01)
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
## [1.0.9](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.8...v1.0.9) (2022-07-29)
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
### Bug Fixes
|
|
481
|
+
|
|
482
|
+
* 1.0.8 ([4c34836](https://code.xhdev.xyz/h5group/taro-uilib/commits/4c3483608127428f3a3b8f502f6c712765ecb01a))
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
### Features
|
|
486
|
+
|
|
487
|
+
* css按需引入 ([5b46a1e](https://code.xhdev.xyz/h5group/taro-uilib/commits/5b46a1eecf0041ca5a41b0ba0d5ccfce4af2863a))
|
|
488
|
+
* css按需引入 ([c678cd5](https://code.xhdev.xyz/h5group/taro-uilib/commits/c678cd546677e459634700da8314e83bf127440c))
|
|
489
|
+
* css按需引入 ([9b6d21f](https://code.xhdev.xyz/h5group/taro-uilib/commits/9b6d21f15a39d8cb121d88ca687acc3cf447dc9c))
|
|
490
|
+
* css按需引入 ([db23dd8](https://code.xhdev.xyz/h5group/taro-uilib/commits/db23dd8fae6f21128c5077b6efe16ab5cf273c15))
|
|
491
|
+
* dialog组件优化、button组件加入防重复点击 ([66f65f0](https://code.xhdev.xyz/h5group/taro-uilib/commits/66f65f08330c8ed7103bb234d2964eb71b97ca0a))
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
## [1.0.8](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.7...v1.0.8) (2022-07-27)
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
### Bug Fixes
|
|
499
|
+
|
|
500
|
+
* dialog ref ([03a3e62](https://code.xhdev.xyz/h5group/taro-uilib/commits/03a3e62bca447fc314b66ba9e77ff57a01005e55))
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
## [1.0.7](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.6...v1.0.7) (2022-07-22)
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
### Bug Fixes
|
|
508
|
+
|
|
509
|
+
* 打包配置 ([6059b7c](https://code.xhdev.xyz/h5group/taro-uilib/commits/6059b7c6c56194e7675adf27725377b92609c75b))
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
### Features
|
|
513
|
+
|
|
514
|
+
* 打包优化 ([c20687b](https://code.xhdev.xyz/h5group/taro-uilib/commits/c20687ba33c3a68831a952d8f79f78d7be52ed7a))
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
## [1.0.6](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.5...v1.0.6) (2022-07-12)
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
### Bug Fixes
|
|
522
|
+
|
|
523
|
+
* forminput ([aba4750](https://code.xhdev.xyz/h5group/taro-uilib/commits/aba475011ecf0646696b73c79ee2efd5b75a7349))
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
## [1.0.5](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.4...v1.0.5) (2022-07-12)
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
### Bug Fixes
|
|
531
|
+
|
|
532
|
+
* forminput ([d262760](https://code.xhdev.xyz/h5group/taro-uilib/commits/d262760fc6f03f508d78a0c4d5308e3140bb8bbe))
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
## [1.0.4](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.3...v1.0.4) (2022-07-12)
|
|
537
|
+
|
|
538
|
+
|
|
539
|
+
### Features
|
|
540
|
+
|
|
541
|
+
* update formInput ([c10afec](https://code.xhdev.xyz/h5group/taro-uilib/commits/c10afecce3617c10569066b6cd30ed6794d2d9fc))
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
## [1.0.3](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.2...v1.0.3) (2022-07-04)
|
|
546
|
+
|
|
547
|
+
|
|
548
|
+
### Bug Fixes
|
|
549
|
+
|
|
550
|
+
* add dialog ([d409059](https://code.xhdev.xyz/h5group/taro-uilib/commits/d4090595b0fe7196c6a55ca823fd69693eca2834))
|
|
551
|
+
* add Toast PasswordInput Progress ([5e8f3b3](https://code.xhdev.xyz/h5group/taro-uilib/commits/5e8f3b3b1216dd5a55ac4e19b603c83dd9bb001e))
|
|
552
|
+
* component ([7521f48](https://code.xhdev.xyz/h5group/taro-uilib/commits/7521f482ac823887bb5f7c56c6bcd2cfc4e6ae69))
|
|
553
|
+
* toast ([bbc092a](https://code.xhdev.xyz/h5group/taro-uilib/commits/bbc092aa17d4862bd0c56d3557b4d5e03c2d6c5e))
|
|
554
|
+
* Toast开发 ([4b1caa3](https://code.xhdev.xyz/h5group/taro-uilib/commits/4b1caa35371555e9fad9d4d784ae14390e8313c6))
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
### Features
|
|
558
|
+
|
|
559
|
+
* alert dialog组件 ([d0316ae](https://code.xhdev.xyz/h5group/taro-uilib/commits/d0316ae640b88602d5a8812464ad67a823de6f6f))
|
|
560
|
+
* image组件封装 ([25385a2](https://code.xhdev.xyz/h5group/taro-uilib/commits/25385a22eee6ddfe003e57bdadb628085f406222))
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
## [1.0.2](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.1...v1.0.2) (2022-06-09)
|
|
565
|
+
|
|
566
|
+
|
|
567
|
+
### Features
|
|
568
|
+
|
|
569
|
+
* drop changelog ([37ea76f](https://code.xhdev.xyz/h5group/taro-uilib/commits/37ea76fd657dcde42e51a53866e8ac1e7391956f))
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
## [1.0.1](https://code.xhdev.xyz/h5group/taro-uilib/compare/v1.0.0...v1.0.1) (2022-06-08)
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
### Features
|
|
577
|
+
|
|
578
|
+
* add dialog ([60df611](https://code.xhdev.xyz/h5group/taro-uilib/commits/60df6110b4ee02f8d548f3940886695596268bac))
|
|
579
|
+
* add eslint & prettier ([c1c243b](https://code.xhdev.xyz/h5group/taro-uilib/commits/c1c243b32618a8173c5d00718373c8f7c4b3cbb5))
|
|
580
|
+
* add eslint & prettier ([10101d3](https://code.xhdev.xyz/h5group/taro-uilib/commits/10101d347396744ae32a9344a0271e554de1833b))
|
|
581
|
+
* add eslint & prettier ([cd92053](https://code.xhdev.xyz/h5group/taro-uilib/commits/cd92053003f63fb446e72ebde8f3c9552db168bb))
|
|
582
|
+
* build ([d1dcb04](https://code.xhdev.xyz/h5group/taro-uilib/commits/d1dcb042c2ff9d7da42517c86c32d95705948009))
|
|
583
|
+
* build ([c04a785](https://code.xhdev.xyz/h5group/taro-uilib/commits/c04a78554d1c36d8b2abb7177c21e87b8deacc41))
|
|
584
|
+
* build ([8064554](https://code.xhdev.xyz/h5group/taro-uilib/commits/806455404b3b03dda419e9aa5ce4acb2e67d2b90))
|
|
585
|
+
* build ([fd167a2](https://code.xhdev.xyz/h5group/taro-uilib/commits/fd167a21370a9b5b57d83e3f5892fe5f335dd3f1))
|
|
586
|
+
* build ([2ac5df8](https://code.xhdev.xyz/h5group/taro-uilib/commits/2ac5df8bfcbd032cac9e6de09e8c003d5ed190d7))
|
|
587
|
+
* button组件完善 ([d661228](https://code.xhdev.xyz/h5group/taro-uilib/commits/d661228fb8e840a182ae94f71636b8359f785cfd))
|
|
588
|
+
* change log ([8e254fd](https://code.xhdev.xyz/h5group/taro-uilib/commits/8e254fdc3acd62d8021fa96339564698228f022d))
|
|
589
|
+
* eslint ([b84a1d6](https://code.xhdev.xyz/h5group/taro-uilib/commits/b84a1d683f0860ef9422f3a704287730cfab863a))
|
|
590
|
+
* eslint ([70f7a48](https://code.xhdev.xyz/h5group/taro-uilib/commits/70f7a48feacb2fb1ccf75218e53ff56815d78e08))
|
|
591
|
+
* husky ([113e8b6](https://code.xhdev.xyz/h5group/taro-uilib/commits/113e8b65570aaeb4678a71e26ef3238dcdcca858))
|
|
592
|
+
* postinstall ([a163622](https://code.xhdev.xyz/h5group/taro-uilib/commits/a1636226a67b4fb573b402b5949f1069eb8788dd))
|
|
593
|
+
* postinstall ([207ce77](https://code.xhdev.xyz/h5group/taro-uilib/commits/207ce77a5d1960fc0046e1f59ceb6a39a6e8af86))
|
|
594
|
+
* 字节小程序 ([fa4bfc4](https://code.xhdev.xyz/h5group/taro-uilib/commits/fa4bfc433a36ed3792a8ef81e5471c6d3b8ce50f))
|
|
595
|
+
* 按钮修复 ([db92448](https://code.xhdev.xyz/h5group/taro-uilib/commits/db92448ad25dba087d93388a1c0746adf4d27bfb))
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
# [1.0.0](https://code.xhdev.xyz/h5group/taro-uilib/compare/fbd70f2875752c10785d311448c4940745b3c690...v1.0.0) (2022-05-13)
|
|
600
|
+
|
|
601
|
+
|
|
602
|
+
### Bug Fixes
|
|
603
|
+
|
|
604
|
+
* 增加FormInput、Image组件 ([3ab6739](https://code.xhdev.xyz/h5group/taro-uilib/commits/3ab67394e77296f9c4341b696df76b1cae3fbc36))
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
### Features
|
|
608
|
+
|
|
609
|
+
* arrow ([d8650da](https://code.xhdev.xyz/h5group/taro-uilib/commits/d8650da836008125dad49d7207125a38c496bd16))
|
|
610
|
+
* base ([4cbef15](https://code.xhdev.xyz/h5group/taro-uilib/commits/4cbef154e95df14e8992092db48aafc4e0461be5))
|
|
611
|
+
* d.ts ([3b663f3](https://code.xhdev.xyz/h5group/taro-uilib/commits/3b663f3a689633ba013635e57baffc9b02631029))
|
|
612
|
+
* init ([fbd70f2](https://code.xhdev.xyz/h5group/taro-uilib/commits/fbd70f2875752c10785d311448c4940745b3c690))
|
|
613
|
+
* version ([9aa311f](https://code.xhdev.xyz/h5group/taro-uilib/commits/9aa311ff857d46feadf28200bd90fb15933e22fd))
|
|
614
|
+
* version update ([829a1f4](https://code.xhdev.xyz/h5group/taro-uilib/commits/829a1f4485116d8a7c03a1b435b80be6f68042ff))
|
|
615
|
+
* 增加list组件 ([41379ab](https://code.xhdev.xyz/h5group/taro-uilib/commits/41379abdcbdaec4ab050aa70ac0cab7cc883b2b5))
|
|
616
|
+
* 新增bankicon组件 ([6ea6263](https://code.xhdev.xyz/h5group/taro-uilib/commits/6ea62637a7c7162ac71747d939425c1ca7223be7))
|
|
617
|
+
* 组件开发 ([64423a8](https://code.xhdev.xyz/h5group/taro-uilib/commits/64423a82fc2991dd84029cfab1f62a69a9acbb8a))
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{__rest as t,__read as e,__assign as n,__awaiter as i,__generator as o}from"../node_modules/tslib/tslib.es6.js";import r,{useReady as c}from"@tarojs/taro";import{Canvas as u,View as a}from"@tarojs/components";import s,{memo as d,forwardRef as l,useRef as v,useState as h,useMemo as f,useEffect as m,useImperativeHandle as p}from"react";import{uniqueId as g,tripleDefer as E,isEqual as w,pick as y,compareVersion as P,isFunction as x,isString as R}from"../src/utils/index.js";import T from"../src/hooks/usePrevious.js";import j from"../src/hooks/useUnMount.js";import N from"../src/hooks/useUpdateEffect.js";import S from"./weapp/wx-canvas.js";import{touchEnd as I,touchMove as W,touchStart as _}from"./weapp/wx-touch.js";var b=d(l((function(d,l){var b=d.echarts,k=d.isPage,B=void 0===k||k,V=d.canvasId,C=t(d,["echarts","isPage","canvasId"]),L=v(),O=v(),Y=e(h(!0),2),z=Y[0],D=Y[1],M=T(C),U=f((function(){return V||g("canvas_")}),[V]),A=f((function(){return["disableScroll","disableScroll","onTouchCancel","onLongTap","onError","nativeProps","className","key","hidden","animation"]}),[]),H=f((function(){return n({width:"100%",height:"300px"},C.style)}),[C.style]);c((function(){r.getEnv()===r.ENV_TYPE.WEAPP&&B&&r.nextTick((function(){J()}))})),m((function(){r.getEnv()!==r.ENV_TYPE.WEB&&B||E((function(){r.nextTick((function(){J()}))}))}),[]),j((function(){G()})),N((function(){if(!w(null==M?void 0:M.theme,C.theme)||!w(null==M?void 0:M.opts,C.opts)||!w(null==M?void 0:M.onEvents,C.onEvents))return G(),void J();var t=["option","notMerge","lazyUpdate","showLoading","loadingOption"];w(y(C,t),y(M,t))||q(),w(null==M?void 0:M.style,C.style)&&w(null==M?void 0:M.className,C.className)||K(L.current)}),[C]);var K=function(t){var e=b.getInstanceByDom(t);if(!z)try{e.resize({width:"auto",height:"auto"})}catch(t){}D(!1)},Q=function(t){var e=t.width,c=t.height,u=t.devicePixelRatio;return i(void 0,void 0,void 0,(function(){var t,i;return o(this,(function(o){return t=C.theme,i=C.opts,[2,new Promise((function(o,a){L.current?(O.current=b.init(L.current,t,n({width:e,height:c,devicePixelRatio:u},i)),r.getEnv()===r.ENV_TYPE.WEB?b.getInstanceByDom(L.current).on("finished",(function(){b.dispose(L.current);var r=n({width:e,height:c,devicePixelRatio:u},i);O.current=b.init(L.current,t,r),o(O.current)})):o(O.current)):a()}))]}))}))},q=function(){var t=C.option,e=C.notMerge,n=void 0===e||e,i=C.lazyUpdate,o=void 0!==i&&i,r=C.showLoading,c=C.loadingOption,u=void 0===c?null:c,a=b.getInstanceByDom(L.current);return a&&(a.setOption(t,n,o),r?a.showLoading(u):a.hideLoading()),a},F=function(t){var e=t.width,n=t.height,r=t.devicePixelRatio;return i(void 0,void 0,void 0,(function(){var t,i,c;return o(this,(function(o){switch(o.label){case 0:return t=C.onEvents,i=C.onChartReady,[4,Q({width:e,height:n,devicePixelRatio:r})];case 1:return o.sent(),function(t,e){function n(e,n){R(e)&&x(n)&&t.on(e,(function(e){n(e,t)}))}for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&n(i,e[i])}(c=q(),t||{}),x(i)&&(null==i||i(c)),L.current&&K(L.current),[2]}}))}))},G=function(){O.current&&(null==b||b.dispose(O.current))},J=function(){var t,n,i,o;if(r.getEnv()===r.ENV_TYPE.WEB&&L.current){var c=(null===(t=C.style)||void 0===t?void 0:t.width)||(null===(n=L.current)||void 0===n?void 0:n.clientWidth)||window.innerWidth,u=(null===(i=C.style)||void 0===i?void 0:i.height)||(null===(o=L.current)||void 0===o?void 0:o.clientHeight)||300;F({width:c,height:u,devicePixelRatio:window.devicePixelRatio})}else{var a=r.getSystemInfoSync().SDKVersion||"";P(a,"2.9.0")>=0&&r.createSelectorQuery().select("#".concat(U)).fields({node:!0,size:!0}).exec((function(t){var n=e(t,1)[0];if(n){var i=n||{},o=i.node,c=i.width,u=i.height,a=o,s=r.getSystemInfoSync().pixelRatio,d=a.getContext("2d"),l=new S(d,!0,a);null==b||b.setCanvasCreator((function(){return l})),L.current=l,F({width:c,height:u,devicePixelRatio:s})}}))}};return p(l,(function(){return{chartRef:O,canvasRef:L}})),f((function(){return r.getEnv()===r.ENV_TYPE.WEAPP?s.createElement(u,n({ref:L,canvasId:U,id:U,style:H,type:"2d",onTouchEnd:function(t){return I({chart:O.current,event:t})},onTouchMove:function(t){return W({chart:O.current,event:t})},onTouchStart:function(t){return _({chart:O.current,event:t})}},y(C,A))):s.createElement(a,{className:"xh-echarts",ref:L,id:U,style:H})}),[C,A,U])})));export{b as default};
|
|
2
|
+
//# sourceMappingURL=index.js.map
|