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