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