@nutui/nutui-react-taro 2.6.15-beta.0 → 2.6.16

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.
Files changed (58) hide show
  1. package/CHANGELOG.md +931 -909
  2. package/README.md +21 -28
  3. package/dist/esm/Audio.js +1 -1
  4. package/dist/esm/Checkbox.js +1 -1
  5. package/dist/esm/CheckboxGroup.js +1 -1
  6. package/dist/esm/DatePicker.js +1 -1
  7. package/dist/esm/Form.js +1 -1
  8. package/dist/esm/FormItem.js +1 -1
  9. package/dist/esm/ImagePreview.js +1 -1
  10. package/dist/esm/InputNumber.js +1 -1
  11. package/dist/esm/Menu.js +1 -1
  12. package/dist/esm/MenuItem.js +1 -1
  13. package/dist/esm/NumberKeyboard.js +1 -1
  14. package/dist/esm/PullToRefresh.js +1 -1
  15. package/dist/esm/Radio.js +1 -1
  16. package/dist/esm/RadioGroup.js +1 -1
  17. package/dist/esm/Swipe.js +1 -1
  18. package/dist/esm/Swiper.js +1 -2
  19. package/dist/esm/SwiperItem.js +1 -1
  20. package/dist/esm/Table.js +1 -1
  21. package/dist/esm/Uploader.js +1 -1
  22. package/dist/esm/{audio.taro-DzSc40G9.js → audio.taro-CD-vP_u0.js} +7 -8
  23. package/dist/esm/{checkbox.taro-Dc054oRo.js → checkbox.taro-CgqJyhrh.js} +4 -5
  24. package/dist/esm/{datepicker.taro-DTyJrlhD.js → datepicker.taro-BxaZ3Fjv.js} +3 -4
  25. package/dist/esm/{formitem.taro-Dmt5-wxG.js → formitem.taro-DogVddcs.js} +2 -2
  26. package/dist/esm/{imagepreview.taro-DtgQJEQ_.js → imagepreview.taro-CF-CCJ1Q.js} +1 -1
  27. package/dist/esm/{inputnumber.taro-WN5Drnyz.js → inputnumber.taro-D9mteLSI.js} +26 -9
  28. package/dist/esm/{menu.taro-CrPdDbYM.js → menu.taro-CLbOM_Z4.js} +12 -5
  29. package/dist/esm/{menuitem.taro-DMV3j4DK.js → menuitem.taro-CNaseNcY.js} +1 -1
  30. package/dist/esm/{numberkeyboard.taro-BA0iCeGP.js → numberkeyboard.taro-Cz6rKxk3.js} +38 -27
  31. package/dist/esm/nutui-react.es.js +15 -15
  32. package/dist/esm/{pulltorefresh.taro-CZReoWwU.js → pulltorefresh.taro-BScP6uPx.js} +0 -1
  33. package/dist/esm/{radio.taro-BNSceequ.js → radio.taro-CzOHqD3O.js} +0 -2
  34. package/dist/esm/{swipe.taro-yUhne9XU.js → swipe.taro-Bsk2fnEl.js} +0 -1
  35. package/dist/esm/{swiperitem.taro-DeiNSrJV.js → swiperitem.taro-BleF1EOs.js} +0 -5
  36. package/dist/esm/{table.taro-D2M3D2Vj.js → table.taro-B6WCKTkO.js} +6 -5
  37. package/dist/esm/{uploader.taro-DfO2HWvy.js → uploader.taro-DagHZaNI.js} +4 -2
  38. package/dist/locales/base.js +1 -1
  39. package/dist/locales/en-US.js +1 -1
  40. package/dist/locales/id-ID.js +1 -1
  41. package/dist/locales/tr-TR.js +1 -1
  42. package/dist/locales/zh-CN.js +1 -1
  43. package/dist/locales/zh-TW.js +1 -1
  44. package/dist/locales/zh-UG.js +1 -1
  45. package/dist/nutui.react.es.js +207 -151
  46. package/dist/nutui.react.umd.js +207 -151
  47. package/dist/types/packages/cell/cell.d.ts +1 -1
  48. package/dist/types/packages/cell/cell.taro.d.ts +2 -2
  49. package/dist/types/packages/formitem/formitem.d.ts +1 -0
  50. package/dist/types/packages/formitem/formitem.taro.d.ts +5 -0
  51. package/dist/types/packages/inputnumber/inputnumber.d.ts +1 -1
  52. package/dist/types/packages/inputnumber/inputnumber.taro.d.ts +1 -1
  53. package/dist/types/packages/menuitem/menuitem.d.ts +1 -0
  54. package/dist/types/packages/menuitem/menuitem.taro.d.ts +5 -0
  55. package/dist/types/packages/swiper/swiper.taro.d.ts +2 -1
  56. package/dist/types/packages/swiperitem/swiperitem.d.ts +0 -1
  57. package/package.json +2 -2
  58. package/dist/types/packages/griditem/types.d.ts +0 -13
package/CHANGELOG.md CHANGED
@@ -1,1238 +1,1260 @@
1
- # v2.6.14
2
- `2024-07-19`
1
+ # v2.6.16
2
+ `2024-08-03`
3
+
4
+
5
+ * 📖 docs(card): correct doc (#2504) @Alex-huxiyang
6
+ * :sparkles: feat(menu): menu-item 组件增加标题icon自定义方式 (#2488) @zhangming
7
+ * :sparkles: feat(form): Form.Item 增加 align 属性 (#2492) @zhangming
8
+ * :bug: fix(inputNumber): correct onChange, onOverlimit event triggering timing when async & sync (#2509) @Alex-huxiyang
9
+ * :bug: fix(uploader): xhrBeforeUpload判断错误 (#2507) @Alex-huxiyang
10
+ * :bug: fix(swiper): correct onChange ts type (#2493) @Alex-huxiyang
11
+ * 🪵 refactor(numberkeyboard): optimize code & correct defaultProps (#2508) @Alex-huxiyang
12
+ * 🏡 chore(cell): unify ts type & docs (#2496) @Alex-huxiyang
13
+ * 🏡 chore(deps): update vitest monorepo to v2 (major) (#2439) @renovate[bot]
14
+ * 🏡 chore(deps): update dependency glob to v11 (#2438) @renovate[bot]
15
+ * 🏡 chore(deps): update dependency inquirer to v10 (#2420) @renovate[bot]
16
+ * 🏡 chore(deps): update dependency marked to v13 (#2358) @renovate[bot]
17
+
18
+
19
+ # v2.6.15
20
+
21
+ `2024-07-26`
22
+
23
+ - 🏡 chore: run md-table-format when git commit changes (#2484) @Alex-huxiyang
24
+ - :sparkles: feat(menu): allow custom classnames for Menu and dynamic titles (#2480) @Alex-huxiyang
25
+ - :sparkles: feat(watermark): support multi-line text (#2477) @xiaoyatong
26
+ - :bug: fix: move defaultprops (#2482) @xiaoyatong
27
+ - :bug: fix: snapshot update (#2481) @Alex-huxiyang
28
+ - :bug: fix(uploader): image 居中展示 (#2475) @xiaoyatong
29
+ - :bug: fix(infiniteLoading): rest 导致事件无法触发 (#2474) @oasis-cloud
30
+ - :bug: fix: sticky 构建时类型错误 @oasis-cloud
31
+ - :bug: fix(uploader): images should display when they've been successfully uploaded (#2448) @Alex-huxiyang
32
+ - :bug: fix: 修复日历进行快捷选择日期时 点击确认获取的是上一次的日期 (#2436) @yangqianlu
33
+ - 🪵 refactor: table (#2473) @zanyuki-jd
34
+ - 🪵 refactor: sticky (#2468) @oasis-cloud
3
35
 
36
+ # v2.6.14
4
37
 
5
- * :sparkles: feat(menuitem): 新增css类名,增强自定义样式能力 (#2443) @Alex-huxiyang
6
- * :sparkles: feat(empty): add css variable nutui-empty-background-color (#2451) @Alex-huxiyang
7
- * :sparkles: feat(infiniteLoading): 继承 scrollView 的 props 类型 (#2441) @oasis-cloud
8
- * :bug: fix(cascader): 初始化设置value未成功选中 (#2435) @Alex-huxiyang
9
- * :bug: fix(swiper): display abnormal when dir = 'rtl' (#2454) @Alex-huxiyang
10
- * :bug: fix(form): 兼容校验时机 (#2437) @Alex-huxiyang
11
- * :bug: fix(form): 在FromInstance增加validateFields方法的定义 (#2450) @jinjl
38
+ `2024-07-19`
12
39
 
40
+ - :sparkles: feat(menuitem): 新增css类名,增强自定义样式能力 (#2443) @Alex-huxiyang
41
+ - :sparkles: feat(empty): add css variable nutui-empty-background-color (#2451) @Alex-huxiyang
42
+ - :sparkles: feat(infiniteLoading): 继承 scrollView 的 props 类型 (#2441) @oasis-cloud
43
+ - :bug: fix(cascader): 初始化设置value未成功选中 (#2435) @Alex-huxiyang
44
+ - :bug: fix(swiper): display abnormal when dir = 'rtl' (#2454) @Alex-huxiyang
45
+ - :bug: fix(form): 兼容校验时机 (#2437) @Alex-huxiyang
46
+ - :bug: fix(form): 在FromInstance增加validateFields方法的定义 (#2450) @jinjl
13
47
 
14
48
  # v2.6.13
15
- `2024-07-12`
16
-
17
49
 
18
- * :sparkles: feat: tabs滚动条兼容火狐浏览器 (#2431) @JoanneXu6677
19
- * :sparkles: feat(drag): add the ability to support onDrag, onDragStart, onDragEnd callbacks (#2418) @Alex-huxiyang
20
- * :bug: fix(formItem): validateTrigger无法正确触发校验 (#2433) @Alex-huxiyang
21
- * :bug: fix: 日历组件滚动到顶部时 出现空白问题 (#2409) @522109452
22
- * :bug: fix(imagepreview): 无法在预期情景正确关闭图片的异常 (#2421) @Alex-huxiyang
50
+ `2024-07-12`
23
51
 
52
+ - :sparkles: feat: tabs滚动条兼容火狐浏览器 (#2431) @JoanneXu6677
53
+ - :sparkles: feat(drag): add the ability to support onDrag, onDragStart, onDragEnd callbacks (#2418) @Alex-huxiyang
54
+ - :bug: fix(formItem): validateTrigger无法正确触发校验 (#2433) @Alex-huxiyang
55
+ - :bug: fix: 日历组件滚动到顶部时 出现空白问题 (#2409) @522109452
56
+ - :bug: fix(imagepreview): 无法在预期情景正确关闭图片的异常 (#2421) @Alex-huxiyang
24
57
 
25
58
  # v2.6.12
26
- `2024-07-05`
27
-
28
59
 
29
- * :sparkles: feat: add pagination whether to show pages in imagepreview (#2411) @xiaoyatong
30
- * :bug: fix(uploader): pre-upload pmage preview bug (#2416) @Alex-huxiyang
31
- * :bug: fix(taro-form-demo): 点击演示demo表单内的重置会触发提交表单事件bug修复 (#2415) @Skedush
32
- * :bug: fix(form): validator 中的 value 类型更新为 any (#2406) @oasis-cloud
33
- * :bug: fix(uploader): 京东小程序中可上传时可选择图片和视频 (#2410) @xueshufive
34
- * :bug: fix(avatarcropper): 报错 (#2364) @Alex-huxiyang
35
- * :bug: fix(form): setFields未触发校验 (#2400) @Alex-huxiyang
60
+ `2024-07-05`
36
61
 
62
+ - :sparkles: feat: add pagination whether to show pages in imagepreview (#2411) @xiaoyatong
63
+ - :bug: fix(uploader): pre-upload pmage preview bug (#2416) @Alex-huxiyang
64
+ - :bug: fix(taro-form-demo): 点击演示demo表单内的重置会触发提交表单事件bug修复 (#2415) @Skedush
65
+ - :bug: fix(form): validator 中的 value 类型更新为 any (#2406) @oasis-cloud
66
+ - :bug: fix(uploader): 京东小程序中可上传时可选择图片和视频 (#2410) @xueshufive
67
+ - :bug: fix(avatarcropper): 报错 (#2364) @Alex-huxiyang
68
+ - :bug: fix(form): setFields未触发校验 (#2400) @Alex-huxiyang
37
69
 
38
70
  # v2.6.11
39
- `2024-06-28`
40
-
41
71
 
42
- * :sparkles: feat(table): table新增自定义行 (#2390) @zanyuki-jd
43
- * :bug: fix(fixednav): 可拖拽元素样式缺失 (#2391) @oasis-cloud
72
+ `2024-06-28`
44
73
 
74
+ - :sparkles: feat(table): table新增自定义行 (#2390) @zanyuki-jd
75
+ - :bug: fix(fixednav): 可拖拽元素样式缺失 (#2391) @oasis-cloud
45
76
 
46
77
  # v2.6.10
47
- `2024-06-21`
48
-
49
78
 
50
- * 🏡 chore: 文档未来规范 (#2373) @Alex-huxiyang
51
- * 🤖 ci: 统一使用 pnpm @oasis-cloud
52
- * :sparkles: feat(tabpane): 增添修改tabpane背景色的主题变量 (#2366) @Alex-huxiyang
53
- * :bug: fix(tabs): 修复tabs异步设置titles滚动失效(#2351) (#2369) @ShuchenEason
54
- * :bug: fix: umd 中替换环境变量 (#2368) @oasis-cloud
79
+ `2024-06-21`
55
80
 
81
+ - 🏡 chore: 文档未来规范 (#2373) @Alex-huxiyang
82
+ - 🤖 ci: 统一使用 pnpm @oasis-cloud
83
+ - :sparkles: feat(tabpane): 增添修改tabpane背景色的主题变量 (#2366) @Alex-huxiyang
84
+ - :bug: fix(tabs): 修复tabs异步设置titles滚动失效(#2351) (#2369) @ShuchenEason
85
+ - :bug: fix: umd 中替换环境变量 (#2368) @oasis-cloud
56
86
 
57
87
  # v2.6.9
58
- `2024-06-14`
59
-
60
88
 
61
- * :sparkles: feat(form): footer 容器增加 className (#2345) @oasis-cloud
62
- * :bug: fix: 解决Drag组件拖拽后会在原地留一个遮挡元素问题+解决weapp/taro-h5多个demo拖拽位置不正确问题 (#2330) @irisSong
63
- * :bug: fix(searchbar): 修复 clear 时未触发 change 的问题 (#2262) @eiinu
89
+ `2024-06-14`
64
90
 
91
+ - :sparkles: feat(form): footer 容器增加 className (#2345) @oasis-cloud
92
+ - :bug: fix: 解决Drag组件拖拽后会在原地留一个遮挡元素问题+解决weapp/taro-h5多个demo拖拽位置不正确问题 (#2330) @irisSong
93
+ - :bug: fix(searchbar): 修复 clear 时未触发 change 的问题 (#2262) @eiinu
65
94
 
66
95
  # v2.6.8
67
- `2024-05-31`
68
-
69
96
 
70
- * :sparkles: feat(button): 新增 button 原始类型属性 (#2195) @Jiankian
71
- * :sparkles: feat(card): add card hide price and shop usage (#2292) @wick
72
- * :bug: fix(cascader): onPathChange is not a function (#2308) @oasis-cloud
73
- * :bug: fix: safearea for ac (#2293) @xiaoyatong
74
- * :bug: fix(InputNumber): 扩大点击区域 (#2302) @xiaoyatong
75
- * :bug: fix(picker): 函数调用之前检查 locale 是否已经定义 (#2259) @Alex-huxiyang
76
- * 🏡 chore(demo): 更新组件引用方式 (#2304) @oasis-cloud
77
- * 🏡 chore: fix typos (#2300) @Snoppy
97
+ `2024-05-31`
78
98
 
99
+ - :sparkles: feat(button): 新增 button 原始类型属性 (#2195) @Jiankian
100
+ - :sparkles: feat(card): add card hide price and shop usage (#2292) @wick
101
+ - :bug: fix(cascader): onPathChange is not a function (#2308) @oasis-cloud
102
+ - :bug: fix: safearea for ac (#2293) @xiaoyatong
103
+ - :bug: fix(InputNumber): 扩大点击区域 (#2302) @xiaoyatong
104
+ - :bug: fix(picker): 函数调用之前检查 locale 是否已经定义 (#2259) @Alex-huxiyang
105
+ - 🏡 chore(demo): 更新组件引用方式 (#2304) @oasis-cloud
106
+ - 🏡 chore: fix typos (#2300) @Snoppy
79
107
 
80
108
  # v2.6.7
81
- `2024-05-28`
82
109
 
110
+ `2024-05-28`
83
111
 
84
- * :sparkles: feat: 签名组件增加当没有签名或已清空的情况下的参数暴露 (#2288) @xiaoyatong
85
- * :bug: fix: ActionSheet 增加安全区处理 (#2286) @xiaoyatong
86
- * :bug: fix(actionsheet): 去掉无意义的 padding,popup 已不再暴露 (#2285) @xiaoyatong
87
-
112
+ - :sparkles: feat: 签名组件增加当没有签名或已清空的情况下的参数暴露 (#2288) @xiaoyatong
113
+ - :bug: fix: ActionSheet 增加安全区处理 (#2286) @xiaoyatong
114
+ - :bug: fix(actionsheet): 去掉无意义的 padding,popup 已不再暴露 (#2285) @xiaoyatong
88
115
 
89
116
  # v2.6.6
90
- `2024-05-24`
91
117
 
118
+ `2024-05-24`
92
119
 
93
- * 🏡 chore(tag): css样式变量修复 (#2279) @Alex-huxiyang
94
- * 🏡 chore(deps): update dependency eslint-plugin-markdown to v5 (#2218) @renovate[bot]
95
- * 📖 docs(uploader): update (#2265) @eiinu
96
- * :bug: fix(input): placeholder 无法设置空字符串 (#2282) @oasis-cloud
97
- * :bug: fix(imagepreview): 阻止冒泡,防止点击图片关闭 (#2281) @Alex-huxiyang
98
- * :bug: fix(FormItem): 修复initialValue属性初始化未被正确加入到Formstore中导致的问题 (#2247) @Alex-huxiyang
99
-
120
+ - 🏡 chore(tag): css样式变量修复 (#2279) @Alex-huxiyang
121
+ - 🏡 chore(deps): update dependency eslint-plugin-markdown to v5 (#2218) @renovate[bot]
122
+ - 📖 docs(uploader): update (#2265) @eiinu
123
+ - :bug: fix(input): placeholder 无法设置空字符串 (#2282) @oasis-cloud
124
+ - :bug: fix(imagepreview): 阻止冒泡,防止点击图片关闭 (#2281) @Alex-huxiyang
125
+ - :bug: fix(FormItem): 修复initialValue属性初始化未被正确加入到Formstore中导致的问题 (#2247) @Alex-huxiyang
100
126
 
101
127
  # v2.6.5
102
- `2024-05-17`
103
128
 
129
+ `2024-05-17`
104
130
 
105
- *🏡 chore(image): 官网taro的demo显示与h5不一致 (#2244) @Alex-huxiyang
106
- * :bug: fix(circleprogress): update demo (#2260) @Eiinu
107
- * :bug: fix: 移除 defaultProps(2) (#2254) @Eiinu
108
- * :bug: fix: 关于checkbox&tabs的doc与demo修改 (#2253) @Alex-huxiyang
109
- * :bug: fix(table): 修复部分由于场景下width未生效导致的一些问题 (#2241) @Alex-huxiyang
110
- * :bug: fix(menu): 选项文字很多时右侧箭头展示异常 (#2252) @Alex-huxiyang
111
- * :bug: fix(input): 修复特殊场景下自动清除失效问题 (#2240) @Eiinu
131
+ \*🏡 chore(image): 官网taro的demo显示与h5不一致 (#2244) @Alex-huxiyang
112
132
 
133
+ - :bug: fix(circleprogress): update demo (#2260) @Eiinu
134
+ - :bug: fix: 移除 defaultProps(2) (#2254) @Eiinu
135
+ - :bug: fix: 关于checkbox&tabs的doc与demo修改 (#2253) @Alex-huxiyang
136
+ - :bug: fix(table): 修复部分由于场景下width未生效导致的一些问题 (#2241) @Alex-huxiyang
137
+ - :bug: fix(menu): 选项文字很多时右侧箭头展示异常 (#2252) @Alex-huxiyang
138
+ - :bug: fix(input): 修复特殊场景下自动清除失效问题 (#2240) @Eiinu
113
139
 
114
140
  # v2.6.4
115
- `2024-05-10`
116
-
117
141
 
118
- * 🏡 chore: 修改默认的微信基础库版本 (#2235) @eiinu
119
- * 🏡 chore(image): demo代码风格优化 (#2220) @Alex-huxiyang
120
- * 📖 docs(uploader): 文件上传编码使用提示 (#2224) @Alex-huxiyang
121
- * :bug: fix(imagePreview): 阻止关闭预览事件对父结构的非必要影响 (#2227) @Alex-huxiyang
122
- * :bug: fix(picker): 修复连续多次打开 picker 时显示值错误 (#2222) @eiinu
123
- * :bug: fix(virtualList): 修复部分场景onScroll不触发 (#2221) @Alex-huxiyang
124
- * :bug: fix: 移除 defaultProps (#2230) @eiinu
142
+ `2024-05-10`
125
143
 
144
+ - 🏡 chore: 修改默认的微信基础库版本 (#2235) @eiinu
145
+ - 🏡 chore(image): demo代码风格优化 (#2220) @Alex-huxiyang
146
+ - 📖 docs(uploader): 文件上传编码使用提示 (#2224) @Alex-huxiyang
147
+ - :bug: fix(imagePreview): 阻止关闭预览事件对父结构的非必要影响 (#2227) @Alex-huxiyang
148
+ - :bug: fix(picker): 修复连续多次打开 picker 时显示值错误 (#2222) @eiinu
149
+ - :bug: fix(virtualList): 修复部分场景onScroll不触发 (#2221) @Alex-huxiyang
150
+ - :bug: fix: 移除 defaultProps (#2230) @eiinu
126
151
 
127
152
  # v2.6.3
128
- `2024-04-30`
129
-
130
153
 
131
- * :bug: fix(tabs): 修复特殊场景下 value 设置未生效问题 (#2211) @eiinu
132
- :art: style(Tabs.Tabpane): 给Tabs.Tabpane新增内边距样式变量,使得使用者可以自由控制该内边距。 (#2210) @jianhuagao
133
- * 🏡 chore(icon): update demo (#2214) @eiinu
154
+ `2024-04-30`
134
155
 
156
+ - :bug: fix(tabs): 修复特殊场景下 value 设置未生效问题 (#2211) @eiinu
157
+ :art: style(Tabs.Tabpane): 给Tabs.Tabpane新增内边距样式变量,使得使用者可以自由控制该内边距。 (#2210) @jianhuagao
158
+ - 🏡 chore(icon): update demo (#2214) @eiinu
135
159
 
136
160
  # v2.6.2
137
- `2024-04-26`
138
161
 
139
- * :bug: fix(datepicker): 修复受控方式下选项联动更新问题 (#2201) @eiinu
140
- * :bug: fix(signature): 调整清空时机并更新demo (#2190) @Alex-huxiyang
141
- * :bug: fix(ellipsis): 部分场景下的ref报错 (#2200) @Alex-huxiyang
142
- * :bug: fix(inputnumber): 修复设置`InputNumber`组件className不生效的问题 (#2188) @Kurisu
143
- :art: style: jmapp style 语义化 (#2052) @zhehu1
144
- :art: style(CellGroup): 给`CellGroup`组件新增外边距样式变量,使得使用者可以自由控制该外边距。 (#2189) @Kurisu
145
- :art: style(badge): jdesign badge 样式 (#2164) @zhehu1
146
- * 📖 docs(tag):修复demo描述错误 (#2204) @jianhuagao
162
+ `2024-04-26`
147
163
 
164
+ - :bug: fix(datepicker): 修复受控方式下选项联动更新问题 (#2201) @eiinu
165
+ - :bug: fix(signature): 调整清空时机并更新demo (#2190) @Alex-huxiyang
166
+ - :bug: fix(ellipsis): 部分场景下的ref报错 (#2200) @Alex-huxiyang
167
+ - :bug: fix(inputnumber): 修复设置`InputNumber`组件className不生效的问题 (#2188) @Kurisu
168
+ :art: style: jmapp style 语义化 (#2052) @zhehu1
169
+ :art: style(CellGroup): 给`CellGroup`组件新增外边距样式变量,使得使用者可以自由控制该外边距。 (#2189) @Kurisu
170
+ :art: style(badge): jdesign badge 样式 (#2164) @zhehu1
171
+ - 📖 docs(tag):修复demo描述错误 (#2204) @jianhuagao
148
172
 
149
173
  # v2.6.1
150
- `2024-04-19`
151
-
152
174
 
153
- * :bug: fix(image): standardize demos (#2177) @Alex-huxiyang
154
- * :bug: fix(cellgroup): 去掉 cellgroup 未单独使用的 style 属性 (#2176) @kurisu994
155
- * :bug: fix(site): png url error & key duplicate (#2178) @Alex-huxiyang
156
- * :bug: fix(swiper): 异步加载 indicator 不显示 (#2167) @Alex-huxiyang
175
+ `2024-04-19`
157
176
 
177
+ - :bug: fix(image): standardize demos (#2177) @Alex-huxiyang
178
+ - :bug: fix(cellgroup): 去掉 cellgroup 未单独使用的 style 属性 (#2176) @kurisu994
179
+ - :bug: fix(site): png url error & key duplicate (#2178) @Alex-huxiyang
180
+ - :bug: fix(swiper): 异步加载 indicator 不显示 (#2167) @Alex-huxiyang
158
181
 
159
182
  # v2.6.0
160
- `2024-04-12`
161
183
 
162
- * 🪵 refactor(swiper): H5 下实现重构,增加 focus 模式 (#1962) @oasis-cloud
163
- * :sparkles: feat: input 的 onFocus 增加 height 键盘高度参数 (#2154) @alex.zeng
164
- * :bug: fix(drag): demo拆解与规范 (#2163) @eiinu
165
- * :bug: fix(form): 可定义 fontsize (#2162) @oasis-cloud
166
- * 🏡 chore(picker): demo拆解与规范 (#2157) @Alex-huxiyang
167
- * 🏡 chore(radio): demo拆解与规范 (#2158) @LuckyLucy
168
- * 🏡 chore(menu): demo拆解与规范 (#2153) @Alex-huxiyang
169
- * 🏡 chore(loading): demo拆解与规范 (#2155) @Alex-huxiyang
170
- * 🏡 chore(notify): demo拆解与规范 (#2151) @Alex-huxiyang
184
+ `2024-04-12`
171
185
 
186
+ - 🪵 refactor(swiper): H5 下实现重构,增加 focus 模式 (#1962) @oasis-cloud
187
+ - :sparkles: feat: input 的 onFocus 增加 height 键盘高度参数 (#2154) @alex.zeng
188
+ - :bug: fix(drag): demo拆解与规范 (#2163) @eiinu
189
+ - :bug: fix(form): 可定义 fontsize (#2162) @oasis-cloud
190
+ - 🏡 chore(picker): demo拆解与规范 (#2157) @Alex-huxiyang
191
+ - 🏡 chore(radio): demo拆解与规范 (#2158) @LuckyLucy
192
+ - 🏡 chore(menu): demo拆解与规范 (#2153) @Alex-huxiyang
193
+ - 🏡 chore(loading): demo拆解与规范 (#2155) @Alex-huxiyang
194
+ - 🏡 chore(notify): demo拆解与规范 (#2151) @Alex-huxiyang
172
195
 
173
196
  # v2.5.2
174
- `2024-04-03`
175
197
 
198
+ `2024-04-03`
176
199
 
177
- * 🏡 chore(form): demo拆解与规范 (#2148) @oasis-cloud
178
- * 🏡 chore(countdown): demo拆解与规范 (#2147) @Alex-huxiyang
179
- * 🏡 chore(cascader): demo拆解与规范 (#2144) @Alex-huxiyang
180
- * 🏡 chore(checkbox): demo拆解与规范 (#2146) @Alex-huxiyang
181
- * :bug: fix(calendarcard): 直接抛出ondayclick (#2150) @oasis-cloud
182
- * :bug: fix(radio): 样式变量修复(issue) (#2149) @Alex-huxiyang
183
-
200
+ - 🏡 chore(form): demo拆解与规范 (#2148) @oasis-cloud
201
+ - 🏡 chore(countdown): demo拆解与规范 (#2147) @Alex-huxiyang
202
+ - 🏡 chore(cascader): demo拆解与规范 (#2144) @Alex-huxiyang
203
+ - 🏡 chore(checkbox): demo拆解与规范 (#2146) @Alex-huxiyang
204
+ - :bug: fix(calendarcard): 直接抛出ondayclick (#2150) @oasis-cloud
205
+ - :bug: fix(radio): 样式变量修复(issue) (#2149) @Alex-huxiyang
184
206
 
185
207
  # v2.5.1
186
- `2024-03-29`
187
-
188
208
 
189
- *🏡 chore(deps): update dependency @types/testing-library__jest-dom to v6 (#2127) @renovate[bot]
190
- * 📖 docs(readme): change npm to pnpm in the document (#2131) @JedediahXu
191
- * :sparkles: feat(popover): rtl (#2121) @xiaoyatong
192
- * :sparkles: feat(ellipsis): rtl (#2128) @irisSong
193
- * :sparkles: feat(Form): rtl (#2120) @xiaoyatong
194
- * :sparkles: feat(progress): Taro新增lazy属性 (#2108) @Alex-huxiyang
195
- * :bug: fix(datepicker): 修复 datepicker 类型为hour-minutes/time时选中值无法回显的问题 (#2141) @yeyu98
196
- * :bug: fix(Toast): demo拆解与规范 (#2073) @OrdinarySF
197
- * :bug: fix(calendar): demo拆解与规范 (#2137) @mikasayw
198
- * :bug: fix(DatePicker): demo拆解与规范 (#2133) @yeyu98
199
- * :bug: fix(uploader): demo拆解与规范 (#2140) @irisSong
200
- * :bug: fix(tabs): 修复 tab 过多时滚动定位不准确的问题 (#2135) @eiinu
201
- * :bug: fix(range): demo拆解与规范 (#2139) @ShuchenEason
202
- * :bug: fix(imagepreview): demo拆解与规范 (#2134) @Alex-huxiyang
203
- * :bug: fix(textarea): demo拆解与规范 (#2132) @Amylee9712
204
- * :bug: fix(tour): demo拆解与规范 (#2130) @Alex-huxiyang
205
- * :bug: fix(actionsheet): demo拆解与规范 (#2124) @ZissyW
206
- * :bug: fix(icon): update taro demo (#2129) @eiinu
207
- * :bug: fix(popup): demo拆解与规范 (#2122) @ZissyW
208
- * :bug: fix(numberkeyboard): demo拆解与规范 (#2123) @ZissyW
209
+ `2024-03-29`
209
210
 
211
+ \*🏡 chore(deps): update dependency @types/testing-library\_\_jest-dom to v6 (#2127) @renovate[bot]
212
+
213
+ - 📖 docs(readme): change npm to pnpm in the document (#2131) @JedediahXu
214
+ - :sparkles: feat(popover): rtl (#2121) @xiaoyatong
215
+ - :sparkles: feat(ellipsis): rtl (#2128) @irisSong
216
+ - :sparkles: feat(Form): rtl (#2120) @xiaoyatong
217
+ - :sparkles: feat(progress): Taro新增lazy属性 (#2108) @Alex-huxiyang
218
+ - :bug: fix(datepicker): 修复 datepicker 类型为hour-minutes/time时选中值无法回显的问题 (#2141) @yeyu98
219
+ - :bug: fix(Toast): demo拆解与规范 (#2073) @OrdinarySF
220
+ - :bug: fix(calendar): demo拆解与规范 (#2137) @mikasayw
221
+ - :bug: fix(DatePicker): demo拆解与规范 (#2133) @yeyu98
222
+ - :bug: fix(uploader): demo拆解与规范 (#2140) @irisSong
223
+ - :bug: fix(tabs): 修复 tab 过多时滚动定位不准确的问题 (#2135) @eiinu
224
+ - :bug: fix(range): demo拆解与规范 (#2139) @ShuchenEason
225
+ - :bug: fix(imagepreview): demo拆解与规范 (#2134) @Alex-huxiyang
226
+ - :bug: fix(textarea): demo拆解与规范 (#2132) @Amylee9712
227
+ - :bug: fix(tour): demo拆解与规范 (#2130) @Alex-huxiyang
228
+ - :bug: fix(actionsheet): demo拆解与规范 (#2124) @ZissyW
229
+ - :bug: fix(icon): update taro demo (#2129) @eiinu
230
+ - :bug: fix(popup): demo拆解与规范 (#2122) @ZissyW
231
+ - :bug: fix(numberkeyboard): demo拆解与规范 (#2123) @ZissyW
210
232
 
211
233
  # v2.5.0
212
- `2024-03-22`
213
-
214
-
215
234
 
216
- * :sparkles: feat(Popover): 新增单条数据的demo展示 (#2117) @xiaoyatong
217
- * :sparkles: feat(progress): 支持taro的lazy属性 & demo拆解与规范 (#2086) @Alex-huxiyang
218
- * :bug: fix(dialog): 关闭按钮默认在底部,24px白色图标 (#2118) @irisSong
219
- * :bug: fix(noticebar): fix docs (#2119) @xiaoyatong
220
- * :bug: fix(virtuallist): demo拆解与规范 (#2116) @eiinu
221
- * :bug: fix: 修复address组件onChange参数透传问题 (#2110) @DreamSeeker321
222
- * :bug: fix(Icon): 小程序下展示异常问题修复 (#2114) @xiaoyatong
223
- * :bug: fix(swiper): demo拆解与规范 (#2115) @Alex-huxiyang
224
- * :bug: fix(audio): demo拆解与规范 (#2111) @Alex-huxiyang
225
- * :bug: fix(animatingnumbers): demo拆解与规范 (#2109) @Alex-huxiyang
226
- * :bug: fix(video): demo拆解与规范 (#2104) @eiinu
227
- * :bug: fix(avatarcropper): demo拆解与规范 (#2103) @eiinu
228
- * :bug: fix(steps): demo拆解与规范 (#2105) @eiinu
229
- * :bug: fix: 修复 demo 目录报错 (#2107) @eiinu
230
- * :bug: fix(swipe): 修改demo文案 (#2106) @xiaoyatong
231
- * :bug: fix(shortpassword): demo拆解与规范 (#2102) @Alex-huxiyang
232
- * :bug: fix(circleprogress): demo拆解与规范 (#2091) @Alex-huxiyang
233
- * :bug: fix: vitest (#2101) @xiaoyatong
234
- * :bug: fix(table): demo拆解与规范 (#2074) @Alex-huxiyang
235
- * :bug: fix(timeselect): demo拆解与规范 (#2087) @Alex-huxiyang
236
- * :bug: fix(tabs): demo拆解与规范 (#2066) @yeyu98
237
- * :bug: fix(signature): demo拆解与规范 (#2099) @Alex-huxiyang
238
- * :bug: fix(tag): taro 下自定义icon无法展示 (#2088) @eiinu
239
- * :bug: fix(animate): demo拆解与规范 (#2085) @eiinu
240
- * :bug: fix(collapse): demo拆解与规范 (#2094) @eiinu
241
- * :bug: fix(barrage): 简化demo (#2100) @xiaoyatong
242
- * :bug: fix(barrage): demo拆解与规范 (#2098) @joyfully-W
243
- * :bug: fix: taro-demo full class (#2095) @eiinu
244
- * :bug: fix(Ellipsis): 修复小程序环境下给Ellipsis设置字号后工作不正常的问题 (#2078) @FPG-Alan
245
- * :bug: fix: test (#2096) @xiaoyatong
246
- * :bug: fix: 代码块修改为等宽字体 (#2092) @eiinu
247
- * 🚦 Revert "feat(progress): 支持taro的lazy属性 & demo拆解与规范 (#2086)" @oasis-cloud
248
- * 🏡 chore(calendarcard): demo 拆解与规范 (#2026) @eiinu
249
- * 🏡 chore: 优化组件类型导出 (#2036) @eiinu
250
- * 🏡 chore(deps): update dependency happy-dom to v14 (#2097) @renovate[bot]
251
- * 🏡 chore: update changelog @oasis-cloud
252
- * 📖 docs(overlay): fix typo @eiinu
235
+ `2024-03-22`
253
236
 
237
+ - :sparkles: feat(Popover): 新增单条数据的demo展示 (#2117) @xiaoyatong
238
+ - :sparkles: feat(progress): 支持taro的lazy属性 & demo拆解与规范 (#2086) @Alex-huxiyang
239
+ - :bug: fix(dialog): 关闭按钮默认在底部,24px白色图标 (#2118) @irisSong
240
+ - :bug: fix(noticebar): fix docs (#2119) @xiaoyatong
241
+ - :bug: fix(virtuallist): demo拆解与规范 (#2116) @eiinu
242
+ - :bug: fix: 修复address组件onChange参数透传问题 (#2110) @DreamSeeker321
243
+ - :bug: fix(Icon): 小程序下展示异常问题修复 (#2114) @xiaoyatong
244
+ - :bug: fix(swiper): demo拆解与规范 (#2115) @Alex-huxiyang
245
+ - :bug: fix(audio): demo拆解与规范 (#2111) @Alex-huxiyang
246
+ - :bug: fix(animatingnumbers): demo拆解与规范 (#2109) @Alex-huxiyang
247
+ - :bug: fix(video): demo拆解与规范 (#2104) @eiinu
248
+ - :bug: fix(avatarcropper): demo拆解与规范 (#2103) @eiinu
249
+ - :bug: fix(steps): demo拆解与规范 (#2105) @eiinu
250
+ - :bug: fix: 修复 demo 目录报错 (#2107) @eiinu
251
+ - :bug: fix(swipe): 修改demo文案 (#2106) @xiaoyatong
252
+ - :bug: fix(shortpassword): demo拆解与规范 (#2102) @Alex-huxiyang
253
+ - :bug: fix(circleprogress): demo拆解与规范 (#2091) @Alex-huxiyang
254
+ - :bug: fix: vitest (#2101) @xiaoyatong
255
+ - :bug: fix(table): demo拆解与规范 (#2074) @Alex-huxiyang
256
+ - :bug: fix(timeselect): demo拆解与规范 (#2087) @Alex-huxiyang
257
+ - :bug: fix(tabs): demo拆解与规范 (#2066) @yeyu98
258
+ - :bug: fix(signature): demo拆解与规范 (#2099) @Alex-huxiyang
259
+ - :bug: fix(tag): taro 下自定义icon无法展示 (#2088) @eiinu
260
+ - :bug: fix(animate): demo拆解与规范 (#2085) @eiinu
261
+ - :bug: fix(collapse): demo拆解与规范 (#2094) @eiinu
262
+ - :bug: fix(barrage): 简化demo (#2100) @xiaoyatong
263
+ - :bug: fix(barrage): demo拆解与规范 (#2098) @joyfully-W
264
+ - :bug: fix: taro-demo full class (#2095) @eiinu
265
+ - :bug: fix(Ellipsis): 修复小程序环境下给Ellipsis设置字号后工作不正常的问题 (#2078) @FPG-Alan
266
+ - :bug: fix: test (#2096) @xiaoyatong
267
+ - :bug: fix: 代码块修改为等宽字体 (#2092) @eiinu
268
+ - 🚦 Revert "feat(progress): 支持taro的lazy属性 & demo拆解与规范 (#2086)" @oasis-cloud
269
+ - 🏡 chore(calendarcard): demo 拆解与规范 (#2026) @eiinu
270
+ - 🏡 chore: 优化组件类型导出 (#2036) @eiinu
271
+ - 🏡 chore(deps): update dependency happy-dom to v14 (#2097) @renovate[bot]
272
+ - 🏡 chore: update changelog @oasis-cloud
273
+ - 📖 docs(overlay): fix typo @eiinu
254
274
 
255
275
  # v2.4.2
256
- `2024-03-20`
257
276
 
258
- * 🔨 chore(row): 优化 className (#2054) @eiinu
259
- * :sparkles: feat(backtop): rtl (#2051) @xiaoyatong
260
- * :sparkles: feat(NoticeBar): 增加right 属性,支持更多可自定义内容 @xiaoyatong
261
- * :bug: fix(address): demo拆解与规范 (#2068) @Alex-huxiyang
262
- * :bug: fix(avatar): demo规范与调整 (#2071) @Alex-huxiyang
263
- * :bug: fix(badge): demo拆解与规范 (#2060) @sd
264
- * :bug: fix(calendarcard): 修复受控模式 (#2063) @eiinu
265
- * :bug: fix(Card): demo拆解与规范 (#2072) @joyfully-W
266
- * :bug: fix(dialog): demo拆解与规范 (#2069) @irisSong
267
- * :bug: fix(fixedNav): demo拆解与规范 (#2048) @Alex-huxiyang
268
- * :bug: fix(icon): 处理 rtl 部分 (#2050) @xiaoyatong
269
- * :bug: fix(indicator): demo拆解与规范 (#2090) @eiinu
270
- * :bug: fix(infiniteLoading): demo拆解与规范+增加joy logo的demo (#2081) @irisSong
271
- * :bug: fix(input): demo拆解与规范 (#2035) @yeyu1998
272
- * :bug: fix(navbar): demo拆解与规范 (#2055) @Alex-huxiyang
273
- * :bug: fix(pagination): demo拆解与规范 (#2079) @Alex-huxiyang
274
- * :bug: fix(price): demo拆解与规范 (#2082) @Alex-huxiyang
275
- * :bug: fix(pulltorefresh): demo中下拉图标修改为joy logo (#2084) @irisSong
276
- * :bug: fix(rate): demo拆解与规范 (#2045) @sandra
277
- * :bug: fix(SearchBar): demo拆解与规范 (#2064) @joyfully-W
278
- * :bug: fix(sideNavBar): demo拆解与规范 (#2058) @Alex-huxiyang
279
- * :bug: fix(skeleton): demo拆解与规范 (#2047) @sd
280
- * :bug: fix(sticky): demo拆解与规范 (#2024) @Alex-huxiyang
281
- * :bug: fix(swiper): rtl (#2061) @xiaoyatong
282
- * :bug: fix(tabbar): demo拆解与规范&脚本增强 (#2059) @Alex-huxiyang
283
- * :bug: fix(trendarrow): demo拆解与规范 (#2075) @ber
284
- * :bug: fix(watermark): demo拆解与规范 (#2083) @eiinu
285
- * :bug: fix: update copy-docs-h5-or-taro.js (#2080) @eiinu
286
- * test: migrate jest to vitest (#2057) @eiinu
277
+ `2024-03-20`
287
278
 
279
+ - 🔨 chore(row): 优化 className (#2054) @eiinu
280
+ - :sparkles: feat(backtop): rtl (#2051) @xiaoyatong
281
+ - :sparkles: feat(NoticeBar): 增加right 属性,支持更多可自定义内容 @xiaoyatong
282
+ - :bug: fix(address): demo拆解与规范 (#2068) @Alex-huxiyang
283
+ - :bug: fix(avatar): demo规范与调整 (#2071) @Alex-huxiyang
284
+ - :bug: fix(badge): demo拆解与规范 (#2060) @sd
285
+ - :bug: fix(calendarcard): 修复受控模式 (#2063) @eiinu
286
+ - :bug: fix(Card): demo拆解与规范 (#2072) @joyfully-W
287
+ - :bug: fix(dialog): demo拆解与规范 (#2069) @irisSong
288
+ - :bug: fix(fixedNav): demo拆解与规范 (#2048) @Alex-huxiyang
289
+ - :bug: fix(icon): 处理 rtl 部分 (#2050) @xiaoyatong
290
+ - :bug: fix(indicator): demo拆解与规范 (#2090) @eiinu
291
+ - :bug: fix(infiniteLoading): demo拆解与规范+增加joy logo的demo (#2081) @irisSong
292
+ - :bug: fix(input): demo拆解与规范 (#2035) @yeyu1998
293
+ - :bug: fix(navbar): demo拆解与规范 (#2055) @Alex-huxiyang
294
+ - :bug: fix(pagination): demo拆解与规范 (#2079) @Alex-huxiyang
295
+ - :bug: fix(price): demo拆解与规范 (#2082) @Alex-huxiyang
296
+ - :bug: fix(pulltorefresh): demo中下拉图标修改为joy logo (#2084) @irisSong
297
+ - :bug: fix(rate): demo拆解与规范 (#2045) @sandra
298
+ - :bug: fix(SearchBar): demo拆解与规范 (#2064) @joyfully-W
299
+ - :bug: fix(sideNavBar): demo拆解与规范 (#2058) @Alex-huxiyang
300
+ - :bug: fix(skeleton): demo拆解与规范 (#2047) @sd
301
+ - :bug: fix(sticky): demo拆解与规范 (#2024) @Alex-huxiyang
302
+ - :bug: fix(swiper): rtl (#2061) @xiaoyatong
303
+ - :bug: fix(tabbar): demo拆解与规范&脚本增强 (#2059) @Alex-huxiyang
304
+ - :bug: fix(trendarrow): demo拆解与规范 (#2075) @ber
305
+ - :bug: fix(watermark): demo拆解与规范 (#2083) @eiinu
306
+ - :bug: fix: update copy-docs-h5-or-taro.js (#2080) @eiinu
307
+ - test: migrate jest to vitest (#2057) @eiinu
288
308
 
289
309
  # v2.4.1
290
- `2024-03-15`
291
310
 
292
- * :sparkles: feat(badge): 新增 fill 属性 (#2042) @eiinu
293
- * :sparkles: feat(button): 增加xlarge,按钮内图标大小追随按钮当前字号 (#2037) @xiaoyatong
294
- * :sparkles: feat(ci): add issue-close.yml (#2031) @eiinu
295
- * :sparkles: feat(infiniteloading): add type props (#2027) @irisSong
296
- * :sparkles: feat(pulltorefresh): 增加 type 属性,支持深色背景设置 (#2044) @xiaoyatong
297
- * :sparkles: feat(tabs): rtl (#2004) @irisSong
298
- * :bug: fix(backtop): demo拆解与规范 (#2025) @Alex-huxiyang
299
- * :bug: fix(badge): 修复value传入0时显示不正确的问题 (#2006) @boiboif
300
- * :bug: fix(build): 移除构建产物中重复的类型文件 (#2038) @eiinu
301
- * :bug: fix(calendarcard): 选择范围时支持仅选择单个日期 (#2009) @eiinu
302
- * :bug: fix(configProvidder): demo拆解与自动替换脚本&configProvider规范统一 (#2005) @Alex-huxiyang
303
- * :bug: fix(divider): demo拆解与规范 (#2013) @Alex-huxiyang
304
- * :bug: fix(elevator): demo拆解与规范 (#2030) @Alex-huxiyang
305
- * :bug: fix(ellipsis): 修复设置行数超过内容高度时只显示一行内容的问题 (#2028) @boiboif
306
- * :bug: fix(Empty): 调整默认图片为jd图片 (#2032) @xiaoyatong
307
- * :bug: fix(grid): demo拆解与规范 (#2014) @Alex-huxiyang
308
- * :bug: fix(icon): demo拆解与规范 (#2010) @Alex-huxiyang
309
- * :bug: fix(Image): demo拆解与规范 (#2011) @Alex-huxiyang
310
- * :bug: fix(layout): demo拆解与规范 & 修复脚本在不同操作系统的正则匹配出错 (#2016) @Alex-huxiyang
311
- * :bug: fix(overlay): demo拆解与规范 (#2012) @Alex-huxiyang
312
- * :bug: fix(popover): 调整demo (#2043) @xiaoyatong
313
- * :bug: fix(range): touchmove 回调中 rect 获取失败时终止 (#2029) @eiinu
314
- * :bug: fix(space): demo拆解与规范 (#2021) @Alex-huxiyang
315
- * :bug: fix(switch):switch组件demo代码重构 (#2033) @jiangjin3323
316
- * :bug: fix: docs (#2023) @xiaoyatong
317
- * :bug: fix: fix swipe slide element get rect width error (#2017) @awefeng
318
- * :bug: fix: 构建站点主题变量未成功引入 (#2002) @oasis
319
- style(button): jmapp style (#2019) @zhehu1
311
+ `2024-03-15`
320
312
 
313
+ - :sparkles: feat(badge): 新增 fill 属性 (#2042) @eiinu
314
+ - :sparkles: feat(button): 增加xlarge,按钮内图标大小追随按钮当前字号 (#2037) @xiaoyatong
315
+ - :sparkles: feat(ci): add issue-close.yml (#2031) @eiinu
316
+ - :sparkles: feat(infiniteloading): add type props (#2027) @irisSong
317
+ - :sparkles: feat(pulltorefresh): 增加 type 属性,支持深色背景设置 (#2044) @xiaoyatong
318
+ - :sparkles: feat(tabs): rtl (#2004) @irisSong
319
+ - :bug: fix(backtop): demo拆解与规范 (#2025) @Alex-huxiyang
320
+ - :bug: fix(badge): 修复value传入0时显示不正确的问题 (#2006) @boiboif
321
+ - :bug: fix(build): 移除构建产物中重复的类型文件 (#2038) @eiinu
322
+ - :bug: fix(calendarcard): 选择范围时支持仅选择单个日期 (#2009) @eiinu
323
+ - :bug: fix(configProvidder): demo拆解与自动替换脚本&configProvider规范统一 (#2005) @Alex-huxiyang
324
+ - :bug: fix(divider): demo拆解与规范 (#2013) @Alex-huxiyang
325
+ - :bug: fix(elevator): demo拆解与规范 (#2030) @Alex-huxiyang
326
+ - :bug: fix(ellipsis): 修复设置行数超过内容高度时只显示一行内容的问题 (#2028) @boiboif
327
+ - :bug: fix(Empty): 调整默认图片为jd图片 (#2032) @xiaoyatong
328
+ - :bug: fix(grid): demo拆解与规范 (#2014) @Alex-huxiyang
329
+ - :bug: fix(icon): demo拆解与规范 (#2010) @Alex-huxiyang
330
+ - :bug: fix(Image): demo拆解与规范 (#2011) @Alex-huxiyang
331
+ - :bug: fix(layout): demo拆解与规范 & 修复脚本在不同操作系统的正则匹配出错 (#2016) @Alex-huxiyang
332
+ - :bug: fix(overlay): demo拆解与规范 (#2012) @Alex-huxiyang
333
+ - :bug: fix(popover): 调整demo (#2043) @xiaoyatong
334
+ - :bug: fix(range): touchmove 回调中 rect 获取失败时终止 (#2029) @eiinu
335
+ - :bug: fix(space): demo拆解与规范 (#2021) @Alex-huxiyang
336
+ - :bug: fix(switch):switch组件demo代码重构 (#2033) @jiangjin3323
337
+ - :bug: fix: docs (#2023) @xiaoyatong
338
+ - :bug: fix: fix swipe slide element get rect width error (#2017) @awefeng
339
+ - :bug: fix: 构建站点主题变量未成功引入 (#2002) @oasis
340
+ style(button): jmapp style (#2019) @zhehu1
321
341
 
322
342
  # v2.4.0
323
- `2024-03-08`
324
343
 
325
- * :sparkles: feat(inputnumber): update UI (#1989) @oasis-cloud
326
- * :sparkles: feat(checkbox): list model (#1957) @oasis-cloud
327
- * :sparkles: feat(dialog): added custom content area demo (#1995) @irisSong
328
- * :sparkles: feat(dialog): support bottom close button (#1978) @irisSong
329
- * :sparkles: feat(dialog): support confirm button loading effect (#1983) @bbf
330
- * :sparkles: feat(empty): 图片变更 (#1988) @xiaoyatong
331
- * :sparkles: feat(noticebar): supports the center layout (#1972) @irisSong
332
- * :sparkles: feat(popover): 增加 light 和 dark 模式的区分 (#1977) @xiaoyatong
333
- * :sparkles: feat(swipe): 增加自定义高度的demo (#1996) @xiaoyatong
334
- * :sparkles: feat(rtl): badge (#1986) @eiinu
335
- * :sparkles: feat(rtl): collapse (#1981) @eiinu
336
- * :sparkles: feat(rtl): noticebar (#1984) @eiinu
337
- * :sparkles: feat(rtl): table (#1982) @eiinu
338
- * :sparkles: feat(animatingNumbers): support rtl (#1985) @irisSong
339
- * :bug: fix(badge): the text set by value unwrap (#1992) @irisSong
340
- * :bug: fix(cell): unify the demos of Cell (#1998) @Alex-huxiyang
341
- * :bug: fix(toast): add deprecated prop msg (#1999) @eiinu
342
- * :bug: fix(toast): 变更 taro下的属性 msg 为 content,增加 taro 下 demo (#1994) @xiaoyatong
343
- * :bug: fix(virtuallist): 修复 vitrual list 组件 Taro 下获取窗口高度不正确的问题 (#1993) @CDog34
344
- * :bug: fix: dts 插件升级导致构建产物路径错误 (#1979) @oasis-cloud
345
- * :bug: fix: tabs 小程序滚动操作问题 (#1969) @feiyang1020
346
- * 🔨 chore(deps): bump typescript v5 (#1975) @eiinu
347
- * 🔨 chore(deps): update commitlint monorepo to v19 (#1976) @renovate[bot]
348
- * 🔨 chore: 构建 demo 要定义 __PROJECTID__ (#1974) @oasis-cloud
349
- * 📖 docs(tabs): fix typo (#1997) @eiinu
344
+ `2024-03-08`
350
345
 
346
+ - :sparkles: feat(inputnumber): update UI (#1989) @oasis-cloud
347
+ - :sparkles: feat(checkbox): list model (#1957) @oasis-cloud
348
+ - :sparkles: feat(dialog): added custom content area demo (#1995) @irisSong
349
+ - :sparkles: feat(dialog): support bottom close button (#1978) @irisSong
350
+ - :sparkles: feat(dialog): support confirm button loading effect (#1983) @bbf
351
+ - :sparkles: feat(empty): 图片变更 (#1988) @xiaoyatong
352
+ - :sparkles: feat(noticebar): supports the center layout (#1972) @irisSong
353
+ - :sparkles: feat(popover): 增加 light 和 dark 模式的区分 (#1977) @xiaoyatong
354
+ - :sparkles: feat(swipe): 增加自定义高度的demo (#1996) @xiaoyatong
355
+ - :sparkles: feat(rtl): badge (#1986) @eiinu
356
+ - :sparkles: feat(rtl): collapse (#1981) @eiinu
357
+ - :sparkles: feat(rtl): noticebar (#1984) @eiinu
358
+ - :sparkles: feat(rtl): table (#1982) @eiinu
359
+ - :sparkles: feat(animatingNumbers): support rtl (#1985) @irisSong
360
+ - :bug: fix(badge): the text set by value unwrap (#1992) @irisSong
361
+ - :bug: fix(cell): unify the demos of Cell (#1998) @Alex-huxiyang
362
+ - :bug: fix(toast): add deprecated prop msg (#1999) @eiinu
363
+ - :bug: fix(toast): 变更 taro下的属性 msg 为 content,增加 taro 下 demo (#1994) @xiaoyatong
364
+ - :bug: fix(virtuallist): 修复 vitrual list 组件 Taro 下获取窗口高度不正确的问题 (#1993) @CDog34
365
+ - :bug: fix: dts 插件升级导致构建产物路径错误 (#1979) @oasis-cloud
366
+ - :bug: fix: tabs 小程序滚动操作问题 (#1969) @feiyang1020
367
+ - 🔨 chore(deps): bump typescript v5 (#1975) @eiinu
368
+ - 🔨 chore(deps): update commitlint monorepo to v19 (#1976) @renovate[bot]
369
+ - 🔨 chore: 构建 demo 要定义 **PROJECTID** (#1974) @oasis-cloud
370
+ - 📖 docs(tabs): fix typo (#1997) @eiinu
351
371
 
352
372
  # v2.3.12
353
- `2024-03-01`
354
373
 
355
- * :sparkles: feat(inputnumber): taro 环境下增加 number类型的键盘 (#1965) @LING_ZI_QING
356
- * :sparkles: feat(rtl): support progress & range (#1961) @eiinu
357
- * :bug: fix(elevator): 修复增加页码的逻辑 (#1960) @oasis-cloud
358
- * :bug: fix(elevator): 解决部分安卓手机右侧导航高亮偏差问题 (#1966) @irisSong
359
- * :bug: fix(form): after setting validateTrigger, `trigger` should be excluded (#1963) @oasis-cloud
360
- * :bug: fix(form): 组件更新时,标签结构变化,会导致失去焦点 (#1973) @oasis-cloud
361
- * :bug: fix(inputnumber): provide finalValue (#1959) @oasis-cloud
362
- * 📖 docs: 修复文档 (#1964) @xiaoyatong
363
- * 🛠 refactor(docs): 文档支持通过标签使用已有的 demo 代码 (#1950) @Alex-huxiyang
364
- * 🛠 refactor: adjust build target to ES6, reduce size of configprovider (#1949) @oasis-cloud
365
- * 🔨 chore(ci): update workflows (#1970) @eiinu
366
- * 🔨 chore(dev): development mode, remove duplicate CSS stylesheets (#1958) @oasis-cloud
367
- * 🔨 chore: remove CSS logic conflicting with MDX (#1971) @oasis-cloud
374
+ `2024-03-01`
368
375
 
376
+ - :sparkles: feat(inputnumber): taro 环境下增加 number类型的键盘 (#1965) @LING_ZI_QING
377
+ - :sparkles: feat(rtl): support progress & range (#1961) @eiinu
378
+ - :bug: fix(elevator): 修复增加页码的逻辑 (#1960) @oasis-cloud
379
+ - :bug: fix(elevator): 解决部分安卓手机右侧导航高亮偏差问题 (#1966) @irisSong
380
+ - :bug: fix(form): after setting validateTrigger, `trigger` should be excluded (#1963) @oasis-cloud
381
+ - :bug: fix(form): 组件更新时,标签结构变化,会导致失去焦点 (#1973) @oasis-cloud
382
+ - :bug: fix(inputnumber): provide finalValue (#1959) @oasis-cloud
383
+ - 📖 docs: 修复文档 (#1964) @xiaoyatong
384
+ - 🛠 refactor(docs): 文档支持通过标签使用已有的 demo 代码 (#1950) @Alex-huxiyang
385
+ - 🛠 refactor: adjust build target to ES6, reduce size of configprovider (#1949) @oasis-cloud
386
+ - 🔨 chore(ci): update workflows (#1970) @eiinu
387
+ - 🔨 chore(dev): development mode, remove duplicate CSS stylesheets (#1958) @oasis-cloud
388
+ - 🔨 chore: remove CSS logic conflicting with MDX (#1971) @oasis-cloud
369
389
 
370
390
  # v2.3.11
371
- `2024-02-23`
372
391
 
373
- * :sparkles: feat(inputnumber): support allow empty (#1943) @oasis
374
- * :bug: fix(actionsheet): 关闭弹窗后内容显示在页面,优化 popup 相关属性传递 (#1954) @LING_ZI_QING
375
- * :bug: fix(rtl): css 样式变量部分 (#1944) @xiaoyatong
376
- * :bug: fix(form): validateFields support promise (#1955) @oasis
392
+ `2024-02-23`
377
393
 
394
+ - :sparkles: feat(inputnumber): support allow empty (#1943) @oasis
395
+ - :bug: fix(actionsheet): 关闭弹窗后内容显示在页面,优化 popup 相关属性传递 (#1954) @LING_ZI_QING
396
+ - :bug: fix(rtl): css 样式变量部分 (#1944) @xiaoyatong
397
+ - :bug: fix(form): validateFields support promise (#1955) @oasis
378
398
 
379
399
  # v2.3.10
380
- `2024-02-06`
381
400
 
382
- * :sparkles: feat(form): support renderProps (#1937) @oasis-cloud
383
- * :sparkles: feat(shortpassword): support ref for form (#1930) @oasis-cloud
384
- * :sparkles: feat: 生成用于 rtl 校对的 css 文件 (#1927) @oasis-cloud
385
- * :bug: fix(barrage): 解决新增弹幕重叠问题+不同宽度弹幕滚动速度不一致问题+重构taro版本 (#1942) @irisSong
386
- * :bug: fix(popover): can not be closed (#1931) @oasis-cloud
387
- * :bug: fix(sticky): 适配 taro (#1928) @xiaoyatong
388
- * :bug: fix(tabs): 修订左对齐样式 (#1929) @xiaoyatong
389
- * 📖 docs(tabs): 文档可读性优化 (#1935) @Alex-huxiyang
401
+ `2024-02-06`
390
402
 
403
+ - :sparkles: feat(form): support renderProps (#1937) @oasis-cloud
404
+ - :sparkles: feat(shortpassword): support ref for form (#1930) @oasis-cloud
405
+ - :sparkles: feat: 生成用于 rtl 校对的 css 文件 (#1927) @oasis-cloud
406
+ - :bug: fix(barrage): 解决新增弹幕重叠问题+不同宽度弹幕滚动速度不一致问题+重构taro版本 (#1942) @irisSong
407
+ - :bug: fix(popover): can not be closed (#1931) @oasis-cloud
408
+ - :bug: fix(sticky): 适配 taro (#1928) @xiaoyatong
409
+ - :bug: fix(tabs): 修订左对齐样式 (#1929) @xiaoyatong
410
+ - 📖 docs(tabs): 文档可读性优化 (#1935) @Alex-huxiyang
391
411
 
392
412
  # v2.3.9
393
- `2024-02-02`
394
413
 
395
- * :sparkles: feat: generate stylesheets containing RTL-related styles (#1889) @oasis-cloud
396
- * :bug: fix(infiniteloading): infiniteloading 点击后再滑动,操作出现异常 (#1919) @JQ
397
- * :bug: fix(input): controlled mode, content clearing does not work (#1912) @oasis-cloud
398
- * :bug: fix(popup): support destroyOnClose (#1914) @oasis-cloud
399
- * :bug: fix(rtl): 修复文本 margin (#1926) @xiaoyatong
400
- * :bug: fix(textarea): 修复maxlength=-1时无法输入字符的情况 (#1910) @xiaoyatong
401
- * :bug: fix(input): 受控模式下在 H5 无法清空内容 (#1925) @oasis-cloud
402
- * :bug: fix(rtl): 左右方向箭头的处理 (#1922) @xiaoyatong
403
- * 📖 docs(backtop): 文档可读性优化 (#1909) @Alex-huxiyang
404
- * 📖 docs(image): correct the error attribute (#1916) @oasis-cloud
405
- * 📖 docs(layout): 文档可读性优化 (#1904) @Alex-huxiyang
406
- * 📖 docs(navbar): 文档可读性优化 (#1915) @Alex-huxiyang
407
- * 📖 docs(sidenavbar): 文档可读性优化 (#1920) @Alex-huxiyang
408
- * 📖 docs(sticky): 文档可读性优化 (#1906) @Alex-huxiyang
409
- * 📖 docs(tabbar): 文档可读性优化 (#1921) @Alex-huxiyang
414
+ `2024-02-02`
410
415
 
416
+ - :sparkles: feat: generate stylesheets containing RTL-related styles (#1889) @oasis-cloud
417
+ - :bug: fix(infiniteloading): infiniteloading 点击后再滑动,操作出现异常 (#1919) @JQ
418
+ - :bug: fix(input): controlled mode, content clearing does not work (#1912) @oasis-cloud
419
+ - :bug: fix(popup): support destroyOnClose (#1914) @oasis-cloud
420
+ - :bug: fix(rtl): 修复文本 margin (#1926) @xiaoyatong
421
+ - :bug: fix(textarea): 修复maxlength=-1时无法输入字符的情况 (#1910) @xiaoyatong
422
+ - :bug: fix(input): 受控模式下在 H5 无法清空内容 (#1925) @oasis-cloud
423
+ - :bug: fix(rtl): 左右方向箭头的处理 (#1922) @xiaoyatong
424
+ - 📖 docs(backtop): 文档可读性优化 (#1909) @Alex-huxiyang
425
+ - 📖 docs(image): correct the error attribute (#1916) @oasis-cloud
426
+ - 📖 docs(layout): 文档可读性优化 (#1904) @Alex-huxiyang
427
+ - 📖 docs(navbar): 文档可读性优化 (#1915) @Alex-huxiyang
428
+ - 📖 docs(sidenavbar): 文档可读性优化 (#1920) @Alex-huxiyang
429
+ - 📖 docs(sticky): 文档可读性优化 (#1906) @Alex-huxiyang
430
+ - 📖 docs(tabbar): 文档可读性优化 (#1921) @Alex-huxiyang
411
431
 
412
432
  # v2.3.8
413
- `2024-01-26`
414
433
 
415
- * 🔨 chore: 修复dev环境下demo分包体超过2M问题 (#1905) @xiaoyatong
416
- * 📖 docs(configprovider): 文档可读性优化 (#1882) @Alex-huxiyang
417
- * 📖 docs(grid): 文档可读性优化 (#1903) @Alex-huxiyang
418
- * 📖 docs(swiper): customize pagination controls (#1892) @oasis-cloud
419
- * :sparkles: feat(navbar): title区域自适应宽度 (#1891) @irisSong
420
- * :sparkles: feat(rate): 新增 touchable 属性支持滑动选择 (#1880) @eiinu
421
- * :sparkles: feat(video): support passing through attributes for Taro Video (#1890) @xiaoyatong
422
- * :sparkles: feat: radiogroup add shape props (#1898) @oasis-cloud
423
- * :bug: fix(ellipsis): 修复小程序文本省略问题 (#1888) @eiinu
424
- * :bug: fix(ellipsis): 在 taro 小程序下尽量展示的平滑舒适 (#1902) @xiaoyatong
425
- * :bug: fix(image): 文档可读性优化 (#1887) @Alex-huxiyang
426
- * :bug: fix(overlay): 文档可读性优化 (#1894) @Alex-huxiyang
427
- * :bug: fix(rate): 修复 rate 高度问题 (#1883) @eiinu
428
- * :bug: fix(steps): 小程序的真机情况下出现的换行的情况 (#1899) @xiaoyatong
429
- * :bug: fix(swiper): 轮播跳帧 (#1886) @oasis-cloud
430
- * :bug: fix(tabs): 解决组件嵌套tabs,横向滚动位置计算偏差问题 (#1884) @irisSong
431
- * :bug: fix: doc、demo调整&优化 @huxiyang3
432
- * :bug: fix: taro.createSelectorQuery not function (#1907) @oasis-cloud
434
+ `2024-01-26`
433
435
 
436
+ - 🔨 chore: 修复dev环境下demo分包体超过2M问题 (#1905) @xiaoyatong
437
+ - 📖 docs(configprovider): 文档可读性优化 (#1882) @Alex-huxiyang
438
+ - 📖 docs(grid): 文档可读性优化 (#1903) @Alex-huxiyang
439
+ - 📖 docs(swiper): customize pagination controls (#1892) @oasis-cloud
440
+ - :sparkles: feat(navbar): title区域自适应宽度 (#1891) @irisSong
441
+ - :sparkles: feat(rate): 新增 touchable 属性支持滑动选择 (#1880) @eiinu
442
+ - :sparkles: feat(video): support passing through attributes for Taro Video (#1890) @xiaoyatong
443
+ - :sparkles: feat: radiogroup add shape props (#1898) @oasis-cloud
444
+ - :bug: fix(ellipsis): 修复小程序文本省略问题 (#1888) @eiinu
445
+ - :bug: fix(ellipsis): 在 taro 小程序下尽量展示的平滑舒适 (#1902) @xiaoyatong
446
+ - :bug: fix(image): 文档可读性优化 (#1887) @Alex-huxiyang
447
+ - :bug: fix(overlay): 文档可读性优化 (#1894) @Alex-huxiyang
448
+ - :bug: fix(rate): 修复 rate 高度问题 (#1883) @eiinu
449
+ - :bug: fix(steps): 小程序的真机情况下出现的换行的情况 (#1899) @xiaoyatong
450
+ - :bug: fix(swiper): 轮播跳帧 (#1886) @oasis-cloud
451
+ - :bug: fix(tabs): 解决组件嵌套tabs,横向滚动位置计算偏差问题 (#1884) @irisSong
452
+ - :bug: fix: doc、demo调整&优化 @huxiyang3
453
+ - :bug: fix: taro.createSelectorQuery not function (#1907) @oasis-cloud
434
454
 
435
455
  # v2.3.7
436
- `2024-01-19`
437
456
 
438
- * :sparkles: feat(checkbox): 增加至少选择项数量的设置功能 (#1859) @oasis
439
- * :sparkles: feat(dialog): 增加关闭按钮 (#1872) @irisSong
440
- * :sparkles: feat(imagepreview): 新增 closeIcon & closeIconPosition (#1873) @eiinu
441
- * :sparkles: feat(numberkeyboard): add title right actions (#1881) @xiaoyatong
442
- * :sparkles: feat: support debugging RTL in the H5 development environment (#1865) @oasis
443
- * :bug: fix(space): 主/交叉轴的 demo 与国际化改进 (#1867) @Alex-huxiyang
444
- * :bug: fix(animatingnumbers): 修复单元测试问题 (#1878) @eiinu
445
- * :bug: fix(button): demo和doc一致化、文档代码优化、属性补充 (#1875) @Alex-huxiyang
446
- * :bug: fix(cell): doc、demo一致化改进 (#1877) @Alex-huxiyang
447
- * :bug: fix(popover): 置于滚动容器中,popover 需要跟随滚动,修复选中项的样式 (#1869) @oasis
448
- * :bug: fix(table): fixed sticky css (#1866) @xiaoyatong
449
- * :bug: fix(tabs): 纵向图标未对齐问题 (#1868) @irisSong
450
- * :bug: fix(Textarea): 文档demo中props拼写错误修改 (#1874) @irisSong
451
- * :bug: fix(uploader): fix the styles when custom progress (#1863) @xiaoyatong
452
- * :bug: fix: 增加 CSS 变量配置颜色的例子,完善 color 属性的使用场景描述 (#1857) @oasis
453
- * 📖 docs(avatar): add list display mode (#1862) @oasis
454
- * 📖 docs(icon): 更新文档 (#1879) @eiinu
455
- * 📖 docs(shortpassword): 增加onComplete的demo及文档 (#1860) @xiaoyatong
456
- * 🛠 refactor(circleprogress): optimize animation duration (#1861) @oasis
457
+ `2024-01-19`
457
458
 
459
+ - :sparkles: feat(checkbox): 增加至少选择项数量的设置功能 (#1859) @oasis
460
+ - :sparkles: feat(dialog): 增加关闭按钮 (#1872) @irisSong
461
+ - :sparkles: feat(imagepreview): 新增 closeIcon & closeIconPosition (#1873) @eiinu
462
+ - :sparkles: feat(numberkeyboard): add title right actions (#1881) @xiaoyatong
463
+ - :sparkles: feat: support debugging RTL in the H5 development environment (#1865) @oasis
464
+ - :bug: fix(space): 主/交叉轴的 demo 与国际化改进 (#1867) @Alex-huxiyang
465
+ - :bug: fix(animatingnumbers): 修复单元测试问题 (#1878) @eiinu
466
+ - :bug: fix(button): demo和doc一致化、文档代码优化、属性补充 (#1875) @Alex-huxiyang
467
+ - :bug: fix(cell): doc、demo一致化改进 (#1877) @Alex-huxiyang
468
+ - :bug: fix(popover): 置于滚动容器中,popover 需要跟随滚动,修复选中项的样式 (#1869) @oasis
469
+ - :bug: fix(table): fixed sticky css (#1866) @xiaoyatong
470
+ - :bug: fix(tabs): 纵向图标未对齐问题 (#1868) @irisSong
471
+ - :bug: fix(Textarea): 文档demo中props拼写错误修改 (#1874) @irisSong
472
+ - :bug: fix(uploader): fix the styles when custom progress (#1863) @xiaoyatong
473
+ - :bug: fix: 增加 CSS 变量配置颜色的例子,完善 color 属性的使用场景描述 (#1857) @oasis
474
+ - 📖 docs(avatar): add list display mode (#1862) @oasis
475
+ - 📖 docs(icon): 更新文档 (#1879) @eiinu
476
+ - 📖 docs(shortpassword): 增加onComplete的demo及文档 (#1860) @xiaoyatong
477
+ - 🛠 refactor(circleprogress): optimize animation duration (#1861) @oasis
458
478
 
459
479
  # v2.3.6
460
- `2024-01-12`
461
480
 
462
- * :sparkles: feat(space): update demos and docs of justify and align (#1856) @Alex-huxiyang
463
- * :sparkles: feat(tag): image text (#1851) @oasis
464
- * :sparkles: feat: doc文档优化 (#1850) @Alex-huxiyang
465
- * :bug: fix(swiper): fix props of saving image at taro, fix parameter of onChange, update taro version to 3.6.22 (#1847) @xiaoyatong
466
- * :bug: fix: fix some components display bad with the white screen at taro when is development (#1852) @xiaoyatong
467
- * 🔨 chore(deps): update icons to v1.0.2 (#1853) @oasis
481
+ `2024-01-12`
468
482
 
483
+ - :sparkles: feat(space): update demos and docs of justify and align (#1856) @Alex-huxiyang
484
+ - :sparkles: feat(tag): image text (#1851) @oasis
485
+ - :sparkles: feat: doc文档优化 (#1850) @Alex-huxiyang
486
+ - :bug: fix(swiper): fix props of saving image at taro, fix parameter of onChange, update taro version to 3.6.22 (#1847) @xiaoyatong
487
+ - :bug: fix: fix some components display bad with the white screen at taro when is development (#1852) @xiaoyatong
488
+ - 🔨 chore(deps): update icons to v1.0.2 (#1853) @oasis
469
489
 
470
490
  # v2.3.5
471
- `2024-01-05`
472
491
 
473
- * :sparkles: feat(avatarcropper): 新增属性shape,可设置裁剪样式为圆形 (#1842) @Marvin Gui
474
- * :sparkles: feat(dialog): 新增 CSS 变量 (#1844) @LING_ZI_QING
475
- * :sparkles: feat(range): marks type optimization (#1833) @oasis-cloud
476
- * :sparkles: feat(tabs): 新增 CSS 变量 (#1835) @LING_ZI_QING
477
- * :bug: fix(avatarcropper): fix cannot display when it is development at taro (#1840) @xiaoyatong
478
- * :bug: fix(empty): fix import at taro (#1839) @xiaoyatong
479
- * :bug: fix(picker): 优化 options 的 text 属性的判空逻辑 (#1837) @oasis-cloud
480
- * :bug: fix(picker): 修复 safari 下 mask 样式问题 (#1843) @eiinu
481
- * :bug: fix(pulltorefresh): 修复安卓小程序下拉卡顿问题 (#1830) @NickH
482
- * :bug: fix(tabs): docs and jmapp css variables (#1838) @xiaoyatong
483
- * 🔨 chore(deps): update @nutui/icons to v1.0.1 (#1836) @oasis-cloud
492
+ `2024-01-05`
484
493
 
494
+ - :sparkles: feat(avatarcropper): 新增属性shape,可设置裁剪样式为圆形 (#1842) @Marvin Gui
495
+ - :sparkles: feat(dialog): 新增 CSS 变量 (#1844) @LING_ZI_QING
496
+ - :sparkles: feat(range): marks type optimization (#1833) @oasis-cloud
497
+ - :sparkles: feat(tabs): 新增 CSS 变量 (#1835) @LING_ZI_QING
498
+ - :bug: fix(avatarcropper): fix cannot display when it is development at taro (#1840) @xiaoyatong
499
+ - :bug: fix(empty): fix import at taro (#1839) @xiaoyatong
500
+ - :bug: fix(picker): 优化 options 的 text 属性的判空逻辑 (#1837) @oasis-cloud
501
+ - :bug: fix(picker): 修复 safari 下 mask 样式问题 (#1843) @eiinu
502
+ - :bug: fix(pulltorefresh): 修复安卓小程序下拉卡顿问题 (#1830) @NickH
503
+ - :bug: fix(tabs): docs and jmapp css variables (#1838) @xiaoyatong
504
+ - 🔨 chore(deps): update @nutui/icons to v1.0.1 (#1836) @oasis-cloud
485
505
 
486
506
  # v2.3.4
487
- `2023-12-29`
488
507
 
489
- * 📖 docs(nabvar): showtoas 改为 showToast (#1826) @MingHui
490
- * :bug: fix(datepicker): 未设置 value/defaultValue 时渲染 0 (#1819) @RyanCW
491
- * :bug: fix(infiniteLoading): ssr (#1828) @xiaoyatong
492
- * :bug: fix(infiniteLoading): 修改类名及demo (#1818) @xiaoyatong
493
- * :bug: fix(popover): icon cannot be displayed at taro (#1820) @xiaoyatong
494
- * :bug: fix(popver): bottom positon (#1823) @xiaoyatong
495
- * :bug: fix(tabbar): fix icon color (#1816) @xiaoyatong
496
- * :bug: fix(virtualList): 等高模式下的抖动处理, 不定高模式快速滑动白屏 (#1825) @oasis-cloud
497
- * :bug: fix(watermark): fix demos (#1817) @xiaoyatong
498
- * 🛠 refactor(infiniteloading): onRefresh、onLoadMore 改为 Promise 类型,去掉显示调用 done 方法 (#1827) @oasis-cloud
508
+ `2023-12-29`
499
509
 
510
+ - 📖 docs(nabvar): showtoas 改为 showToast (#1826) @MingHui
511
+ - :bug: fix(datepicker): 未设置 value/defaultValue 时渲染 0 (#1819) @RyanCW
512
+ - :bug: fix(infiniteLoading): ssr (#1828) @xiaoyatong
513
+ - :bug: fix(infiniteLoading): 修改类名及demo (#1818) @xiaoyatong
514
+ - :bug: fix(popover): icon cannot be displayed at taro (#1820) @xiaoyatong
515
+ - :bug: fix(popver): bottom positon (#1823) @xiaoyatong
516
+ - :bug: fix(tabbar): fix icon color (#1816) @xiaoyatong
517
+ - :bug: fix(virtualList): 等高模式下的抖动处理, 不定高模式快速滑动白屏 (#1825) @oasis-cloud
518
+ - :bug: fix(watermark): fix demos (#1817) @xiaoyatong
519
+ - 🛠 refactor(infiniteloading): onRefresh、onLoadMore 改为 Promise 类型,去掉显示调用 done 方法 (#1827) @oasis-cloud
500
520
 
501
521
  # v2.3.3
502
- `2023-12-22`
503
522
 
504
- * :sparkles: feat(form): validateFields 挂到实例上 (#1813) @oasis-cloud
505
- * :sparkles: feat(table): 增加table锁定头部、左侧列、右侧列 (#1775) @zhehu1
506
- * :bug: fix(Button): incorrect color for danger (#1809) @vczyh
507
- * :bug: fix(cascader): 增加 ref 上的 open 和 close 方法,支持 form 中使用 (#1799) @oasis-cloud
508
- * :bug: fix(datepicker): 受控模式不生效 (#1797) @oasis-cloud
509
- * :bug: fix(infiniteloading): scrollview 的 scrolltop 不应该根据高度设置 (#1804) @oasis-cloud
510
- * :bug: fix(pulltorefresh): icon 部分拆到demo中 (#1812) @xiaoyatong
511
- * :bug: fix(tabbaritem): 将 clone 子元素的方法,改为 context 的方式,隐藏内部使用的 props,精简对外暴露的 props 类型 (#1811) @oasis-cloud
512
- * :bug: fix(tabs): 导航滚动到可视范围需要显示指定 name,调整为内置 uuid 替代 name (#1800) @oasis-cloud
513
- * 🔨 chore: use svg64 in taro (#1805) @xiaoyatong
523
+ `2023-12-22`
514
524
 
525
+ - :sparkles: feat(form): validateFields 挂到实例上 (#1813) @oasis-cloud
526
+ - :sparkles: feat(table): 增加table锁定头部、左侧列、右侧列 (#1775) @zhehu1
527
+ - :bug: fix(Button): incorrect color for danger (#1809) @vczyh
528
+ - :bug: fix(cascader): 增加 ref 上的 open 和 close 方法,支持 form 中使用 (#1799) @oasis-cloud
529
+ - :bug: fix(datepicker): 受控模式不生效 (#1797) @oasis-cloud
530
+ - :bug: fix(infiniteloading): scrollview 的 scrolltop 不应该根据高度设置 (#1804) @oasis-cloud
531
+ - :bug: fix(pulltorefresh): icon 部分拆到demo中 (#1812) @xiaoyatong
532
+ - :bug: fix(tabbaritem): 将 clone 子元素的方法,改为 context 的方式,隐藏内部使用的 props,精简对外暴露的 props 类型 (#1811) @oasis-cloud
533
+ - :bug: fix(tabs): 导航滚动到可视范围需要显示指定 name,调整为内置 uuid 替代 name (#1800) @oasis-cloud
534
+ - 🔨 chore: use svg64 in taro (#1805) @xiaoyatong
515
535
 
516
536
  # v2.3.2
517
- `2023-12-15`
518
537
 
519
- * 📖 docs(cascader): 动态加载文档代码与 demo 保持一致,回显已选数据 (#1787) @LING_ZI_QING
520
- * :sparkles: feat(fixednav): add the list icon for ReactNode (#1786) @sunsunmonkey
521
- * :bug: fix(cascader): second column data cannot be displayed (#1796) @xiaoyatong
522
- * :bug: fix: popup minheight for iPhone14 pro max (#1795) @xiaoyatong
523
- * :bug: fix: toast duration too long (#1794) @xiaoyatong
524
- * 🛠 refactor(swiper): implementing sliding logic through useTouch (#1793) @oasis-cloud
525
- * 🛠 refactor: 类型文件统一为 types,增加 fixednavitem 类型 (#1789) @oasis-cloud
538
+ `2023-12-15`
526
539
 
540
+ - 📖 docs(cascader): 动态加载文档代码与 demo 保持一致,回显已选数据 (#1787) @LING_ZI_QING
541
+ - :sparkles: feat(fixednav): add the list icon for ReactNode (#1786) @sunsunmonkey
542
+ - :bug: fix(cascader): second column data cannot be displayed (#1796) @xiaoyatong
543
+ - :bug: fix: popup minheight for iPhone14 pro max (#1795) @xiaoyatong
544
+ - :bug: fix: toast duration too long (#1794) @xiaoyatong
545
+ - 🛠 refactor(swiper): implementing sliding logic through useTouch (#1793) @oasis-cloud
546
+ - 🛠 refactor: 类型文件统一为 types,增加 fixednavitem 类型 (#1789) @oasis-cloud
527
547
 
528
548
  # v2.3.1
529
- `2023-12-13`
530
549
 
531
- * :bug: fix(searchbar): 小程序环境不支持 * 选择器,将 * 展开为 div、span、svg (#1777) @oasis-cloud
532
- * :bug: fix: jmapp variables (#1776) @xiaoyatong
533
- * :bug: fix: icon 使用方式错误 (#1778) @xiaoyatong
534
- * :bug: fix: 使用 popup 的组件,采用 scrollview 实现 (#1782) @oasis-cloud
550
+ `2023-12-13`
535
551
 
552
+ - :bug: fix(searchbar): 小程序环境不支持 _ 选择器,将 _ 展开为 div、span、svg (#1777) @oasis-cloud
553
+ - :bug: fix: jmapp variables (#1776) @xiaoyatong
554
+ - :bug: fix: icon 使用方式错误 (#1778) @xiaoyatong
555
+ - :bug: fix: 使用 popup 的组件,采用 scrollview 实现 (#1782) @oasis-cloud
536
556
 
537
557
  # v2.3.0
538
- `2023-12-08`
539
558
 
540
- * 🔨 chore(config): demo 的配置文件中增加 css 主题 (#1765) @oasis-cloud
541
- * 🔨 chore(deps): update dependency @nutui/icons-* to 0.0.5 (#1767) @oasis-cloud
542
- * 📖 docs(avatar): 修改demo值,改为可支持变量 (#1752) @xiaoyatong
543
- * 📖 docs(checkbox): checkedIcon 改为 activeIcon (#1724) @oasis-cloud
544
- * 📖 docs(countdown): 修复文档中的文案多语言化 (#1723) @xiaoyatong
545
- * 📖 docs(form): 文档增加 useForm 的示例 (#1708) @oasis-cloud
546
- * 📖 docs(overlay): 文档优化 (#1706) @xiaoyatong
547
- * 📖 docs(picker): fix docs (#1740) @xiaoyatong
548
- * 📖 docs(popup): 禁止滚动穿透示例 (#1769) @oasis-cloud
549
- * 📖 docs(pulltorefresh): 增加 scrollTop 相关 demo (#1755) @oasis-cloud
550
- * 📖 docs(table): 修改文档 (#1731) @xiaoyatong
551
- * 📖 docs(tour): fix tour demo (#1759) @xiaoyatong
552
- * 📖 docs: address and collapse doc icons (#1692) @xiaoyatong
553
- * 📖 docs: fix docs (#1678) @xiaoyatong
554
- * :sparkles: feat(calendarcard): 限制范围时禁止面板切换 (#1688) @eiinu
555
- * :sparkles: feat(checkbox): add button mode (#1738) @xiaoyatong
556
- * :sparkles: feat(empty): adds title,size,and actions (#1697) @xiaoyatong
557
- * :sparkles: feat(example): add with-rsbuild example (#1661) @Kurisu
558
- * :sparkles: feat(form): 增加上下结构的展示的demo (#1729) @xiaoyatong
559
- * :sparkles: feat(infiniteloading): 优化布局,添加css变量,增加demo (#1760) @xiaoyatong
560
- * :sparkles: feat(navbar): 增加标题左对齐方式,优化左侧icon的布局,调整className类 名和css 变量 (#1750) @xiaoyatong
561
- * :sparkles: feat(pagination): add lite mode and css variable (#1743) @xiaoyatong
562
- * :sparkles: feat(popover): 新增属性 action,简化css 变量 (#1747) @xiaoyatong
563
- * :sparkles: feat(popup): 增加description属性,调整从底部弹出时的样式,默认为 round 模式 (#1749) @xiaoyatong
564
- * :sparkles: feat(searchbar): 增加属性 backable 可返回,简化css变量 (#1736) @xiaoyatong
565
- * :sparkles: feat(tabs): 新增模式 divider 及 demo (#1761) @xiaoyatong
566
- * :sparkles: feat(tabs): 新增简约,卡片,按钮/胶囊模式,简化CSS变量,变更className类 名 (#1727) @xiaoyatong
567
- * :sparkles: feat: add dashed and rightIcon, and changed fill default value as outline (#1695) @xiaoyatong
568
- * :sparkles: feat: theme updated to v12 (#1573) @xiaoyatong
569
- * :sparkles: feat: update icons (#1693) @xiaoyatong
570
- * :sparkles: feat: 收敛 icons (#1687) @xiaoyatong
571
- * :bug: fix(calendar): 日历设置结束时间超过开始时间后白屏 (#1745) @oasis-cloud
572
- * :bug: fix(datepicker): 起始时间与结束时间更新后,时间选项数组更新 (#1694) @学友
573
- * :bug: fix(dialog): 调整dialog button大小 (#1720) @xiaoyatong
574
- * :bug: fix(form): 设置 errorMessageAlign="right" 错误文案无法右对齐 (#1709) @oasis-cloud
575
- * :bug: fix(form): 重置功能无法清空报错信息 (#1711) @oasis-cloud
576
- * :bug: fix(image): 修复开启 lazy 后 loading 失效问题 (#1768) @eiinu
577
- * :bug: fix(indicator): 修订样式名称和样式变量 (#1712) @xiaoyatong
578
- * :bug: fix(swiper): demo 中分页器样式显示错误 (#1703) @xiaoyatong
579
- * :bug: fix: address close icon cannot be customed (#1685) @xiaoyatong
580
- * :bug: fix: change drag demo radius value of button (#1701) @xiaoyatong
581
- * :bug: fix: picker 和 address 在 form 中使用,未阻止冒泡,导致取消和确认无法关闭 (#1710) @oasis-cloud
582
- * :bug: fix: 对使用icon的demo 进行了size 设置的废弃,使用了默认size (#1728) @xiaoyatong
583
- * :bug: fix: 调整demo中button大小,调整stoke的默认颜色 (#1717) @xiaoyatong
584
- * 🛠 refactor(cell): 修订类名 (#1722) @xiaoyatong
585
- * 🛠 refactor(numberkeyboard): 修订类名和样式变量 (#1719) @xiaoyatong
586
- * 🛠 refactor(swipe): 修订className类名 (#1715) @xiaoyatong
587
- * 🛠 refactor(switch): 修改样式名称及样式变量,添加相应demo (#1714) @xiaoyatong
588
- * 🛠 refactor(table): props 中的 data 校验逻辑异常 (#1675) @oasis-cloud
589
- * 🛠 refactor(timeselect): 优化结构,简化css变量 (#1732) @xiaoyatong
590
- * 🛠 refactor: css 变量命名规范(主题色部分,不含灰阶) (#1679) @xiaoyatong
591
- * 🛠 refactor: rename card classname (#1700) @xiaoyatong
592
- style(button): class 名 nut-button__warp 更改为 nut-button-wrap (#1705) @xiaoyatong
593
- style(calendar): 优化css变量 (#1753) @xiaoyatong
594
- style(cascader): 去掉无意义样式,修订文档样式变量 (#1757) @xiaoyatong
595
- style(circleprogress): docs 优化,修订 css 变量 (#1699) @xiaoyatong
596
- style(collapse): add border-bottom as an item (#1698) @xiaoyatong
597
- style(fixednav): 废弃 bem 规范, 修订 css 变量 (#1702) @xiaoyatong
598
- style(input): 增加css 变量,优化demo和文档 (#1730) @xiaoyatong
599
- style(inputnumber): 简化css变量,修订className类名 (#1737) @xiaoyatong
600
- style(loading): 修订css变量名,补充css变量文档 (#1721) @xiaoyatong
601
- style(menu): 优化css变量命名,修改className 类名 (#1746) @xiaoyatong
602
- style(noticebar): 修订类名和css变量 (#1751) @xiaoyatong
603
- style(notify): 优化样式布局 (#1762) @xiaoyatong
604
- style(picker): 修改css变量 (#1735) @xiaoyatong
605
- style(radio): 优化css变量和样式 (#1756) @xiaoyatong
606
- style(range): 修订样式变量 (#1718) @xiaoyatong
607
- style(rate): 修订 css 变量 (#1707) @xiaoyatong
608
- style(sidnavbar): 修订css 变量 (#1734) @xiaoyatong
609
- style(steps): 优化steps样式结构,改进css变量名 (#1741) @xiaoyatong
610
- style(tabbar): add css variable (#1742) @xiaoyatong
611
- style(tag): 修订样式变量 (#1733) @xiaoyatong
612
- style(toast): 调整样式,补充demo的多语言化 (#1754) @xiaoyatong
613
- style(trendarrow): 修订className类名 (#1716) @xiaoyatong
614
- style(uploader): 修订样式css变量 (#1758) @xiaoyatong
615
- style: animatenumbers number css (#1681) @xiaoyatong
616
- style: 修订className (#1770) @xiaoyatong
559
+ `2023-12-08`
617
560
 
561
+ - 🔨 chore(config): demo 的配置文件中增加 css 主题 (#1765) @oasis-cloud
562
+ - 🔨 chore(deps): update dependency @nutui/icons-\* to 0.0.5 (#1767) @oasis-cloud
563
+ - 📖 docs(avatar): 修改demo值,改为可支持变量 (#1752) @xiaoyatong
564
+ - 📖 docs(checkbox): checkedIcon 改为 activeIcon (#1724) @oasis-cloud
565
+ - 📖 docs(countdown): 修复文档中的文案多语言化 (#1723) @xiaoyatong
566
+ - 📖 docs(form): 文档增加 useForm 的示例 (#1708) @oasis-cloud
567
+ - 📖 docs(overlay): 文档优化 (#1706) @xiaoyatong
568
+ - 📖 docs(picker): fix docs (#1740) @xiaoyatong
569
+ - 📖 docs(popup): 禁止滚动穿透示例 (#1769) @oasis-cloud
570
+ - 📖 docs(pulltorefresh): 增加 scrollTop 相关 demo (#1755) @oasis-cloud
571
+ - 📖 docs(table): 修改文档 (#1731) @xiaoyatong
572
+ - 📖 docs(tour): fix tour demo (#1759) @xiaoyatong
573
+ - 📖 docs: address and collapse doc icons (#1692) @xiaoyatong
574
+ - 📖 docs: fix docs (#1678) @xiaoyatong
575
+ - :sparkles: feat(calendarcard): 限制范围时禁止面板切换 (#1688) @eiinu
576
+ - :sparkles: feat(checkbox): add button mode (#1738) @xiaoyatong
577
+ - :sparkles: feat(empty): adds title,size,and actions (#1697) @xiaoyatong
578
+ - :sparkles: feat(example): add with-rsbuild example (#1661) @Kurisu
579
+ - :sparkles: feat(form): 增加上下结构的展示的demo (#1729) @xiaoyatong
580
+ - :sparkles: feat(infiniteloading): 优化布局,添加css变量,增加demo (#1760) @xiaoyatong
581
+ - :sparkles: feat(navbar): 增加标题左对齐方式,优化左侧icon的布局,调整className类 名和css 变量 (#1750) @xiaoyatong
582
+ - :sparkles: feat(pagination): add lite mode and css variable (#1743) @xiaoyatong
583
+ - :sparkles: feat(popover): 新增属性 action,简化css 变量 (#1747) @xiaoyatong
584
+ - :sparkles: feat(popup): 增加description属性,调整从底部弹出时的样式,默认为 round 模式 (#1749) @xiaoyatong
585
+ - :sparkles: feat(searchbar): 增加属性 backable 可返回,简化css变量 (#1736) @xiaoyatong
586
+ - :sparkles: feat(tabs): 新增模式 divider 及 demo (#1761) @xiaoyatong
587
+ - :sparkles: feat(tabs): 新增简约,卡片,按钮/胶囊模式,简化CSS变量,变更className类 名 (#1727) @xiaoyatong
588
+ - :sparkles: feat: add dashed and rightIcon, and changed fill default value as outline (#1695) @xiaoyatong
589
+ - :sparkles: feat: theme updated to v12 (#1573) @xiaoyatong
590
+ - :sparkles: feat: update icons (#1693) @xiaoyatong
591
+ - :sparkles: feat: 收敛 icons (#1687) @xiaoyatong
592
+ - :bug: fix(calendar): 日历设置结束时间超过开始时间后白屏 (#1745) @oasis-cloud
593
+ - :bug: fix(datepicker): 起始时间与结束时间更新后,时间选项数组更新 (#1694) @学友
594
+ - :bug: fix(dialog): 调整dialog button大小 (#1720) @xiaoyatong
595
+ - :bug: fix(form): 设置 errorMessageAlign="right" 错误文案无法右对齐 (#1709) @oasis-cloud
596
+ - :bug: fix(form): 重置功能无法清空报错信息 (#1711) @oasis-cloud
597
+ - :bug: fix(image): 修复开启 lazy 后 loading 失效问题 (#1768) @eiinu
598
+ - :bug: fix(indicator): 修订样式名称和样式变量 (#1712) @xiaoyatong
599
+ - :bug: fix(swiper): demo 中分页器样式显示错误 (#1703) @xiaoyatong
600
+ - :bug: fix: address close icon cannot be customed (#1685) @xiaoyatong
601
+ - :bug: fix: change drag demo radius value of button (#1701) @xiaoyatong
602
+ - :bug: fix: picker 和 address 在 form 中使用,未阻止冒泡,导致取消和确认无法关闭 (#1710) @oasis-cloud
603
+ - :bug: fix: 对使用icon的demo 进行了size 设置的废弃,使用了默认size (#1728) @xiaoyatong
604
+ - :bug: fix: 调整demo中button大小,调整stoke的默认颜色 (#1717) @xiaoyatong
605
+ - 🛠 refactor(cell): 修订类名 (#1722) @xiaoyatong
606
+ - 🛠 refactor(numberkeyboard): 修订类名和样式变量 (#1719) @xiaoyatong
607
+ - 🛠 refactor(swipe): 修订className类名 (#1715) @xiaoyatong
608
+ - 🛠 refactor(switch): 修改样式名称及样式变量,添加相应demo (#1714) @xiaoyatong
609
+ - 🛠 refactor(table): props 中的 data 校验逻辑异常 (#1675) @oasis-cloud
610
+ - 🛠 refactor(timeselect): 优化结构,简化css变量 (#1732) @xiaoyatong
611
+ - 🛠 refactor: css 变量命名规范(主题色部分,不含灰阶) (#1679) @xiaoyatong
612
+ - 🛠 refactor: rename card classname (#1700) @xiaoyatong
613
+ style(button): class 名 nut-button\_\_warp 更改为 nut-button-wrap (#1705) @xiaoyatong
614
+ style(calendar): 优化css变量 (#1753) @xiaoyatong
615
+ style(cascader): 去掉无意义样式,修订文档样式变量 (#1757) @xiaoyatong
616
+ style(circleprogress): docs 优化,修订 css 变量 (#1699) @xiaoyatong
617
+ style(collapse): add border-bottom as an item (#1698) @xiaoyatong
618
+ style(fixednav): 废弃 bem 规范, 修订 css 变量 (#1702) @xiaoyatong
619
+ style(input): 增加css 变量,优化demo和文档 (#1730) @xiaoyatong
620
+ style(inputnumber): 简化css变量,修订className类名 (#1737) @xiaoyatong
621
+ style(loading): 修订css变量名,补充css变量文档 (#1721) @xiaoyatong
622
+ style(menu): 优化css变量命名,修改className 类名 (#1746) @xiaoyatong
623
+ style(noticebar): 修订类名和css变量 (#1751) @xiaoyatong
624
+ style(notify): 优化样式布局 (#1762) @xiaoyatong
625
+ style(picker): 修改css变量 (#1735) @xiaoyatong
626
+ style(radio): 优化css变量和样式 (#1756) @xiaoyatong
627
+ style(range): 修订样式变量 (#1718) @xiaoyatong
628
+ style(rate): 修订 css 变量 (#1707) @xiaoyatong
629
+ style(sidnavbar): 修订css 变量 (#1734) @xiaoyatong
630
+ style(steps): 优化steps样式结构,改进css变量名 (#1741) @xiaoyatong
631
+ style(tabbar): add css variable (#1742) @xiaoyatong
632
+ style(tag): 修订样式变量 (#1733) @xiaoyatong
633
+ style(toast): 调整样式,补充demo的多语言化 (#1754) @xiaoyatong
634
+ style(trendarrow): 修订className类名 (#1716) @xiaoyatong
635
+ style(uploader): 修订样式css变量 (#1758) @xiaoyatong
636
+ style: animatenumbers number css (#1681) @xiaoyatong
637
+ style: 修订className (#1770) @xiaoyatong
618
638
 
619
639
  # v2.2.0
620
- `2023-11-24`
621
640
 
622
- * :sparkles: feat(badge): 优化结构 (#1663) @xiaoyatong
623
- * :sparkles: feat(dialog): 标题前增加结构 (#1666) @xiaoyatong
624
- * :sparkles: feat(grid): 增加 demo (#1660) @xiaoyatong
625
- * :sparkles: feat(image): 增加 demo (#1658) @xiaoyatong
626
- * :sparkles: feat(theme): 修订 fontSize (#1674) @xiaoyatong
627
- * :bug: fix(elevator): 索引定位不准 (#1667) @oasis-cloud
628
- * :bug: fix(swiper): swiper-item 宽高异常问题 (#1657) @eiinu
629
- * :bug: fix(uploader): Update uploader.tsx (#1656) @Kurisu
630
- * :bug: fix(uploader): uploader when item type is undefined (#1650) @xiaoyatong
631
- * 🛠 refactor: css 变量命名规范(主题色部分,不含灰阶) (#1679) @xiaoyatong
632
- * 🛠 refactor: elevator css and variables (#1668) @xiaoyatong
633
- * 🛠 refactor: 防抖方法归一 (#1664) @xiaoyatong
634
- * 🌈 style: delete dark in demos (#1670) @xiaoyatong
635
- * 🌈 style: divider css 修改, 修改部分css变量 (#1669) @xiaoyatong
636
- * 🌈 style: 清理样式变量 (#1673) @xiaoyatong
637
- * 📖 docs(address): 修复非受控模式演示代码不显示 (#1659) @haitao
638
- * 📖 docs: fix docs (#1678) @xiaoyatong
639
- * 📖 docs: 修改文档 (#1662) @xiaoyatong
640
- * 🔨 chore: add jmapp (#1665) @xiaoyatong
641
+ `2023-11-24`
641
642
 
643
+ - :sparkles: feat(badge): 优化结构 (#1663) @xiaoyatong
644
+ - :sparkles: feat(dialog): 标题前增加结构 (#1666) @xiaoyatong
645
+ - :sparkles: feat(grid): 增加 demo (#1660) @xiaoyatong
646
+ - :sparkles: feat(image): 增加 demo (#1658) @xiaoyatong
647
+ - :sparkles: feat(theme): 修订 fontSize (#1674) @xiaoyatong
648
+ - :bug: fix(elevator): 索引定位不准 (#1667) @oasis-cloud
649
+ - :bug: fix(swiper): swiper-item 宽高异常问题 (#1657) @eiinu
650
+ - :bug: fix(uploader): Update uploader.tsx (#1656) @Kurisu
651
+ - :bug: fix(uploader): uploader when item type is undefined (#1650) @xiaoyatong
652
+ - 🛠 refactor: css 变量命名规范(主题色部分,不含灰阶) (#1679) @xiaoyatong
653
+ - 🛠 refactor: elevator css and variables (#1668) @xiaoyatong
654
+ - 🛠 refactor: 防抖方法归一 (#1664) @xiaoyatong
655
+ - 🌈 style: delete dark in demos (#1670) @xiaoyatong
656
+ - 🌈 style: divider css 修改, 修改部分css变量 (#1669) @xiaoyatong
657
+ - 🌈 style: 清理样式变量 (#1673) @xiaoyatong
658
+ - 📖 docs(address): 修复非受控模式演示代码不显示 (#1659) @haitao
659
+ - 📖 docs: fix docs (#1678) @xiaoyatong
660
+ - 📖 docs: 修改文档 (#1662) @xiaoyatong
661
+ - 🔨 chore: add jmapp (#1665) @xiaoyatong
642
662
 
643
663
  # v2.1.0
644
- `2023-11-17`
645
664
 
646
- * :sparkles: feat(Button): size 增加可选值 mini (#1617) @eiinu
647
- * :sparkles: feat(calendarcard): 增加自定义 className (#1636) @eiinu
648
- * :sparkles: feat(infiniteLoading): 通过scrolltolower触发加载事件 (#1633) @oasis-cloud
649
- * :sparkles: feat(safearea): 新增安全区组件 (#1642) @oasis-cloud
650
- * :sparkles: feat(toast): 通过 config 方法设置内容区的className (#1632) @oasis-cloud
651
- * :sparkles: feat: uploader taro h5 支持 video (#1605) @xiaoyatong
652
- * :bug: fix(infiniteloading): onloadmore 无法获取最新的 state (#1644) @oasis-cloud
653
- * :bug: fix: change text in locales (#1634) @xiaoyatong
654
- * :bug: fix: picker and datepicker theme config at taro and indicator css at taro (#1615) @xiaoyatong
655
- * :bug: fix: 日历close样式,可自定义样式;修改弹幕样式;更名CircleClose为Failure、Issue 为 Tips (#1648) @xiaoyatong
656
- * :bug: fix: 🐛 修复swipe存在点击事件时,触发onTouchStart,获取到rightRect为null导致的报错问题 (#1608) @Levidcd
657
- * 🚀 perf: radio reverse and demos (#1631) @xiaoyatong
658
- * 🛠 refactor(classname): 调整 classname 的顺序 (#1637) @oasis-cloud
659
- * 📖 docs(cell): 增加卡片类型的 demo (#1639) @oasis-cloud
660
- * 📖 docs(sideNavBar): handleClose 改为 onClose (#1635) @haitao
665
+ `2023-11-17`
661
666
 
667
+ - :sparkles: feat(Button): size 增加可选值 mini (#1617) @eiinu
668
+ - :sparkles: feat(calendarcard): 增加自定义 className (#1636) @eiinu
669
+ - :sparkles: feat(infiniteLoading): 通过scrolltolower触发加载事件 (#1633) @oasis-cloud
670
+ - :sparkles: feat(safearea): 新增安全区组件 (#1642) @oasis-cloud
671
+ - :sparkles: feat(toast): 通过 config 方法设置内容区的className (#1632) @oasis-cloud
672
+ - :sparkles: feat: uploader taro h5 支持 video (#1605) @xiaoyatong
673
+ - :bug: fix(infiniteloading): onloadmore 无法获取最新的 state (#1644) @oasis-cloud
674
+ - :bug: fix: change text in locales (#1634) @xiaoyatong
675
+ - :bug: fix: picker and datepicker theme config at taro and indicator css at taro (#1615) @xiaoyatong
676
+ - :bug: fix: 日历close样式,可自定义样式;修改弹幕样式;更名CircleClose为Failure、Issue 为 Tips (#1648) @xiaoyatong
677
+ - :bug: fix: 🐛 修复swipe存在点击事件时,触发onTouchStart,获取到rightRect为null导致的报错问题 (#1608) @Levidcd
678
+ - 🚀 perf: radio reverse and demos (#1631) @xiaoyatong
679
+ - 🛠 refactor(classname): 调整 classname 的顺序 (#1637) @oasis-cloud
680
+ - 📖 docs(cell): 增加卡片类型的 demo (#1639) @oasis-cloud
681
+ - 📖 docs(sideNavBar): handleClose 改为 onClose (#1635) @haitao
662
682
 
663
683
  # v2.0.24
684
+
664
685
  `2023-11-10`
665
686
 
666
- * 🚀 perf(deps): 升级 icons 依赖,icons 包体积缩减 (#1604) @oasis-cloud
667
- * 🚀 perf(CalendarCard): taro demo 性能优化 (#1593) @eiinu
668
- * :sparkles: feat(Toast): 新增 wordBreak 属性 (#1606) @eiinu
669
- * :sparkles: feat: picker and datepicker add onCancel (#1603) @xiaoyatong
670
- * :sparkles: feat: 类似微信头像裁剪组件 (#1564) @Marvin Gui
671
- * :bug: fix(CalendarCard): 初始化渲染逻辑优化 (#1596) @eiinu
672
- * :bug: fix(circleprogress): 计算出现 NaN 导致组件展示为 100% 的情况 (#1602) @oasis-cloud
673
- * :bug: fix(elevator): 替换文档展示pagation到showKeys (#1598) @HaiTao
674
- * :bug: fix(tag): 修复加载样式问题 #1588 (#1592) @eiinu
675
- * :bug: fix: picker & DatePicker onConfirm failed (#1601) @xiaoyatong
676
- * :bug: fix: swiper indicator zindex at taro (#1586) @xiaoyatong
677
- * :bug: fix: taro event detail is undefined (#1591) @xiaoyatong
678
- * :bug: fix: virtuallist key at taro (#1584) @xiaoyatong
679
- * :bug: fix: 标签上的属性默认为 true,导致渲染 lockscroll 相关的 class (#1599) @oasis-cloud
680
- * 📖 docs(form): 由于文案包含姓名等文字,导致小程序审核不通过 (#1609) @oasis-cloud
681
- * 📖 docs: V1 升 V2 差异点更新 (#1607) @JQ
687
+ - 🚀 perf(deps): 升级 icons 依赖,icons 包体积缩减 (#1604) @oasis-cloud
688
+ - 🚀 perf(CalendarCard): taro demo 性能优化 (#1593) @eiinu
689
+ - :sparkles: feat(Toast): 新增 wordBreak 属性 (#1606) @eiinu
690
+ - :sparkles: feat: picker and datepicker add onCancel (#1603) @xiaoyatong
691
+ - :sparkles: feat: 类似微信头像裁剪组件 (#1564) @Marvin Gui
692
+ - :bug: fix(CalendarCard): 初始化渲染逻辑优化 (#1596) @eiinu
693
+ - :bug: fix(circleprogress): 计算出现 NaN 导致组件展示为 100% 的情况 (#1602) @oasis-cloud
694
+ - :bug: fix(elevator): 替换文档展示pagation到showKeys (#1598) @HaiTao
695
+ - :bug: fix(tag): 修复加载样式问题 #1588 (#1592) @eiinu
696
+ - :bug: fix: picker & DatePicker onConfirm failed (#1601) @xiaoyatong
697
+ - :bug: fix: swiper indicator zindex at taro (#1586) @xiaoyatong
698
+ - :bug: fix: taro event detail is undefined (#1591) @xiaoyatong
699
+ - :bug: fix: virtuallist key at taro (#1584) @xiaoyatong
700
+ - :bug: fix: 标签上的属性默认为 true,导致渲染 lockscroll 相关的 class (#1599) @oasis-cloud
701
+ - 📖 docs(form): 由于文案包含姓名等文字,导致小程序审核不通过 (#1609) @oasis-cloud
702
+ - 📖 docs: V1 升 V2 差异点更新 (#1607) @JQ
682
703
 
683
704
  # v2.0.23
684
- `2023-11-03`
685
705
 
686
- * :sparkles: feat(image): ssr 适配 (#1579) @eiinu
687
- * :sparkles: feat: 新增组件 calendar (#1565) @eiinu
688
- * :bug: fix: calendar scrolltop bad (#1583) @xiaoyatong
689
- * :bug: fix: noticebar 垂直滚动初始化时,无法及时展示元素信息 (#1576) @xiaoyatong
690
- * :bug: fix: popup zindex at taro and picker adds popupProps (#1581) @xiaoyatong
691
- * :bug: fix: popup zindex failed to set (#1578) @xiaoyatong
692
- * :bug: fix: searchbar lose focus when input nothing but input the delete (#1577) @xiaoyatong
693
- * :bug: fix: taro 编译 H5 出现滚动穿透 (#1537) @oasis-cloud
706
+ `2023-11-03`
694
707
 
708
+ - :sparkles: feat(image): ssr 适配 (#1579) @eiinu
709
+ - :sparkles: feat: 新增组件 calendar (#1565) @eiinu
710
+ - :bug: fix: calendar scrolltop bad (#1583) @xiaoyatong
711
+ - :bug: fix: noticebar 垂直滚动初始化时,无法及时展示元素信息 (#1576) @xiaoyatong
712
+ - :bug: fix: popup zindex at taro and picker adds popupProps (#1581) @xiaoyatong
713
+ - :bug: fix: popup zindex failed to set (#1578) @xiaoyatong
714
+ - :bug: fix: searchbar lose focus when input nothing but input the delete (#1577) @xiaoyatong
715
+ - :bug: fix: taro 编译 H5 出现滚动穿透 (#1537) @oasis-cloud
695
716
 
696
717
  # v2.0.22
697
- `2023-10-27`
698
718
 
699
- * :sparkles: feat(NoticeBar): leftIcon 可自定义,并且支持设置 null 后不展示 icon (#1562) @oasis-cloud
700
- * :bug: fix(Dialog): 点击蒙层无法关闭 (#1552) @oasis-cloud
701
- * :bug: fix(Input): onChange 执行多次 (#1551) @oasis-cloud
702
- * :bug: fix(Swipe): 禁止父元素滚动的 demo (#1560) @oasis-cloud
703
- * :bug: fix: image height in taro (#1567) @xiaoyatong
704
- * 🛠 refactor(Tabs): 滚动到可视区域代码优化,同时放开 tab title 的宽度限制 (#1563) @oasis-cloud
719
+ `2023-10-27`
705
720
 
721
+ - :sparkles: feat(NoticeBar): leftIcon 可自定义,并且支持设置 null 后不展示 icon (#1562) @oasis-cloud
722
+ - :bug: fix(Dialog): 点击蒙层无法关闭 (#1552) @oasis-cloud
723
+ - :bug: fix(Input): onChange 执行多次 (#1551) @oasis-cloud
724
+ - :bug: fix(Swipe): 禁止父元素滚动的 demo (#1560) @oasis-cloud
725
+ - :bug: fix: image height in taro (#1567) @xiaoyatong
726
+ - 🛠 refactor(Tabs): 滚动到可视区域代码优化,同时放开 tab title 的宽度限制 (#1563) @oasis-cloud
706
727
 
707
728
  # v2.0.21
708
- `2023-10-18`
709
729
 
710
- * :sparkles: feat(Uploader): onFileItemClick 增加索引参数 (#1544) @oasis-cloud
711
- * :sparkles: feat: add demo about infiniteloading (#1533) @xiaoyatong
712
- * :bug: fix(menu): getBoundingClientRect 兼容 H5 (#1548) @oasis-cloud
713
- * :bug: fix: form input blur (#1542) @oasis-cloud
714
- * :bug: fix: imagepreview h5 (#1538) @xiaoyatong
715
- * :bug: fix: jdapp picker's item-height doesn't match jdapp's default setting (#1545) @xiaoyatong
716
- * :bug: fix: taro image and imagepreivew on h5 (#1532) @xiaoyatong
717
- * :bug: fix: zindex of popover because popup changed its zindex (#1543) @xiaoyatong
718
- * 📖 docs(tabbar): Correct module names of tabbar component (#1539) @HUMORCE
730
+ `2023-10-18`
719
731
 
732
+ - :sparkles: feat(Uploader): onFileItemClick 增加索引参数 (#1544) @oasis-cloud
733
+ - :sparkles: feat: add demo about infiniteloading (#1533) @xiaoyatong
734
+ - :bug: fix(menu): getBoundingClientRect 兼容 H5 (#1548) @oasis-cloud
735
+ - :bug: fix: form input blur (#1542) @oasis-cloud
736
+ - :bug: fix: imagepreview h5 (#1538) @xiaoyatong
737
+ - :bug: fix: jdapp picker's item-height doesn't match jdapp's default setting (#1545) @xiaoyatong
738
+ - :bug: fix: taro image and imagepreivew on h5 (#1532) @xiaoyatong
739
+ - :bug: fix: zindex of popover because popup changed its zindex (#1543) @xiaoyatong
740
+ - 📖 docs(tabbar): Correct module names of tabbar component (#1539) @HUMORCE
720
741
 
721
742
  # v2.0.20
722
- `2023-10-13`
723
743
 
724
- * :sparkles: feat: add demo about infiniteloading (#1533) @xiaoyatong
725
- * :bug: fix(form): 自定义校验 promise 返回错误不能被正确收集 (#1523) @samber
726
- * :bug: fix(popup): popup zIndex 无效 (#1521) @Clay Zhang
727
- * :bug: fix: demo format (#1530) @xiaoyatong
728
- * :bug: fix: taro image and imagepreivew on h5 (#1532) @xiaoyatong
729
- * :bug: fix: taro image default width and height (#1531) @xiaoyatong
744
+ `2023-10-13`
730
745
 
746
+ - :sparkles: feat: add demo about infiniteloading (#1533) @xiaoyatong
747
+ - :bug: fix(form): 自定义校验 promise 返回错误不能被正确收集 (#1523) @samber
748
+ - :bug: fix(popup): popup zIndex 无效 (#1521) @Clay Zhang
749
+ - :bug: fix: demo format (#1530) @xiaoyatong
750
+ - :bug: fix: taro image and imagepreivew on h5 (#1532) @xiaoyatong
751
+ - :bug: fix: taro image default width and height (#1531) @xiaoyatong
731
752
 
732
753
  # v2.0.19
733
- `2023-09-27`
734
-
735
- * :sparkles: feat(menu): overlay onclick 事件中调用 hideMenuItem 实现关闭 (#1505) @oasis-cloud
736
- * :sparkles: feat(menu): onClose 事件增加触发来源参数 (#1502) @oasis-cloud
737
- * :sparkles: feat(swiper): swiperItem 支持设置 className (#1504) @oasis-cloud
738
- * :bug: fix(uploader): 受控模式调整,props 类型调整,回调参数修正 (#1500) @oasis-cloud
739
- * :bug: fix: imagepreview with control (#1480) @xiaoyatong
740
- * :bug: fix: indicator 超长换行 (#1486) @oasis-cloud
741
- * :bug: fix: menu 在 lockscroll 的时候不需要加滚动事件 (#1509) @oasis-cloud
742
- * :bug: fix: ios和android下点击button时出现半透明灰色遮罩 (#1495) @Kurisu
743
754
 
755
+ `2023-09-27`
744
756
 
757
+ - :sparkles: feat(menu): overlay onclick 事件中调用 hideMenuItem 实现关闭 (#1505) @oasis-cloud
758
+ - :sparkles: feat(menu): onClose 事件增加触发来源参数 (#1502) @oasis-cloud
759
+ - :sparkles: feat(swiper): swiperItem 支持设置 className (#1504) @oasis-cloud
760
+ - :bug: fix(uploader): 受控模式调整,props 类型调整,回调参数修正 (#1500) @oasis-cloud
761
+ - :bug: fix: imagepreview with control (#1480) @xiaoyatong
762
+ - :bug: fix: indicator 超长换行 (#1486) @oasis-cloud
763
+ - :bug: fix: menu 在 lockscroll 的时候不需要加滚动事件 (#1509) @oasis-cloud
764
+ - :bug: fix: ios和android下点击button时出现半透明灰色遮罩 (#1495) @Kurisu
745
765
 
746
766
  # v2.0.18
747
- `2023-09-20`
748
767
 
749
- * :sparkles: feat(menu): 增加受控和非受控的模式 (#1433) @oasis-cloud
750
- * :sparkles: feat: menu 展开关闭事件增加参数 (#1447) @oasis-cloud
751
- * :bug: fix(Badge): Badge位置值兼容两种类型,添加css变量min-width (#1410) @beginnerZhang
752
- * :bug: fix(Notify): type NotifyType incorrectly spelling warning as waring (#1441) @Katz
753
- * :bug: fix: calendar 在 iOS 中不展示开始和结束 (#1471) @oasis-cloud
754
- * :bug: fix: swiperItem 的子元素在 H5 中设置 onClick 无效 (#1472) @oasis-cloud
755
- * :bug: fix: uploader 列表类型内置上传按钮 (#1477) @oasis-cloud
756
- * :bug: fix: uploader 缩略图圆角样式未生效 (#1476) @oasis-cloud
757
- * :bug: fix: useFrom 类型优化 (#1473) @oasis-cloud
758
- * :bug: fix: zIndex 层级统一调整 (#1460) @oasis-cloud
759
- * :bug: fix: 组件依赖样式处理 (#1474) @xiaoyatong
760
- * 📖 docs: form 组件文档格式化 (#1436) @oasis-cloud
768
+ `2023-09-20`
761
769
 
770
+ - :sparkles: feat(menu): 增加受控和非受控的模式 (#1433) @oasis-cloud
771
+ - :sparkles: feat: menu 展开关闭事件增加参数 (#1447) @oasis-cloud
772
+ - :bug: fix(Badge): Badge位置值兼容两种类型,添加css变量min-width (#1410) @beginnerZhang
773
+ - :bug: fix(Notify): type NotifyType incorrectly spelling warning as waring (#1441) @Katz
774
+ - :bug: fix: calendar 在 iOS 中不展示开始和结束 (#1471) @oasis-cloud
775
+ - :bug: fix: swiperItem 的子元素在 H5 中设置 onClick 无效 (#1472) @oasis-cloud
776
+ - :bug: fix: uploader 列表类型内置上传按钮 (#1477) @oasis-cloud
777
+ - :bug: fix: uploader 缩略图圆角样式未生效 (#1476) @oasis-cloud
778
+ - :bug: fix: useFrom 类型优化 (#1473) @oasis-cloud
779
+ - :bug: fix: zIndex 层级统一调整 (#1460) @oasis-cloud
780
+ - :bug: fix: 组件依赖样式处理 (#1474) @xiaoyatong
781
+ - 📖 docs: form 组件文档格式化 (#1436) @oasis-cloud
762
782
 
763
783
  # v2.0.17
764
- `2023-09-13`
765
784
 
766
- * :sparkles: feat: form 增加 validateTrigger 和 getFieldsValue (#1411) @oasis-cloud
767
- * :bug: fix: add popupProps (#1426) @oasis-cloud
768
- * :bug: fix: form label position left (#1412) @oasis-cloud
769
- * :bug: fix: lint errors (#1406) @xiaoyatong
770
- * :bug: fix: review package update (#1423) @xiaoyatong
771
- * :bug: fix: swipe component fails to slide in Alipay (#1399) @oasis-cloud
772
- * :bug: fix: table expose rowIndex (#1400) @oasis-cloud
773
- * :bug: fix: toast组件 duration 设置无效 (#1424) @oasis-cloud
774
- * 🔨 chore: glob & prettier update (#1427) @xiaoyatong
775
- * 🔨 chore: swc 版本恢复 (#1425) @oasis-cloud
785
+ `2023-09-13`
776
786
 
787
+ - :sparkles: feat: form 增加 validateTrigger 和 getFieldsValue (#1411) @oasis-cloud
788
+ - :bug: fix: add popupProps (#1426) @oasis-cloud
789
+ - :bug: fix: form label position left (#1412) @oasis-cloud
790
+ - :bug: fix: lint errors (#1406) @xiaoyatong
791
+ - :bug: fix: review package update (#1423) @xiaoyatong
792
+ - :bug: fix: swipe component fails to slide in Alipay (#1399) @oasis-cloud
793
+ - :bug: fix: table expose rowIndex (#1400) @oasis-cloud
794
+ - :bug: fix: toast组件 duration 设置无效 (#1424) @oasis-cloud
795
+ - 🔨 chore: glob & prettier update (#1427) @xiaoyatong
796
+ - 🔨 chore: swc 版本恢复 (#1425) @oasis-cloud
777
797
 
778
798
  # v2.0.16
779
- `2023-09-06`
780
799
 
781
- * :sparkles: feat: form 支持分割线 (#1389) @oasis-cloud
782
- * :bug: fix(pulltorefresh): 修复 H5 卡顿 & 小程序滑动距离问题 @eiinu
783
- * :bug: fix: csstransition using findDOMNode which is deprecated (#1370) @oasis-cloud
784
- * :bug: fix: dialog 的函数调用增加对 classname 和 style 的支持 (#1391) @oasis-cloud
785
- * :bug: fix: swipe 阻止页面滚动 (#1380) @oasis-cloud
786
- * :bug: fix: useForm 在类组件下报错,可以采用 ref 的方式使用 FormInstance (#1383) @oasis-cloud
787
- * :bug: fix: 多个 Swipe 的滑动选项完全相等 (#1334) @Clay Zhang
788
- * 📖 docs: toast组件完善了样式变量 (#1379) @ivan-My
800
+ `2023-09-06`
789
801
 
802
+ - :sparkles: feat: form 支持分割线 (#1389) @oasis-cloud
803
+ - :bug: fix(pulltorefresh): 修复 H5 卡顿 & 小程序滑动距离问题 @eiinu
804
+ - :bug: fix: csstransition using findDOMNode which is deprecated (#1370) @oasis-cloud
805
+ - :bug: fix: dialog 的函数调用增加对 classname 和 style 的支持 (#1391) @oasis-cloud
806
+ - :bug: fix: swipe 阻止页面滚动 (#1380) @oasis-cloud
807
+ - :bug: fix: useForm 在类组件下报错,可以采用 ref 的方式使用 FormInstance (#1383) @oasis-cloud
808
+ - :bug: fix: 多个 Swipe 的滑动选项完全相等 (#1334) @Clay Zhang
809
+ - 📖 docs: toast组件完善了样式变量 (#1379) @ivan-My
790
810
 
791
811
  # v2.0.15
792
- `2023-08-30`
793
812
 
794
- * :sparkles: feat: support next.js (#1326) @oasis-cloud
795
- * :bug: fix: dialog content 失效 (#1323) @oasis-cloud
796
- * :bug: fix: space 复制按钮重复 (#1322) @oasis-cloud
797
- * 🔨 chore(tabs): 更新文档与 demo (#1339) @eiinu
813
+ `2023-08-30`
798
814
 
815
+ - :sparkles: feat: support next.js (#1326) @oasis-cloud
816
+ - :bug: fix: dialog content 失效 (#1323) @oasis-cloud
817
+ - :bug: fix: space 复制按钮重复 (#1322) @oasis-cloud
818
+ - 🔨 chore(tabs): 更新文档与 demo (#1339) @eiinu
799
819
 
800
820
  # v2.0.14
801
- `2023-08-18`
802
-
803
- * :bug: fix: skeleton row 设置为 1 时, 宽度只能固定为70% (#1306) @ivan-My
804
- * :bug: fix: loading 构建产物增加类型注释 (#1320) @oasis-cloud
805
- * :bug: fix: space 构建产物增加类型注释 (#1321) @oasis-cloud
806
- * 📖 docs: dialog 指令式用法注意事项 (#1318) @oasis-cloud
807
821
 
822
+ `2023-08-18`
808
823
 
824
+ - :bug: fix: skeleton row 设置为 1 时, 宽度只能固定为70% (#1306) @ivan-My
825
+ - :bug: fix: loading 构建产物增加类型注释 (#1320) @oasis-cloud
826
+ - :bug: fix: space 构建产物增加类型注释 (#1321) @oasis-cloud
827
+ - 📖 docs: dialog 指令式用法注意事项 (#1318) @oasis-cloud
809
828
 
810
829
  # v2.0.13
811
- `2023-08-16`
812
830
 
813
- * :sparkles: feat: dialog 支持函数调用 (#1315) @oasis-cloud
814
- * :sparkles: feat: toast 支持函数调用 (#1307) @oasis-cloud
815
- * :sparkles: feat: 提取 Taro 的 Demo 到 workspace (#1302) @oasis-cloud
816
- * :bug: fix: icons 版本更新 (#1310) @oasis-cloud
817
- * :bug: fix: 非 undefined 的 falsely 值无法传递给子组件 (#1312) @qnnp
818
- * 📖 docs: 删除了skeleton文档中无用的props(width,height) (#1303) @ivan-My
831
+ `2023-08-16`
819
832
 
833
+ - :sparkles: feat: dialog 支持函数调用 (#1315) @oasis-cloud
834
+ - :sparkles: feat: toast 支持函数调用 (#1307) @oasis-cloud
835
+ - :sparkles: feat: 提取 Taro 的 Demo 到 workspace (#1302) @oasis-cloud
836
+ - :bug: fix: icons 版本更新 (#1310) @oasis-cloud
837
+ - :bug: fix: 非 undefined 的 falsely 值无法传递给子组件 (#1312) @qnnp
838
+ - 📖 docs: 删除了skeleton文档中无用的props(width,height) (#1303) @ivan-My
820
839
 
821
840
  # v2.0.12
822
- `2023-08-11`
823
841
 
824
- * :bug: fix(Avatar): 解决在小程序环境下,使用Avatar.Group无法正常展示头像问题 (#1296) @Tralafalgar Wang
825
- * :bug: fix: overlay 的 zIndex 属性改为 css 变量 (#1294) @oasis-cloud
826
- * :bug: fix: 修复 form 设置 labelPosition=top 的样式 (#1300) @oasis-cloud
842
+ `2023-08-11`
827
843
 
844
+ - :bug: fix(Avatar): 解决在小程序环境下,使用Avatar.Group无法正常展示头像问题 (#1296) @Tralafalgar Wang
845
+ - :bug: fix: overlay 的 zIndex 属性改为 css 变量 (#1294) @oasis-cloud
846
+ - :bug: fix: 修复 form 设置 labelPosition=top 的样式 (#1300) @oasis-cloud
828
847
 
829
848
  # v2.0.11
830
- `2023-08-09`
831
849
 
832
- * :sparkles: feat: 新增 tour 引导组件 (#1279) @junjun666
833
- * :bug: fix: h5下多选上传时 uid 重复的问题 (#1269) @Liuqh233
834
- * :bug: fix: input 组件点击清除图标无法清空内容 (#1292) @oasis-cloud
835
- * :bug: fix: numberkeyboard 设置标题后,完成按钮应该触发 onConfirm 事件 (#1285) @oasis-cloud
836
- * :bug: fix: uploader h5/taro 增加校验 (#1297) @junjun666
837
- * :bug: fix: uploader taro-h5 上传状态样式错乱 (#1293) @junjun666
838
- * 📖 docs: divider 组件的 styles 属性示例改为 style (#1290) @oasis-cloud
839
- * 📖 docs: numberkeyboard 的 type 属性类型更新 (#1284) @oasis-cloud
840
- * 📖 docs: step 组件的 description 属性示例改为节点的实现方式 (#1289) @oasis-cloud
841
- * 📖 docs: 调整 image tao 文档中引入包名 (#1295) @oasis-cloud
850
+ `2023-08-09`
842
851
 
852
+ - :sparkles: feat: 新增 tour 引导组件 (#1279) @junjun666
853
+ - :bug: fix: h5下多选上传时 uid 重复的问题 (#1269) @Liuqh233
854
+ - :bug: fix: input 组件点击清除图标无法清空内容 (#1292) @oasis-cloud
855
+ - :bug: fix: numberkeyboard 设置标题后,完成按钮应该触发 onConfirm 事件 (#1285) @oasis-cloud
856
+ - :bug: fix: uploader h5/taro 增加校验 (#1297) @junjun666
857
+ - :bug: fix: uploader taro-h5 上传状态样式错乱 (#1293) @junjun666
858
+ - 📖 docs: divider 组件的 styles 属性示例改为 style (#1290) @oasis-cloud
859
+ - 📖 docs: numberkeyboard 的 type 属性类型更新 (#1284) @oasis-cloud
860
+ - 📖 docs: step 组件的 description 属性示例改为节点的实现方式 (#1289) @oasis-cloud
861
+ - 📖 docs: 调整 image tao 文档中引入包名 (#1295) @oasis-cloud
843
862
 
844
863
  # v2.0.10
845
- `2023-08-04`
846
864
 
847
- * :sparkles: feat: loading 组件 (#1204) @mike8625
848
- * :sparkles: feat: 日历支持footer的children定义,增加日历+datepicker的demo (#1277) @xiaoyatong
849
- * :bug: fix: elevator 计算索引出现 -1,导致组件运行报错 (#1276) @oasis-cloud
850
- * :bug: fix: loading 组件导出 props 类型 (#1278) @oasis-cloud
865
+ `2023-08-04`
851
866
 
867
+ - :sparkles: feat: loading 组件 (#1204) @mike8625
868
+ - :sparkles: feat: 日历支持footer的children定义,增加日历+datepicker的demo (#1277) @xiaoyatong
869
+ - :bug: fix: elevator 计算索引出现 -1,导致组件运行报错 (#1276) @oasis-cloud
870
+ - :bug: fix: loading 组件导出 props 类型 (#1278) @oasis-cloud
852
871
 
853
872
  # v2.0.9
854
- `2023-08-02`
855
873
 
856
- * :sparkles: feat(notify): 支持函数调用的展开和关闭 (#1271) @oasis-cloud
857
- * :bug: fix: space 版本号修改为 2.0 (#1265) @oasis-cloud
858
- * 🔨 chore(config): 优化 taro demo 环境配置文件 (#1266) @oasis-cloud
859
- * 📖 docs: cascader 文档更新 (#1270) @vapao
860
- * 📖 docs: tag 文档和 demo 同步 (#1275) @oasis-cloud
861
- * 📖 docs: 升级文档更新 (#1274) @oasis-cloud
874
+ `2023-08-02`
862
875
 
876
+ - :sparkles: feat(notify): 支持函数调用的展开和关闭 (#1271) @oasis-cloud
877
+ - :bug: fix: space 版本号修改为 2.0 (#1265) @oasis-cloud
878
+ - 🔨 chore(config): 优化 taro demo 环境配置文件 (#1266) @oasis-cloud
879
+ - 📖 docs: cascader 文档更新 (#1270) @vapao
880
+ - 📖 docs: tag 文档和 demo 同步 (#1275) @oasis-cloud
881
+ - 📖 docs: 升级文档更新 (#1274) @oasis-cloud
863
882
 
864
883
  # v2.0.8
865
- `2023-07-28`
866
-
867
- * :sparkles: feat: 增加了space组件 (#1259) @ivan-My
868
- * 🛠 refactor: tabs 去除 console (#1261) @vapao
869
- * 🔨 chore(script): 简化开发环境启动逻辑 (#1264) @eiinu
870
884
 
885
+ `2023-07-28`
871
886
 
887
+ - :sparkles: feat: 增加了space组件 (#1259) @ivan-My
888
+ - 🛠 refactor: tabs 去除 console (#1261) @vapao
889
+ - 🔨 chore(script): 简化开发环境启动逻辑 (#1264) @eiinu
872
890
 
873
891
  # v2.0.7
874
- `2023-07-26`
875
892
 
876
- * :sparkles: feat: formitem label 支持 reactnode (#1254) @oasis-cloud
877
- * :sparkles: feat: uploader 添加上传的响应数据 (#1251) @逍遥
878
- * 🔨 chore: 优化 any 类型 (#1222) @junjun666
879
- * 📖 docs(SearchBar): 补充 onClear 属性说明 (#1256) @Tralafalgar Wang
893
+ `2023-07-26`
880
894
 
895
+ - :sparkles: feat: formitem label 支持 reactnode (#1254) @oasis-cloud
896
+ - :sparkles: feat: uploader 添加上传的响应数据 (#1251) @逍遥
897
+ - 🔨 chore: 优化 any 类型 (#1222) @junjun666
898
+ - 📖 docs(SearchBar): 补充 onClear 属性说明 (#1256) @Tralafalgar Wang
881
899
 
882
900
  # v2.0.6
883
- `2023-07-21`
884
901
 
885
- * :bug: fix(Address): 修复Address组件通过点击CloseIcon和Overlay关闭后,无法再次打开的问题 (#1233) @Tralafalgar Wang
886
- * :bug: fix(button): 渐变色导致边框出现重叠 (#1250) @oasis-cloud
902
+ `2023-07-21`
887
903
 
904
+ - :bug: fix(Address): 修复Address组件通过点击CloseIcon和Overlay关闭后,无法再次打开的问题 (#1233) @Tralafalgar Wang
905
+ - :bug: fix(button): 渐变色导致边框出现重叠 (#1250) @oasis-cloud
888
906
 
889
907
  # v2.0.5
890
- `2023-07-19`
891
908
 
892
- * :bug: fix(sticky): 组件卸载移除 tap 事件改为移除 scroll 事件 (#1235) @oasis-cloud
893
- * :bug: fix: height is null (#1239) @Liuqh233
894
- * :bug: fix: 修复popover滑动定位错位的问题 (#1232) @junjun666
895
- * :sparkles: perf: configProvider 组件性能优化 (#1230) @大喵
896
- * 🔨 chore: site 内部移除 taro components @oasis-cloud
909
+ `2023-07-19`
897
910
 
911
+ - :bug: fix(sticky): 组件卸载移除 tap 事件改为移除 scroll 事件 (#1235) @oasis-cloud
912
+ - :bug: fix: height is null (#1239) @Liuqh233
913
+ - :bug: fix: 修复popover滑动定位错位的问题 (#1232) @junjun666
914
+ - :sparkles: perf: configProvider 组件性能优化 (#1230) @大喵
915
+ - 🔨 chore: site 内部移除 taro components @oasis-cloud
898
916
 
899
917
  # v2.0.4
900
- `2023-07-14`
901
918
 
902
- * :sparkles: feat: configprovider 组件支持传入 className 和 style 属性 (#1219) @大喵
903
- * :bug: fix(button): fill=none & type=default 样式修复 (#1215) @eiinu
904
- * :bug: fix(form): formItem 的 props 改为 Partial (#1221) @oasis-cloud
905
- * :bug: fix: cascader onChange 触发2次问题修复 (#1224) @xiaoyatong
906
- * :bug: fix: countdown手动控制demo展示样式优化 (#1229) @irisSong
907
- * :bug: fix: signature组件提取样式变量+修复taro h5 demo签字时滚动问题 (#1220) @irisSong
908
- * :bug: fix: tabs组件在抖音小程序展示异常 (#1211) @oasis-cloud
909
- * :bug: fix: 修复signature小程序下demo签字时页面跟随滚动问题 (#1225) @irisSong
910
- * :bug: fix: 文档格式化 @hanyuxinting
919
+ `2023-07-14`
911
920
 
921
+ - :sparkles: feat: configprovider 组件支持传入 className 和 style 属性 (#1219) @大喵
922
+ - :bug: fix(button): fill=none & type=default 样式修复 (#1215) @eiinu
923
+ - :bug: fix(form): formItem 的 props 改为 Partial (#1221) @oasis-cloud
924
+ - :bug: fix: cascader onChange 触发2次问题修复 (#1224) @xiaoyatong
925
+ - :bug: fix: countdown手动控制demo展示样式优化 (#1229) @irisSong
926
+ - :bug: fix: signature组件提取样式变量+修复taro h5 demo签字时滚动问题 (#1220) @irisSong
927
+ - :bug: fix: tabs组件在抖音小程序展示异常 (#1211) @oasis-cloud
928
+ - :bug: fix: 修复signature小程序下demo签字时页面跟随滚动问题 (#1225) @irisSong
929
+ - :bug: fix: 文档格式化 @hanyuxinting
912
930
 
913
931
  # v2.0.3
914
- `2023-07-12`
915
932
 
916
- * :sparkles: feat: image 支持 taro (#1190) @oasis-cloud
917
- * :sparkles: feat: menu 增加打开和关闭的回调方法 (#1206) @oasis-cloud
918
- * :sparkles: feat: 类型文件中导出组件的 props, 简化组件 props 引入方式 (#1205) @oasis-cloud
919
- * :bug: fix: infiniteloading taro doc (#1207) @junjun666
920
- * :bug: fix: 组件2.0走查问题修复 (#1172) @junjun666
921
- * 🔨 chore: pnpm workspace (#1199) @junjun666
922
- * 🔨 chore: 兼容ssr之修复引入组件库启动报错 (#1212) @junjun666
923
- * 📖 docs(form): nativeType 改为 formType (#1209) @oasis-cloud
933
+ `2023-07-12`
924
934
 
935
+ - :sparkles: feat: image 支持 taro (#1190) @oasis-cloud
936
+ - :sparkles: feat: menu 增加打开和关闭的回调方法 (#1206) @oasis-cloud
937
+ - :sparkles: feat: 类型文件中导出组件的 props, 简化组件 props 引入方式 (#1205) @oasis-cloud
938
+ - :bug: fix: infiniteloading taro doc (#1207) @junjun666
939
+ - :bug: fix: 组件2.0走查问题修复 (#1172) @junjun666
940
+ - 🔨 chore: pnpm workspace (#1199) @junjun666
941
+ - 🔨 chore: 兼容ssr之修复引入组件库启动报错 (#1212) @junjun666
942
+ - 📖 docs(form): nativeType 改为 formType (#1209) @oasis-cloud
925
943
 
926
944
  # v2.0.2
945
+
927
946
  `2023-07-07`
928
947
 
929
- * :sparkles: feat: 日历增加不可选状态、增加style、className 的透传 (#1193) @xiaoyatong
930
- * :bug: fix: animatingNumber组件暗黑模式适配+demo优化 (#1184) @irisSong
931
- * :bug: fix: circleprogress color 属性的类型优化 (#1191) @junjun666
932
- * 🔨 chore(backtop): 优化 demo 和文档 (#1186) @eiinu
933
- * 🔨 chore(deps): add @nutui/touch-emulator (#1196) @eiinu
934
- * 🔨 chore(progress): update demo (#1192) @eiinu
935
- * 🔨 chore: overlay 动效优化 (#1183) @junjun666
948
+ - :sparkles: feat: 日历增加不可选状态、增加style、className 的透传 (#1193) @xiaoyatong
949
+ - :bug: fix: animatingNumber组件暗黑模式适配+demo优化 (#1184) @irisSong
950
+ - :bug: fix: circleprogress color 属性的类型优化 (#1191) @junjun666
951
+ - 🔨 chore(backtop): 优化 demo 和文档 (#1186) @eiinu
952
+ - 🔨 chore(deps): add @nutui/touch-emulator (#1196) @eiinu
953
+ - 🔨 chore(progress): update demo (#1192) @eiinu
954
+ - 🔨 chore: overlay 动效优化 (#1183) @junjun666
936
955
 
937
956
  # v2.0.1
938
- `2023-07-05`
939
957
 
940
- * :sparkles: feat: tag 新增 info 类型 (#1180) @xiaoyatong
941
- * :bug: fix(searchbar): 修复 Taro-H5 下 onSearch 无法触发的问题 (#1178) @eiinu
942
- * :bug: fix: button 组件在 taro h5 中不设置 opentype (#1167) @oasis-cloud
943
- * :bug: fix: datepicker 修改列数据后,更新下一级数据 (#1179) @xiaoyatong
944
- * :bug: fix: demo 中 input 布局换行 (#1170) @oasis-cloud
945
- * :bug: fix: demo 中 tabs 采用独立状态 (#1169) @oasis-cloud
946
- * :bug: fix: eslint 错误修复 (#1175) @oasis-cloud
947
- * :bug: fix: form 在处理组件受控和非受控的时候存在冲突 (#1166) @oasis-cloud
948
- * :bug: fix: 关闭主题定制入口 (#1171) @oasis-cloud
949
- * :bug: fix: 调整 demo 中 image 组件的间距 (#1168) @oasis-cloud
950
- * 📖 docs: swiper 文档中的 autoplay 描述修复 (#1165) @oasis-cloud
951
- * 📖 docs: update doc link (#1176) @eiinu
958
+ `2023-07-05`
952
959
 
960
+ - :sparkles: feat: tag 新增 info 类型 (#1180) @xiaoyatong
961
+ - :bug: fix(searchbar): 修复 Taro-H5 下 onSearch 无法触发的问题 (#1178) @eiinu
962
+ - :bug: fix: button 组件在 taro h5 中不设置 opentype (#1167) @oasis-cloud
963
+ - :bug: fix: datepicker 修改列数据后,更新下一级数据 (#1179) @xiaoyatong
964
+ - :bug: fix: demo 中 input 布局换行 (#1170) @oasis-cloud
965
+ - :bug: fix: demo 中 tabs 采用独立状态 (#1169) @oasis-cloud
966
+ - :bug: fix: eslint 错误修复 (#1175) @oasis-cloud
967
+ - :bug: fix: form 在处理组件受控和非受控的时候存在冲突 (#1166) @oasis-cloud
968
+ - :bug: fix: 关闭主题定制入口 (#1171) @oasis-cloud
969
+ - :bug: fix: 调整 demo 中 image 组件的间距 (#1168) @oasis-cloud
970
+ - 📖 docs: swiper 文档中的 autoplay 描述修复 (#1165) @oasis-cloud
971
+ - 📖 docs: update doc link (#1176) @eiinu
953
972
 
954
973
  # v2.0.0-beta.3
955
- `2023-06-30`
956
974
 
957
- * 🔨 chore: 增加组件名称调整的内容 (#1161) @oasis-cloud
958
- * 📖 docs: 统一升级文档中的修改的描述术语 (#1159) @xiaoyatong
959
- * :bug: fix: 修改migrate文档 (#1164) @junjun666
960
- * :bug: fix: 单元测试问题修复 (#1158) @eiinu
961
- * 🛠 refactor: 调整 MenuItem CellGroup SwiperItem 使用方式为 Menu.Item Cell.Group… (#1160) @oasis-cloud
975
+ `2023-06-30`
962
976
 
977
+ - 🔨 chore: 增加组件名称调整的内容 (#1161) @oasis-cloud
978
+ - 📖 docs: 统一升级文档中的修改的描述术语 (#1159) @xiaoyatong
979
+ - :bug: fix: 修改migrate文档 (#1164) @junjun666
980
+ - :bug: fix: 单元测试问题修复 (#1158) @eiinu
981
+ - 🛠 refactor: 调整 MenuItem CellGroup SwiperItem 使用方式为 Menu.Item Cell.Group… (#1160) @oasis-cloud
963
982
 
964
983
  # v2.0.0-beta.2
965
- `2023-06-28`
966
984
 
967
- * :sparkles: feat: 日历组件新增选择周 type='week' 模式 (#1152) @xiaoyatong
968
- * :bug: fix: dialog spelling mistake (#1148) @Katz
969
- * :bug: fix: fit&wxwork (#1146) @junjun666
970
- * :bug: fix: 优化 TrendArrow 组件 props (#1150) @irisSong
971
- * :bug: fix: 修改navbar组件demo样式 (#1145) @irisSong
972
- * 🛠 refactor: 属性定义走查修复 (#1149) @xiaoyatong
973
- * 🔨 chore(virtuallist): 调整 itemRender (#1151) @eiinu
985
+ `2023-06-28`
974
986
 
987
+ - :sparkles: feat: 日历组件新增选择周 type='week' 模式 (#1152) @xiaoyatong
988
+ - :bug: fix: dialog spelling mistake (#1148) @Katz
989
+ - :bug: fix: fit&wxwork (#1146) @junjun666
990
+ - :bug: fix: 优化 TrendArrow 组件 props (#1150) @irisSong
991
+ - :bug: fix: 修改navbar组件demo样式 (#1145) @irisSong
992
+ - 🛠 refactor: 属性定义走查修复 (#1149) @xiaoyatong
993
+ - 🔨 chore(virtuallist): 调整 itemRender (#1151) @eiinu
975
994
 
976
995
  # v2.0.0-beta.1
977
- `2023-06-21`
978
996
 
979
- * :bug: fix(collapse): 测试问题修复 (#1132) @eiinu
980
- * :bug: fix: address taro 白屏 (#1140) @xiaoyatong
981
- * :bug: fix: popup title (#1143) @xiaoyatong
982
- * :bug: fix: remove bem (#1138) @oasis-cloud
983
- * :bug: fix: 修复toast组件屏幕锁定不能滚动的问题 (#1134) @junjun666
984
- * :bug: fix: 单元测试问题修复 (#1137) @eiinu
985
- * 🛠 refactor: address (#1104) @xiaoyatong
986
- * 🛠 refactor: calendar (#1087) @xiaoyatong
987
- * 🔨 chore(ci): delete sync-gitcode.yml @eiinu
988
- * 🔨 chore: popover review (#1127) @junjun666
989
- * 🔨 chore: 更新 taro 版本到 3.6.8 @oasis-cloud
990
- * 🔨 chore: 移除 @bem-react/classname (#1142) @oasis-cloud
997
+ `2023-06-21`
991
998
 
999
+ - :bug: fix(collapse): 测试问题修复 (#1132) @eiinu
1000
+ - :bug: fix: address taro 白屏 (#1140) @xiaoyatong
1001
+ - :bug: fix: popup title (#1143) @xiaoyatong
1002
+ - :bug: fix: remove bem (#1138) @oasis-cloud
1003
+ - :bug: fix: 修复toast组件屏幕锁定不能滚动的问题 (#1134) @junjun666
1004
+ - :bug: fix: 单元测试问题修复 (#1137) @eiinu
1005
+ - 🛠 refactor: address (#1104) @xiaoyatong
1006
+ - 🛠 refactor: calendar (#1087) @xiaoyatong
1007
+ - 🔨 chore(ci): delete sync-gitcode.yml @eiinu
1008
+ - 🔨 chore: popover review (#1127) @junjun666
1009
+ - 🔨 chore: 更新 taro 版本到 3.6.8 @oasis-cloud
1010
+ - 🔨 chore: 移除 @bem-react/classname (#1142) @oasis-cloud
992
1011
 
993
1012
  # v2.0.0-alpha.18
994
- `2023-06-16`
995
1013
 
996
- * 🔨 chore(tabbar): 调整 Badge 相关 Props (#1126) @eiinu
997
- * 📖 docs: update migrate-from-v1.md (#1131) @eiinu
998
- * :sparkles: feat: 修改升级文档 (#1125) @oasis-cloud
999
- * :bug: fix: button 组件在 taro h5 中的类型优化 (#1133) @oasis-cloud
1000
- * :bug: fix: uploader 英文文档修改 (#1124) @oasis-cloud
1001
- * :bug: fix: 修复inputnumber在taro H5样式失效的问题 (#1130) @junjun666
1002
- * :bug: fix: 完善migrate-from-v1文档 (#1129) @irisSong
1014
+ `2023-06-16`
1003
1015
 
1016
+ - 🔨 chore(tabbar): 调整 Badge 相关 Props (#1126) @eiinu
1017
+ - 📖 docs: update migrate-from-v1.md (#1131) @eiinu
1018
+ - :sparkles: feat: 修改升级文档 (#1125) @oasis-cloud
1019
+ - :bug: fix: button 组件在 taro h5 中的类型优化 (#1133) @oasis-cloud
1020
+ - :bug: fix: uploader 英文文档修改 (#1124) @oasis-cloud
1021
+ - :bug: fix: 修复inputnumber在taro H5样式失效的问题 (#1130) @junjun666
1022
+ - :bug: fix: 完善migrate-from-v1文档 (#1129) @irisSong
1004
1023
 
1005
1024
  # v2.0.0-alpha.17
1006
- `2023-06-14`
1007
1025
 
1008
- * :bug: fix: searchbar shape=round 效果差的问题 (#1109) @xiaoyatong
1009
- * :bug: fix: swipe 类型和文档优化 (#1122) @oasis-cloud
1010
- * 🛠 refactor: form (#1118) @oasis-cloud
1011
- * 📖 docs: 修改布局文档相关 @hanyuxinting
1012
- * 📖 docs: 文档走查及问题修复 (#1123) @xiaoyatong
1013
- * 📖 docs: 文档走查及问题修复-基础&布局组件(#1117) @eiinu
1014
- * 📖 docs: 文档走查及问题修复-导航组件 (#1119) @xiaoyatong
1026
+ `2023-06-14`
1015
1027
 
1028
+ - :bug: fix: searchbar shape=round 效果差的问题 (#1109) @xiaoyatong
1029
+ - :bug: fix: swipe 类型和文档优化 (#1122) @oasis-cloud
1030
+ - 🛠 refactor: form (#1118) @oasis-cloud
1031
+ - 📖 docs: 修改布局文档相关 @hanyuxinting
1032
+ - 📖 docs: 文档走查及问题修复 (#1123) @xiaoyatong
1033
+ - 📖 docs: 文档走查及问题修复-基础&布局组件(#1117) @eiinu
1034
+ - 📖 docs: 文档走查及问题修复-导航组件 (#1119) @xiaoyatong
1016
1035
 
1017
1036
  # v2.0.0-alpha.16
1018
- `2023-06-09`
1019
1037
 
1020
- * :bug: fix(toast): 修复连续调用 show 方法时无法销毁的问题 (#1102) @eiinu
1021
- * :bug: fix: dialog 需要增加 overlay 的样式,否则按需加载样式出现异常 (#1103) @oasis-cloud
1022
- * :bug: fix: menu 组件被使用 transform 的组件嵌套后,遮罩层发生偏移 (#1093) @oasis-cloud
1023
- * :bug: fix: noticebar 修复小程序多行展示问题 (#1107) @xiaoyatong
1024
- * :bug: fix: pikcer 在关闭动画未结束时修改 visible,导致状态更新异常 (#1097) @oasis-cloud
1025
- * 🛠 refactor: datepicker (#1091) @xiaoyatong
1026
- * 🔨 chore: 修复 Taro Demo 的字号 (#1105) @oasis-cloud
1027
- * 🔨 chore(script): 生成 Props 功能增强 (#1096) @eiinu
1028
- * 📖 docs: 文档修订 (#1106) @xiaoyatong
1038
+ `2023-06-09`
1029
1039
 
1040
+ - :bug: fix(toast): 修复连续调用 show 方法时无法销毁的问题 (#1102) @eiinu
1041
+ - :bug: fix: dialog 需要增加 overlay 的样式,否则按需加载样式出现异常 (#1103) @oasis-cloud
1042
+ - :bug: fix: menu 组件被使用 transform 的组件嵌套后,遮罩层发生偏移 (#1093) @oasis-cloud
1043
+ - :bug: fix: noticebar 修复小程序多行展示问题 (#1107) @xiaoyatong
1044
+ - :bug: fix: pikcer 在关闭动画未结束时修改 visible,导致状态更新异常 (#1097) @oasis-cloud
1045
+ - 🛠 refactor: datepicker (#1091) @xiaoyatong
1046
+ - 🔨 chore: 修复 Taro Demo 的字号 (#1105) @oasis-cloud
1047
+ - 🔨 chore(script): 生成 Props 功能增强 (#1096) @eiinu
1048
+ - 📖 docs: 文档修订 (#1106) @xiaoyatong
1030
1049
 
1031
1050
  # v2.0.0-alpha.15
1032
- `2023-06-07`
1033
1051
 
1034
- * :sparkles: feat(ci): add codecov (#1092) @eiinu
1035
- * :sparkles: feat(ci): add lint action (#1098) @eiinu
1036
- * :sparkles: feat: imagepreview 组件在小程序中支持长按图片保存 (#1090) @oasis-cloud
1037
- * :bug: fix: 单元测试问题修复 (#1095) @eiinu
1038
- * 🛠 refactor: card (#1069) @拧巴的猫
1039
- * 🛠 refactor: infiniteloading (#1085) @junjun666
1040
- * 🛠 refactor: signature (#1080) @拧巴的猫
1041
- * 🛠 refactor: tag (#1089) @xiaoyatong
1042
- * 🛠 refactor: TimeSelect (#1088) @eiinu
1052
+ `2023-06-07`
1043
1053
 
1054
+ - :sparkles: feat(ci): add codecov (#1092) @eiinu
1055
+ - :sparkles: feat(ci): add lint action (#1098) @eiinu
1056
+ - :sparkles: feat: imagepreview 组件在小程序中支持长按图片保存 (#1090) @oasis-cloud
1057
+ - :bug: fix: 单元测试问题修复 (#1095) @eiinu
1058
+ - 🛠 refactor: card (#1069) @拧巴的猫
1059
+ - 🛠 refactor: infiniteloading (#1085) @junjun666
1060
+ - 🛠 refactor: signature (#1080) @拧巴的猫
1061
+ - 🛠 refactor: tag (#1089) @xiaoyatong
1062
+ - 🛠 refactor: TimeSelect (#1088) @eiinu
1044
1063
 
1045
1064
  # v2.0.0-alpha.14
1046
- `2023-06-02`
1047
1065
 
1048
- * 🛠 refactor: barrage (#1072) @junjun666
1049
- * 🛠 refactor: popover (#1060) @junjun666
1050
- * 🛠 refactor: sidenavbar (#1057) @oasis-cloud
1051
- * :bug: fix(backtop): 修改 demo (#1083) @eiinu
1052
- * :bug: fix: ellipsis 在 taro 构建的 H5 中偶现无法暂时省略号的情况 (#1076) @oasis-cloud
1053
- * :bug: fix: input 组件忽略 maxlength 和 password 属性 (#1079) @oasis-cloud
1054
- * :bug: fix: menu 的 closeOnClickOverlay 改为 closeOnOverlayClick (#1084) @oasis-cloud
1055
- * :bug: fix: picker 组件渲染的时候触发 onConfirm (#1082) @oasis-cloud
1056
- * 📖 docs(textarea): 更新文档说明 (#1086) @eiinu
1057
- * 📖 docs: checkbox demo 增加头部 (#1075) @oasis-cloud
1058
- * 📖 docs: 文档中 css 变量表格的文案优化 (#1077) @oasis-cloud
1066
+ `2023-06-02`
1059
1067
 
1068
+ - 🛠 refactor: barrage (#1072) @junjun666
1069
+ - 🛠 refactor: popover (#1060) @junjun666
1070
+ - 🛠 refactor: sidenavbar (#1057) @oasis-cloud
1071
+ - :bug: fix(backtop): 修改 demo (#1083) @eiinu
1072
+ - :bug: fix: ellipsis 在 taro 构建的 H5 中偶现无法暂时省略号的情况 (#1076) @oasis-cloud
1073
+ - :bug: fix: input 组件忽略 maxlength 和 password 属性 (#1079) @oasis-cloud
1074
+ - :bug: fix: menu 的 closeOnClickOverlay 改为 closeOnOverlayClick (#1084) @oasis-cloud
1075
+ - :bug: fix: picker 组件渲染的时候触发 onConfirm (#1082) @oasis-cloud
1076
+ - 📖 docs(textarea): 更新文档说明 (#1086) @eiinu
1077
+ - 📖 docs: checkbox demo 增加头部 (#1075) @oasis-cloud
1078
+ - 📖 docs: 文档中 css 变量表格的文案优化 (#1077) @oasis-cloud
1060
1079
 
1061
1080
  # v2.0.0-alpha.13
1062
- `2023-05-31`
1063
-
1064
- * 🛠 refactor: animatingNumbers (#1048) @拧巴的猫
1065
- * 🛠 refactor: trendArrow (#1066) @拧巴的猫
1066
- * 🛠 refactor: video (#1034) @junjun666
1067
- * 🛠 refactor: watermark (#1071) @eiinu
1068
- * :sparkles: feat: 构建类型文件中的注释,方便在编辑器中查看属性的说明 (#1068) @oasis-cloud
1069
- * :bug: fix: popup 在 taro 中的动效优化 (#1065) @oasis-cloud
1070
- * :bug: fix: 修改 uploader 和 video 的 taro 文档 (#1070) @junjun666
1071
- * 📖 docs: correct spelling errors (#1058) @konka
1072
1081
 
1082
+ `2023-05-31`
1073
1083
 
1084
+ - 🛠 refactor: animatingNumbers (#1048) @拧巴的猫
1085
+ - 🛠 refactor: trendArrow (#1066) @拧巴的猫
1086
+ - 🛠 refactor: video (#1034) @junjun666
1087
+ - 🛠 refactor: watermark (#1071) @eiinu
1088
+ - :sparkles: feat: 构建类型文件中的注释,方便在编辑器中查看属性的说明 (#1068) @oasis-cloud
1089
+ - :bug: fix: popup 在 taro 中的动效优化 (#1065) @oasis-cloud
1090
+ - :bug: fix: 修改 uploader 和 video 的 taro 文档 (#1070) @junjun666
1091
+ - 📖 docs: correct spelling errors (#1058) @konka
1074
1092
 
1075
1093
  # v2.0.0-alpha.12
1076
- `2023-05-26`
1077
1094
 
1078
- * 🛠 refactor: actionSheet (#1053) @xiaoyatong
1079
- * 🛠 refactor: countdown (#1040) @拧巴的猫
1080
- * 🛠 refactor: searchBar (#1047) @xiaoyatong
1081
- * 🛠 refactor: shortPassword (#1046) @eiinu
1082
- * 🛠 refactor: toast (#1026) @justExplore
1083
- * 🛠 refactor: virtualList (#1056) @eiinu
1084
- * :sparkles: feat: ellipsis add width attribute (#1038) @Zhu Da Shuai
1085
- * :sparkles: feat: 导出主题中的 CSS 变量类型 (#1050) @oasis-cloud
1086
- * 📖 docs: import touch-emulator (#1045) @oasis-cloud
1095
+ `2023-05-26`
1087
1096
 
1097
+ - 🛠 refactor: actionSheet (#1053) @xiaoyatong
1098
+ - 🛠 refactor: countdown (#1040) @拧巴的猫
1099
+ - 🛠 refactor: searchBar (#1047) @xiaoyatong
1100
+ - 🛠 refactor: shortPassword (#1046) @eiinu
1101
+ - 🛠 refactor: toast (#1026) @justExplore
1102
+ - 🛠 refactor: virtualList (#1056) @eiinu
1103
+ - :sparkles: feat: ellipsis add width attribute (#1038) @Zhu Da Shuai
1104
+ - :sparkles: feat: 导出主题中的 CSS 变量类型 (#1050) @oasis-cloud
1105
+ - 📖 docs: import touch-emulator (#1045) @oasis-cloud
1088
1106
 
1089
1107
  # v2.0.0-alpha.11
1090
- `2023-05-24`
1091
1108
 
1092
- * 🛠 refactor: collapse (#1027) @eiinu
1093
- * 🛠 refactor: Skeleton (#1036) @eiinu
1094
- * :sparkles: feat: 添加土耳其语 (#1028) @manin
1095
- * :bug: fix(fixednav): 修改 onSelect 参数顺序 (#1035) @eiinu
1096
- * :bug: fix: 修复taro下拉刷新组件偶发未触发canRelease状态时松手,组件不会自动回弹的问题 (#1029) @Z-Bokle
1097
- * 🔨 chore: 增加同步升级文档到 docs 仓库的脚本 (#1044) @oasis-cloud
1098
- * 🔨 chore: 完善组件导出的类型 (#1039) @oasis-cloud
1099
- * 🔨 chore: 构建每个组件的 css 文件 (#1037) @oasis-cloud
1100
- * 📖 docs: 文档 props 标题统一修复 (#1041) @oasis-cloud
1109
+ `2023-05-24`
1101
1110
 
1111
+ - 🛠 refactor: collapse (#1027) @eiinu
1112
+ - 🛠 refactor: Skeleton (#1036) @eiinu
1113
+ - :sparkles: feat: 添加土耳其语 (#1028) @manin
1114
+ - :bug: fix(fixednav): 修改 onSelect 参数顺序 (#1035) @eiinu
1115
+ - :bug: fix: 修复taro下拉刷新组件偶发未触发canRelease状态时松手,组件不会自动回弹的问题 (#1029) @Z-Bokle
1116
+ - 🔨 chore: 增加同步升级文档到 docs 仓库的脚本 (#1044) @oasis-cloud
1117
+ - 🔨 chore: 完善组件导出的类型 (#1039) @oasis-cloud
1118
+ - 🔨 chore: 构建每个组件的 css 文件 (#1037) @oasis-cloud
1119
+ - 📖 docs: 文档 props 标题统一修复 (#1041) @oasis-cloud
1102
1120
 
1103
1121
  # v2.0.0-alpha.10
1104
- `2023-05-19`
1105
1122
 
1106
- * :sparkles: feat(progress): 添加 lazy、delay 属性 (#1023) @eiinu
1107
- * :bug: fix: swiper loop 模式位置计算错误 (#1018) @oasis-cloud
1108
- * 🛠 refactor: imagepreview (#1019) @xiaoyatong
1109
- * 🛠 refactor: noticebar (#1024) @xiaoyatong
1110
- * 🛠 refactor: steps (#1021) @oasis-cloud
1111
- * 📖 docs: icon 文档修订 (#1022) @oasis-cloud
1123
+ `2023-05-19`
1112
1124
 
1125
+ - :sparkles: feat(progress): 添加 lazy、delay 属性 (#1023) @eiinu
1126
+ - :bug: fix: swiper loop 模式位置计算错误 (#1018) @oasis-cloud
1127
+ - 🛠 refactor: imagepreview (#1019) @xiaoyatong
1128
+ - 🛠 refactor: noticebar (#1024) @xiaoyatong
1129
+ - 🛠 refactor: steps (#1021) @oasis-cloud
1130
+ - 📖 docs: icon 文档修订 (#1022) @oasis-cloud
1113
1131
 
1114
1132
  # v2.0.0-alpha.9
1115
- `2023-05-17`
1116
1133
 
1117
- * :sparkles: feat: add create-properties.js (#1001) @eiinu
1118
- * :sparkles: feat: cascader支持受控 (#1000) @xiaoyatong
1119
- * :sparkles: feat: elevator 支持右侧索引是否展示 (#1006) @拧巴的猫
1120
- * :bug: fix(image): lazy 优化观察对象数量 (#1015) @eiinu
1121
- * :bug: fix: tabs children 变更后需要展示新的 title (#999) @oasis-cloud
1122
- * :bug: fix: 格式化,删掉某些无用代码 (#1014) @xiaoyatong
1123
- * 🛠 refactor: notify (#983) @拧巴的猫
1124
- * 🛠 refactor: NumberKeyboard (#1012) @eiinu
1125
- * 🛠 refactor: price (#989) @拧巴的猫
1126
- * 🛠 refactor: pulltorefresh (#1011) @oasis-cloud
1127
- * 🛠 refactor: radio (#1009) @oasis-cloud
1128
- * 🛠 refactor: Range (#991) @eiinu
1129
- * 🛠 refactor: swiper 重构;indcator 的索引计算改为从 0 开始 (#1008) @oasis-cloud
1130
- * 🔨 chore: autoplay -> autoPlay (#1007) @eiinu
1131
- * 📖 docs(tabbar): update description (#1004) @eiinu
1134
+ `2023-05-17`
1132
1135
 
1136
+ - :sparkles: feat: add create-properties.js (#1001) @eiinu
1137
+ - :sparkles: feat: cascader支持受控 (#1000) @xiaoyatong
1138
+ - :sparkles: feat: elevator 支持右侧索引是否展示 (#1006) @拧巴的猫
1139
+ - :bug: fix(image): lazy 优化观察对象数量 (#1015) @eiinu
1140
+ - :bug: fix: tabs children 变更后需要展示新的 title (#999) @oasis-cloud
1141
+ - :bug: fix: 格式化,删掉某些无用代码 (#1014) @xiaoyatong
1142
+ - 🛠 refactor: notify (#983) @拧巴的猫
1143
+ - 🛠 refactor: NumberKeyboard (#1012) @eiinu
1144
+ - 🛠 refactor: price (#989) @拧巴的猫
1145
+ - 🛠 refactor: pulltorefresh (#1011) @oasis-cloud
1146
+ - 🛠 refactor: radio (#1009) @oasis-cloud
1147
+ - 🛠 refactor: Range (#991) @eiinu
1148
+ - 🛠 refactor: swiper 重构;indcator 的索引计算改为从 0 开始 (#1008) @oasis-cloud
1149
+ - 🔨 chore: autoplay -> autoPlay (#1007) @eiinu
1150
+ - 📖 docs(tabbar): update description (#1004) @eiinu
1133
1151
 
1134
1152
  # v2.0.0-alpha.8
1153
+
1135
1154
  `2023-05-12`
1136
- * :sparkles:feat: cascader支持受控 (#1000) @xiaoyatong
1137
- * :bug: fix: tabs children 变更后需要展示新的 title (#999) @oasis-cloud
1138
- * 🛠 refactor: Range (#991) @eiinu
1155
+
1156
+ - :sparkles:feat: cascader支持受控 (#1000) @xiaoyatong
1157
+ - :bug: fix: tabs children 变更后需要展示新的 title (#999) @oasis-cloud
1158
+ - 🛠 refactor: Range (#991) @eiinu
1139
1159
 
1140
1160
  # v2.0.0-alpha.7
1161
+
1141
1162
  `2023-05-12`
1142
- * :bug: fix: tabs children 变化需要更新选中状态 @oasis-cloud
1163
+
1164
+ - :bug: fix: tabs children 变化需要更新选中状态 @oasis-cloud
1143
1165
 
1144
1166
  # v2.0.0-alpha.6
1145
- `2023-05-12`
1146
1167
 
1147
- * 🛠 refactor: cascader (#993) @xiaoyatong
1148
- * 🛠 refactor: picker (#975) @xiaoyatong
1149
- * 🛠 refactor: table (#982) @xiaoyatong
1150
- * 🛠 refactor: TextArea (#979) @eiinu
1151
- * :bug: fix: image src 初始状态未空,导致出发加载失败事件 (#988) @oasis-cloud
1152
- * 📖 docs(progress): demo 代码更新 (#986) @eiinu
1153
- * 📖 docs(progress): update demo (#987) @eiinu
1154
- * 📖 docs: tabs 文档中的 titleNode 修改为 title (#995) @oasis-cloud
1155
- * 🔨 chore: taro es 构建移入 vite 配置文件 (#990) @oasis-cloud
1168
+ `2023-05-12`
1156
1169
 
1170
+ - 🛠 refactor: cascader (#993) @xiaoyatong
1171
+ - 🛠 refactor: picker (#975) @xiaoyatong
1172
+ - 🛠 refactor: table (#982) @xiaoyatong
1173
+ - 🛠 refactor: TextArea (#979) @eiinu
1174
+ - :bug: fix: image src 初始状态未空,导致出发加载失败事件 (#988) @oasis-cloud
1175
+ - 📖 docs(progress): demo 代码更新 (#986) @eiinu
1176
+ - 📖 docs(progress): update demo (#987) @eiinu
1177
+ - 📖 docs: tabs 文档中的 titleNode 修改为 title (#995) @oasis-cloud
1178
+ - 🔨 chore: taro es 构建移入 vite 配置文件 (#990) @oasis-cloud
1157
1179
 
1158
1180
  # v2.0.0-alpha.5
1159
- `2023-05-10`
1160
1181
 
1161
- * 🛠 refactor: checkbox (#974) @oasis-cloud
1162
- * 🛠 refactor: circleprogress-v2.0 (#949) @junjun666
1163
- * 🛠 refactor: ellipsis-v2.0 (#963) @junjun666
1164
- * 🛠 refactor: empty-v2.0 (#977) @junjun666
1165
- * 🛠 refactor: swipe (#958) @justExplore
1166
- * 🛠 refactor:avatar-v2.0 (#970) @junjun666
1167
- * 📖 docs: 增加 icon 的复制功能 (#973) @oasis-cloud
1168
- * :sparkles: feat: cellgroup组件增加单元格之间是否展示分割线props (#961) @拧巴的猫
1169
- * :bug: fix: tabbar 通过 Tabbar.Item 方式使用未加载 item 的样式 (#972) @oasis-cloud
1170
- * :bug: fix: 修复elevator小程序快速滑动后闪动问题 (#984) @拧巴的猫
1182
+ `2023-05-10`
1171
1183
 
1184
+ - 🛠 refactor: checkbox (#974) @oasis-cloud
1185
+ - 🛠 refactor: circleprogress-v2.0 (#949) @junjun666
1186
+ - 🛠 refactor: ellipsis-v2.0 (#963) @junjun666
1187
+ - 🛠 refactor: empty-v2.0 (#977) @junjun666
1188
+ - 🛠 refactor: swipe (#958) @justExplore
1189
+ - 🛠 refactor:avatar-v2.0 (#970) @junjun666
1190
+ - 📖 docs: 增加 icon 的复制功能 (#973) @oasis-cloud
1191
+ - :sparkles: feat: cellgroup组件增加单元格之间是否展示分割线props (#961) @拧巴的猫
1192
+ - :bug: fix: tabbar 通过 Tabbar.Item 方式使用未加载 item 的样式 (#972) @oasis-cloud
1193
+ - :bug: fix: 修复elevator小程序快速滑动后闪动问题 (#984) @拧巴的猫
1172
1194
 
1173
1195
  # v2.0.0-alpha.4
1196
+
1174
1197
  `2023-05-05`
1175
1198
 
1176
- * 🛠 refactor: circleprogress-v2.0 (#949) @junjun666
1177
- * 🛠 refactor: input (#962) @oasis-cloud
1178
- * 🛠 refactor: Tabbar (#935) @eiinu
1179
- * :bug: fix: badge 组件的默认样式中,去掉 margin-right (#967) @xiaoyatong
1180
- * 🎨 style: fix endLine display error (#964) @HaiTao
1199
+ - 🛠 refactor: circleprogress-v2.0 (#949) @junjun666
1200
+ - 🛠 refactor: input (#962) @oasis-cloud
1201
+ - 🛠 refactor: Tabbar (#935) @eiinu
1202
+ - :bug: fix: badge 组件的默认样式中,去掉 margin-right (#967) @xiaoyatong
1203
+ - 🎨 style: fix endLine display error (#964) @HaiTao
1181
1204
 
1182
1205
  # v2.0.0-alpha.3
1183
- `2023-04-28`
1184
1206
 
1185
- * :bug: fix: overlay 属性 onClick 暴露、lockscroll 相关demo 修订 (#959) @xiaoyatong
1186
- * :bug: fix: 修改taro增加主题编译 (#950) @junjun666
1187
- * 🛠 refactor: dialog (#945) @xiaoyatong
1188
- * 🛠 refactor: switch (#941) @拧巴的猫
1189
- * 🛠 refactor: tabs (#939) @oasis-cloud
1190
- * 🔨 chore: website 2.0 (#955) @oasis-cloud
1191
- * 📖 docs: button 文档表格优化 (#956) @oasis-cloud
1207
+ `2023-04-28`
1192
1208
 
1209
+ - :bug: fix: overlay 属性 onClick 暴露、lockscroll 相关demo 修订 (#959) @xiaoyatong
1210
+ - :bug: fix: 修改taro增加主题编译 (#950) @junjun666
1211
+ - 🛠 refactor: dialog (#945) @xiaoyatong
1212
+ - 🛠 refactor: switch (#941) @拧巴的猫
1213
+ - 🛠 refactor: tabs (#939) @oasis-cloud
1214
+ - 🔨 chore: website 2.0 (#955) @oasis-cloud
1215
+ - 📖 docs: button 文档表格优化 (#956) @oasis-cloud
1193
1216
 
1194
1217
  # v2.0.0-alpha.2
1195
- `2023-04-26`
1196
1218
 
1197
- * 🛠 refactor: navbar (#890) @拧巴的猫
1198
- * 🛠 refactor: animate (#940) @junjun666
1199
- * 🛠 refactor: badge (#936) @xiaoyatong
1200
- * 🛠 refactor: drag (#937) @拧巴的猫
1201
- * 🛠 refactor: elevator (#927) @拧巴的猫
1202
- * 🛠 refactor: menu (#923) @oasis-cloud
1203
- * 🛠 refactor: progress (#943) @eiinu
1204
- * 🔨 chore: sync pnpm-lock @oasis-cloud
1205
- * :bug: fix: 修改taro增加主题编译 (#950) @junjun666
1219
+ `2023-04-26`
1206
1220
 
1221
+ - 🛠 refactor: navbar (#890) @拧巴的猫
1222
+ - 🛠 refactor: animate (#940) @junjun666
1223
+ - 🛠 refactor: badge (#936) @xiaoyatong
1224
+ - 🛠 refactor: drag (#937) @拧巴的猫
1225
+ - 🛠 refactor: elevator (#927) @拧巴的猫
1226
+ - 🛠 refactor: menu (#923) @oasis-cloud
1227
+ - 🛠 refactor: progress (#943) @eiinu
1228
+ - 🔨 chore: sync pnpm-lock @oasis-cloud
1229
+ - :bug: fix: 修改taro增加主题编译 (#950) @junjun666
1207
1230
 
1208
1231
  # v2.0.0-alpha.1
1209
- `2023-04-21`
1210
1232
 
1211
- * 🔨 chore: markdown 中 props、css variables 类型和默认值增加代码标识 @oasis-cloud
1212
- * 🛠 refactor: Audio (#930) @eiinu
1213
- * 🛠 refactor: layout (#934) @oasis-cloud
1214
- * 🛠 refactor: popup 2.0 (#929) @xiaoyatong
1215
- * 🛠 refactor: uploader (#902) @junjun666
1233
+ `2023-04-21`
1216
1234
 
1235
+ - 🔨 chore: markdown 中 props、css variables 类型和默认值增加代码标识 @oasis-cloud
1236
+ - 🛠 refactor: Audio (#930) @eiinu
1237
+ - 🛠 refactor: layout (#934) @oasis-cloud
1238
+ - 🛠 refactor: popup 2.0 (#929) @xiaoyatong
1239
+ - 🛠 refactor: uploader (#902) @junjun666
1217
1240
 
1218
1241
  # v2.0.0-alpha.0
1219
- `2023-04-20`
1220
-
1221
- * 🛠 refactor: backtop (#912) @eiinu
1222
- * 🛠 refactor: button (#904) @oasis-cloud
1223
- * 🛠 refactor: cell (#876) @拧巴的猫
1224
- * 🛠 refactor: divider (#891) @junjun666
1225
- * 🛠 refactor: fixednav (#865) @eiinu
1226
- * 🛠 refactor: grid (#882) @eiinu
1227
- * 🛠 refactor: image (#892) @oasis-cloud
1228
- * 🛠 refactor: indicator (#893) @xiaoyatong
1229
- * 🛠 refactor: inputnumber (#888) @junjun666
1230
- * 🛠 refactor: overlay (#886) @junjun666
1231
- * 🛠 refactor: pagination (#861) @eiinu
1232
- * 🛠 refactor: Rate (#894) @eiinu
1233
- * 🛠 refactor: sticky (#906) @oasis-cloud
1234
1242
 
1243
+ `2023-04-20`
1235
1244
 
1245
+ - 🛠 refactor: backtop (#912) @eiinu
1246
+ - 🛠 refactor: button (#904) @oasis-cloud
1247
+ - 🛠 refactor: cell (#876) @拧巴的猫
1248
+ - 🛠 refactor: divider (#891) @junjun666
1249
+ - 🛠 refactor: fixednav (#865) @eiinu
1250
+ - 🛠 refactor: grid (#882) @eiinu
1251
+ - 🛠 refactor: image (#892) @oasis-cloud
1252
+ - 🛠 refactor: indicator (#893) @xiaoyatong
1253
+ - 🛠 refactor: inputnumber (#888) @junjun666
1254
+ - 🛠 refactor: overlay (#886) @junjun666
1255
+ - 🛠 refactor: pagination (#861) @eiinu
1256
+ - 🛠 refactor: Rate (#894) @eiinu
1257
+ - 🛠 refactor: sticky (#906) @oasis-cloud
1236
1258
 
1237
1259
  # v1.x
1238
1260