@nutui/nutui-react 2.0.0-alpha.0 → 2.0.0-alpha.1
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 +24 -630
- package/dist/esm/Audio.js +18 -21
- package/dist/esm/Cascader.js +1 -1
- package/dist/esm/Col.js +4 -3
- package/dist/esm/ImagePreview.js +1 -1
- package/dist/esm/NumberKeyboard.js +1 -1
- package/dist/esm/Popup.js +23 -30
- package/dist/esm/Row.js +6 -5
- package/dist/esm/SideNavBar.js +0 -2
- package/dist/esm/Uploader.js +47 -49
- 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/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.mjs +261 -271
- package/dist/nutui.react.umd.js +261 -271
- package/dist/packages/audio/audio.scss +2 -15
- package/dist/packages/calendar/calendar.scss +0 -30
- package/dist/packages/popup/popup.scss +0 -16
- package/dist/packages/row/row.scss +13 -31
- package/dist/packages/sidenavbar/sidenavbar.scss +0 -19
- package/dist/packages/uploader/uploader.scss +2 -28
- package/dist/style.css +1 -1
- package/dist/style.mjs +1 -1
- package/dist/types/index.d.ts +24 -28
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,638 +1,32 @@
|
|
|
1
|
-
#
|
|
2
|
-
`2023-
|
|
1
|
+
# v2.0.0-alpha.1
|
|
2
|
+
`2023-04-21`
|
|
3
3
|
|
|
4
|
-
*
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
* :bug: fix: 修复input 的errorMessage显隐导致input失焦问题 (#827) @Penguin-Lin
|
|
10
|
-
* 📖 docs: imagepreview 组件增加点击缩略图切换示例 (#854) @oasis-cloud
|
|
4
|
+
* 🔨 chore: markdown 中 props、css variables 类型和默认值增加代码标识 @oasis-cloud
|
|
5
|
+
* 🛠 refactor: Audio (#930) @eiinu
|
|
6
|
+
* 🛠 refactor: layout (#934) @oasis-cloud
|
|
7
|
+
* 🛠 refactor: popup 2.0 (#929) @xiaoyatong
|
|
8
|
+
* 🛠 refactor: uploader (#902) @junjun666
|
|
11
9
|
|
|
12
10
|
|
|
13
|
-
#
|
|
14
|
-
`2023-
|
|
11
|
+
# v2.0.0-alpha.0
|
|
12
|
+
`2023-04-20`
|
|
15
13
|
|
|
16
|
-
*
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
*
|
|
24
|
-
*
|
|
25
|
-
*
|
|
26
|
-
*
|
|
27
|
-
* :
|
|
28
|
-
*
|
|
29
|
-
* 📖 docs: 更新 README.md (#838) @AnteeHub
|
|
14
|
+
* 🛠 refactor: backtop (#912) @eiinu
|
|
15
|
+
* 🛠 refactor: button (#904) @oasis-cloud
|
|
16
|
+
* 🛠 refactor: cell (#876) @拧巴的猫
|
|
17
|
+
* 🛠 refactor: divider (#891) @junjun666
|
|
18
|
+
* 🛠 refactor: fixednav (#865) @eiinu
|
|
19
|
+
* 🛠 refactor: grid (#882) @eiinu
|
|
20
|
+
* 🛠 refactor: image (#892) @oasis-cloud
|
|
21
|
+
* 🛠 refactor: indicator (#893) @xiaoyatong
|
|
22
|
+
* 🛠 refactor: inputnumber (#888) @junjun666
|
|
23
|
+
* 🛠 refactor: overlay (#886) @junjun666
|
|
24
|
+
* 🛠 refactor: pagination (#861) @eiinu
|
|
25
|
+
* 🛠 refactor: Rate (#894) @eiinu
|
|
26
|
+
* 🛠 refactor: sticky (#906) @oasis-cloud
|
|
30
27
|
|
|
31
28
|
|
|
32
|
-
# v1.4.11
|
|
33
|
-
`2023-03-15`
|
|
34
29
|
|
|
35
|
-
|
|
36
|
-
* :sparkles: feat: calendar新增onYearMonthChange属性 (#807) @midday
|
|
37
|
-
* :sparkles: feat: 修复 taro 版本日历默认滚动到相应区域和首页白屏问题 (#805) @midday
|
|
38
|
-
* :sparkles: feat: 表格支持隐藏表头属性 (#796) @midday
|
|
39
|
-
* :bug: fix: ellipsis 在深层嵌套中无法获取元素信息 (#798) @oasis-cloud
|
|
40
|
-
* :bug: fix: fix-col-offset (#783) @Penguin-Lin
|
|
41
|
-
* :bug: fix: notify 组件设置 position 之后位置错误 (#803) @oasis-cloud
|
|
42
|
-
* :bug: fix: radiogroup 中使用 button 类型的 radio 样式不对 (#801) @oasis-cloud
|
|
43
|
-
* :bug: fix: textarea 优化中文输入 (#797) @oasis-cloud
|
|
44
|
-
* :bug: fix: 修复 SearchBar 清空内容时失去焦点的问题 @midday
|
|
45
|
-
* :bug: fix: 修改 textarea 的 padding 为之前版本的值 (#800) @oasis-cloud
|
|
46
|
-
* 🔨 chore(shortpassword): 删除不必要的 log 信息 (#780) @AnteeHub
|
|
30
|
+
# v1.x
|
|
47
31
|
|
|
48
|
-
|
|
49
|
-
`2023-03-08`
|
|
50
|
-
|
|
51
|
-
* :bug: fix(input): 修复 input 组件中可能会覆盖全局 placeholder 的问题 (#767) @AnteeHub
|
|
52
|
-
* :bug: fix: popup class undefined (#752) @xiaoyatong
|
|
53
|
-
* :bug: fix: react-spring 和 use-gesture 版本修复 (#760) @oasis-cloud
|
|
54
|
-
* :bug: fix: searchbar的taro文档change时间应为onChange (#758) @TangLL
|
|
55
|
-
* :bug: fix: 通过 Radio.RadioGroup 的方式水平样式无法生效 (#765) @oasis-cloud
|
|
56
|
-
* 🔨 chore: update vite v4.1.4 (#755) @junjun666
|
|
57
|
-
* 🔨 chore: 优化文档展示 (#753) @oasis-cloud
|
|
58
|
-
|
|
59
|
-
# v1.4.9
|
|
60
|
-
`2023-03-01`
|
|
61
|
-
|
|
62
|
-
* :sparkles: feat: cascader 增加checkedIcon属性,增加视觉元素提取,增加自定义样式demo (#719) @xiaoyatong
|
|
63
|
-
* :sparkles: feat: checkbox 增加group样式 (#721) @xiaoyatong
|
|
64
|
-
* :sparkles: feat: checkbox 支持跨层级使用 (#750) @oasis-cloud
|
|
65
|
-
* :sparkles: feat: picker 替换元素变量 (#729) @xiaoyatong
|
|
66
|
-
* :sparkles: feat: tabs 增加元素变量应用,修复垂直排列的active状态样式 (#732) @xiaoyatong
|
|
67
|
-
* :sparkles: feat: tabs 增加嵌套布局 (#747) @xiaoyatong
|
|
68
|
-
* :sparkles: feat: tabs、tabpane 父子组件整合 (#745) @xiaoyatong
|
|
69
|
-
* :sparkles: feat: uploader 增加元素变量,及demo (#728) @xiaoyatong
|
|
70
|
-
* :sparkles: feat:新增uploader组件taro和h5上传视频和手动清除上传的功能 (#748) @junjun666
|
|
71
|
-
* :bug: fix(animatingnumbers): 修复delaySpeed不生效 (#733) @kasonyang
|
|
72
|
-
* :bug: fix: badge初始化classname (#722) @xiaoyatong
|
|
73
|
-
* :bug: fix: calendar 适配 taro,支持滚动到某个date,支持scrollview (#744) @xiaoyatong
|
|
74
|
-
* :bug: fix: datepicker 不展示title (#746) @xiaoyatong
|
|
75
|
-
* :bug: fix: popup class undefined (#752) @xiaoyatong
|
|
76
|
-
* :bug: fix: taro H5统一增加了页面paddingTop值,Drag组件demo是fixed定位的,需要对应调整 (#731) @irisSong
|
|
77
|
-
* :bug: fix: 修复组件可能存在 undefined 类名的情况,补充相应测试快照 (#726) @AnteeHub
|
|
78
|
-
* :bug: fix: 组件依赖时,缺少对依赖组件样式的引用 (#741) @xiaoyatong
|
|
79
|
-
* 📖 docs(swipe): format api table & remove theme vars (#737) @eiinu
|
|
80
|
-
* 📖 docs: 基础组件 API 文档格式化 (#735) @eiinu
|
|
81
|
-
* 📖 docs: 导航组件 API 文档格式化 (#740) @eiinu
|
|
82
|
-
* 📖 docs: 展示组件 API 文档格式化 (#742) @eiinu
|
|
83
|
-
* 📖 docs: 布局组件、特色组件 API 文档格式化 (#736) @eiinu
|
|
84
|
-
* 🔨 chore: 重构h5和taro环境下 barrage组件代码并修复loop循环的问题 (#717) @junjun666
|
|
85
|
-
|
|
86
|
-
# v1.4.8
|
|
87
|
-
`2023-02-15`
|
|
88
|
-
|
|
89
|
-
* :sparkles: feat(configprovider): demo 增加国际化 (#706) @eiinu
|
|
90
|
-
* :sparkles: feat(rate): demo 增加国际化 (#704) @eiinu
|
|
91
|
-
* :sparkles: feat(shortpassword): demo 增加国际化 (#705) @eiinu
|
|
92
|
-
* :sparkles: feat(shortpassword): 支持自动聚焦 (#693) @Kason Yang
|
|
93
|
-
* :sparkles: feat(sidenavbar): demo 增加国际化 (#709) @eiinu
|
|
94
|
-
* :sparkles: feat(switch): demo 增加国际化 (#708) @eiinu
|
|
95
|
-
* :sparkles: feat(tag): demo 增加国际化 (#707) @eiinu
|
|
96
|
-
* :sparkles: feat: badge组件增加元素提取,增加徽章border设置,完善文档,补充多语言支持 (#697) @xiaoyatong
|
|
97
|
-
* :sparkles: feat: calendar 适配taro 功能增强 (#715) @xiaoyatong
|
|
98
|
-
* :sparkles: feat: cascader 增加checkedIcon属性,增加视觉元素提取,增加自定义样式demo (#719) @xiaoyatong
|
|
99
|
-
* :sparkles: feat: checkbox 增加group样式 (#721) @xiaoyatong
|
|
100
|
-
* :sparkles: feat: collapse 提取变量,增加多语言支持,补充demo (#691) @xiaoyatong
|
|
101
|
-
* :sparkles: feat: inputnumber 增加 buttons 的样式,提取元素变量,增加demo (#685) @xiaoyatong
|
|
102
|
-
* :sparkles: feat: popover 增加交互样式,提取元素变量 (#681) @xiaoyatong
|
|
103
|
-
* :sparkles: feat: steps组件调整样式布局,增加点状样式等,提取元素变量,增加demo (#712) @xiaoyatong
|
|
104
|
-
* :sparkles: feat: swipe 组件对外暴露 open 和 close 方法,优化 taro 版本下 width 的计算时机 (#714) @oasis-cloud
|
|
105
|
-
* :sparkles: feat: tabbar 组件增加受控的 activeVisible 属性 (#711) @oasis-cloud
|
|
106
|
-
* :sparkles: feat: tabs 组件增加 leftAlign 属性;提取视觉元素变量;修复disable 时有 active 状态的问题 (#674) @xiaoyatong
|
|
107
|
-
* :sparkles: feat: textarea 提取元素变量,增加demo演示 (#688) @xiaoyatong
|
|
108
|
-
* :sparkles: feat: 多个组件 demo 完善国际化 (#710) @eiinu
|
|
109
|
-
* :sparkles: feat: 新增form-item的validator校验和重置提示状态功能 (#689) @junjun666
|
|
110
|
-
* :sparkles: feat: 新增taro uploader的multiple属性 (#686) @junjun666
|
|
111
|
-
* :sparkles: feat: 新增表单组件Form.useForm()创建form控制实例的功能 (#679) @junjun666
|
|
112
|
-
* :bug: fix(layout): 修复布局组件 `Row` 和 `Col` 的 className 设置问题 (#683) @AnteeHub
|
|
113
|
-
* :bug: fix: badge初始化classname (#722) @xiaoyatong
|
|
114
|
-
* :bug: fix: button plain的样式 (#678) @xiaoyatong
|
|
115
|
-
* :bug: fix: cascader 没有传递 ref 参数 (#699) @oasis-cloud
|
|
116
|
-
* :bug: fix: checkboxgroup组件通过options渲染时组件选中值反填问题 (#680) @cuicuiworld
|
|
117
|
-
* :bug: fix: ellipsis 展开和关闭操作应该阻止事件冒泡 (#700) @oasis-cloud
|
|
118
|
-
* :bug: fix: radio 支持 换行 (#675) @xiaoyatong
|
|
119
|
-
* :bug: fix: switch 组件的元素变量修改 (#690) @xiaoyatong
|
|
120
|
-
* :bug: fix: textarea 禁用状态仍然可以输入 (#687) @oasis-cloud
|
|
121
|
-
* :bug: fix: 修复 taro 版本中 dialog 组件的 lockScroll 属性,重构 taro 版本的 dialog 类型,去掉函数调… (#702) @oasis-cloud
|
|
122
|
-
* :bug: fix: 修改taro的inputnumber输入框键盘输入异常问题 (#703) @junjun666
|
|
123
|
-
* :bug: fix: 类型错误,修复 @hanyuxinting
|
|
124
|
-
* 🔨 chore: button 组件增加 opentype 示例 @oasis-cloud
|
|
125
|
-
* 🔨 chore: 统一 classnames 导出名称 (#684) @eiinu
|
|
126
|
-
* 🔨 chore: 重构h5和taro环境下 barrage组件代码并修复loop循环的问题 (#717) @junjun666
|
|
127
|
-
* 📖 docs: dialog 组件的 taro 文档去掉函数调用方式 (#677) @oasis-cloud
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
# v1.4.7
|
|
131
|
-
`2023-02-15`
|
|
132
|
-
|
|
133
|
-
* :sparkles: feat: swiper 新增重新计算尺寸方法,文档修改 (#649) @lkjh3214
|
|
134
|
-
* :sparkles: feat: button 增加iconSize 属性,提取视觉元素变量 (#654) @xiaoyatong
|
|
135
|
-
* :sparkles: feat: form表单组件新增initialValue初始值属性 (#671) @junjun666
|
|
136
|
-
* :sparkles: feat: popup增加closeiconsize属性,提取元素变量 (#663) @xiaoyatong
|
|
137
|
-
* :sparkles: feat: progress 提取元素变量,去掉无意义属性,增加fillcolor demo (#662) @xiaoyatong
|
|
138
|
-
* :sparkles: feat: searchbar 新增 cleariconsize,提取元素变量 (#660) @xiaoyatong
|
|
139
|
-
* :sparkles: feat: swipe 组件对外暴露 onTouchStart onTouchMove onTouchEnd 事件 (#656) @oasis-cloud
|
|
140
|
-
* :sparkles: feat: swiper 增加元素变量提取 (#666) @xiaoyatong
|
|
141
|
-
* :sparkles: feat: tabbar增加视觉变量,调整样式布局,支持独立配置icon大小 (#653) @xiaoyatong
|
|
142
|
-
* :sparkles: feat: tag 增加iconSize属性,提取元素变量 (#657) @xiaoyatong
|
|
143
|
-
* :bug: fix: ellipsis内存泄露 (#646) @Kason Yang
|
|
144
|
-
* :bug: fix: numberkeyboard add new props overlay (#661) @Drjingfubo
|
|
145
|
-
* :bug: fix: checkboxgroup options渲染 (#638) @Kason Yang
|
|
146
|
-
* :bug: fix: docs “废弃”格式不一致,统一修复 (#652) @xiaoyatong
|
|
147
|
-
* :bug: fix: jest waring (#651) @oasis-cloud
|
|
148
|
-
* :bug: fix: radio 反转样式,不可选状态默认也不可选 (#659) @xiaoyatong
|
|
149
|
-
* :bug: fix: 修改elevator组件自定义内容使用方式 (#630) @拧巴的猫
|
|
150
|
-
* :bug: fix: 暗黑模式下部分组件样式问题 (#670) @xiaoyatong
|
|
151
|
-
* 🔨 chore: 本地开发切换到模拟器后,刷新页面跳转到demo (#669) @oasis-cloud
|
|
152
|
-
* 📖 docs: button 文档 (#655) @xiaoyatong
|
|
153
|
-
* 📖 docs: progress 文档修改 (#673) @xiaoyatong
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
# v1.4.6
|
|
157
|
-
`2023-02-08`
|
|
158
|
-
|
|
159
|
-
* :sparkles: feat: image 组件增加懒加载 (#615) @vickyYe
|
|
160
|
-
* :sparkles: feat: sticky 适配 taro (#613) @libin0824
|
|
161
|
-
* :bug: fix: 修复 fixednav 组件的 zIndex (#643) @oasis-cloud
|
|
162
|
-
* :bug: fix: 修复 taro h5 有些 api 未导出导致报错 (#642) @oasis-cloud
|
|
163
|
-
* :bug: fix: 修复 overlay 组件 style 不生效的问题 (#641) @oasis-cloud
|
|
164
|
-
* :bug: fix: 修复获取元素的大小和位置信息未判断元素是否存在 (#640) @oasis-cloud
|
|
165
|
-
* :bug: fix: 修复 taro h5 virtualList 组件demo中的字号 (#639) @oasis-cloud
|
|
166
|
-
* :bug: fix: 修复 taro h5 有些 api 未导出导致报错 (#637) @oasis-cloud
|
|
167
|
-
* :bug: fix: 修复 address 组件无法设置标题 (#622) @yangxiaolu1993
|
|
168
|
-
* :bug: fix: 修复小程序环境下 overlay 组件滚动穿透的问题 (#621) @junjun666
|
|
169
|
-
* :bug: fix: 修复 docs 在线调试问题。 (#631) @xiaoyatong
|
|
170
|
-
* :bug: fix: 修复 FormItem 代理子元素 onChange 后忽略了原属性的问题 (#619) @sun
|
|
171
|
-
* :bug: fix: SearchBar 组件样式修改,排版错误问题处理 (#632) @Ymm
|
|
172
|
-
* :bug: fix: 补充 tag 组件缺少的样式变量,修复在线调试问题 (#635) @eiinu
|
|
173
|
-
* :bug: fix: image 组件 demo 优化 (#636) @vickyYe
|
|
174
|
-
* :bug: fix: noticebar 组件在卸载时不应该初始化动画 (#634) @oasis-cloud
|
|
175
|
-
* :bug: fix: icon 组件未设置 width、height 时,不应出现在 style 上 (#628) @oasis-cloud
|
|
176
|
-
* :bug: fix: input 组件在暗黑模式下 label 颜色错误 (#627) @oasis-cloud
|
|
177
|
-
* :bug: fix: popup 动效优化 (#620) @xiaoyatong
|
|
178
|
-
* :bug: fix: image 组件更新后无法移除 loading 状态 (#625) @oasis-cloud
|
|
179
|
-
* 🔨 chore: 删除 avatar 不必要的打印日志 (#623) @Antee
|
|
180
|
-
* 🔨 chore: 开发环境优化 (#626) @oasis-cloud
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
# v.1.4.5
|
|
184
|
-
`2023-02-01`
|
|
185
|
-
|
|
186
|
-
* :sparkles: feat: virtuallist 组件适配 taro (#602) @vickyYe
|
|
187
|
-
* :bug: fix: 修复 tag 组件 plain 与 type 同时使用时的样式错误 (#606) @eiinu
|
|
188
|
-
* :bug: fix: 修复 noticebar 组件垂直滚动自定义内容点击问题,增加onClickItem事件 (#596) @vickyYe
|
|
189
|
-
* :bug: fix: 修复 uploader 组件 beforeUpload 方法的 ts 类型 (#601) @junjun666
|
|
190
|
-
* :bug: fix: 修复 cell 组件 descTextAlign 相关代码的注入时机和使用文档 (#598) @irisSong
|
|
191
|
-
* :bug: fix: 修复 radio 组件横向排列选中后页面抖动 (#600) @oasis-cloud
|
|
192
|
-
* 🔨 chore: nutui-react-taro 在 iOS 11 下和 taro 的 regenerator-runtime 冲突 (#604) @oasis-cloud
|
|
193
|
-
* 🔨 chore: nutui-react-taro 版本移除 image 和 audio (#609) @oasis-cloud
|
|
194
|
-
* 🔨 chore: 在线主题定制启动后默认打开基础样式 (#603) @oasis-cloud
|
|
195
|
-
* 🔨 chore: 开发环境文档预览增加最小宽度 (#608) @oasis-cloud
|
|
196
|
-
* 🔨 chore: 提取组件的 CSS Variables (#605) @oasis-cloud
|
|
197
|
-
|
|
198
|
-
# v1.4.4
|
|
199
|
-
`2023-01-17`
|
|
200
|
-
|
|
201
|
-
* :sparkles: feat: GridItem 支持自定义图标颜色、大小 (#588) @cuicuiworld
|
|
202
|
-
* :bug: fix: 修复 inputnumber 无法清空输入框 (#587) @junjun666
|
|
203
|
-
* :bug: fix: 修复input组件onChange事件循环问题;修复错误提示样式问题; (#593) @vickyYe
|
|
204
|
-
* :bug: fix: 修复 button 组件在 taro 中被破坏的边框 (#589) @oasis-cloud
|
|
205
|
-
* 📖 docs: watermark 文档更新 (#590) @oasis-cloud
|
|
206
|
-
* 🔨 chore: 添加组件时,增加排序功能;已有组件已完成排序 (#586) @xiaoyatong
|
|
207
|
-
|
|
208
|
-
# v1.4.3
|
|
209
|
-
`2023-01-11`
|
|
210
|
-
|
|
211
|
-
* :sparkles: feat: watermark水印组件taro编译h5环境下适配 (#570) @junjun666
|
|
212
|
-
* :bug: fix: 修复 Badge 组件无法修改背景色问题 (#582) @xiaoyatong
|
|
213
|
-
* :bug: fix: inputNumber 组件在 taro h5 环境样式缺失 (#577) @oasis-cloud
|
|
214
|
-
* :bug: fix: drag 组件 Trao h5 适配 (#576) @irisSong
|
|
215
|
-
* :bug: fix: backtop组件demo优化,父级元素内滚动方式优化 (#575) @vickyYe
|
|
216
|
-
* :bug: fix: dialog 组件 okText 属性缺失默认值 (#573) @oasis-cloud
|
|
217
|
-
* :bug: fix: signature组件适配taro:h5 (#571) @irisSong
|
|
218
|
-
* 📖 docs: 更新多语言文档 (#584) @xiaoyatong
|
|
219
|
-
|
|
220
|
-
# v1.4.2
|
|
221
|
-
`2023-01-04`
|
|
222
|
-
|
|
223
|
-
* :sparkles: feat: taro适配 sidenavbar 组件 (#558) @libin0824
|
|
224
|
-
* :bug: fix: input error 状态重置失效问题修改;校验格式 onBlur 失效问题修改 (#567) @vickyYe
|
|
225
|
-
* 🔨 chore: picker 组件删除无用的日志输出 (#566) @oasis-cloud
|
|
226
|
-
|
|
227
|
-
# v1.4.1
|
|
228
|
-
`2022-12-28`
|
|
229
|
-
|
|
230
|
-
* :sparkles: feat: Swiper 组件增加指示器的默认背景色配置 (#552) @xiaoyatong
|
|
231
|
-
* :sparkles: feat: docs 不展示demo问题修复 @oasis-cloud
|
|
232
|
-
* :bug: fix: input taro显示右侧按钮时focus失效问题修复;textare limitshow属性名字更正 (#557) @vickyYe
|
|
233
|
-
* :bug: fix: iconfont 在 dev 模式下加载多次 (#555) @oasis-cloud
|
|
234
|
-
* :bug: fix: Address 组件适配Taro (#554) @xiaoyatong
|
|
235
|
-
* :bug: fix: Searchbar 组件修复图标样式。 (#553) @xiaoyatong
|
|
236
|
-
* :bug: fix: react-router-dom 安装到 devDependencies 中 @oasis-cloud
|
|
237
|
-
* :bug: fix: Range 组件手动设置为0时,页面无法渲染的问题。 (#551) @xiaoyatong
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
# v1.4.0
|
|
241
|
-
`2022-12-21`
|
|
242
|
-
|
|
243
|
-
* :sparkles: feat: 新增动态主题定制能力 (#546) @oasis-cloud
|
|
244
|
-
* :sparkles: feat: 新增 input 组件对小程序特性的支持 (#542) @simpleStyle
|
|
245
|
-
* :sparkles: feat: 删除 react-router-dom 依赖,涉及的 to 属性不再支持 (#550) @oasis-cloud
|
|
246
|
-
* :bug: fix: 修复 searchBar 组件 onSearch 方法。 (#549) @xiaoyatong
|
|
247
|
-
* :bug: fix: 修复 noticbar 垂直滚动延迟问题 (#545) @vickyYe
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
# v1.3.15
|
|
251
|
-
`2022-12-14`
|
|
252
|
-
|
|
253
|
-
* :sparkles: feat: 新增 animate 动画/动效组件 (#541) @junjun666
|
|
254
|
-
* :sparkles: feat: 新增 ellipsis 组件 (#515) @vickyYe
|
|
255
|
-
* :sparkles: feat: 新增维吾尔语言包 (#526) @MirGhojam
|
|
256
|
-
* :bug: fix: 修复 publish 脚本执行时机错误的问题 (#540) @oasis-cloud
|
|
257
|
-
* 📖 docs: 文档更新 tabbar 的 to 增加属性的说明 (#539) @oasis-cloud
|
|
258
|
-
|
|
259
|
-
# v1.3.14
|
|
260
|
-
`2022-12-09`
|
|
261
|
-
|
|
262
|
-
* :sparkles: feat: image 适配 taro (#507) @vickyYe
|
|
263
|
-
* :sparkles: feat: Grid 组件添加 onClick 事件,统一管理子项点击事件,无需在GridItem组件中分别添加点击事件 (#492) @cuicuiworld
|
|
264
|
-
* :bug: fix: react18 render 提示错误信息 (#524) @oasis-cloud
|
|
265
|
-
* :bug: fix: noticebar 纵向滚动渲染慢问题修复,设置高度小于默认值时动效失效问题修复 (#528) @vickyYe
|
|
266
|
-
* :bug: fix: icon 组件 mask-close 未展示叉号 (#527) @oasis-cloud
|
|
267
|
-
* :bug: fix: #508 修改折叠面板组件修改后不刷新问题 (#521) @zhenyulei
|
|
268
|
-
* :bug: fix: imagepreview 设置 initNo 后 active 计算错误 (#512) @oasis-cloud
|
|
269
|
-
* :bug: fix: 移除 formitem 对 react-router-dom 的依赖 (#513) @oasis-cloud
|
|
270
|
-
* :bug: fix: trendarrow 组件文档增加taro引入方式说明、css文件引入icon的scss文件、修改icon组件的引入方式 (#502) @irisSong
|
|
271
|
-
* 📖 docs: 修正 virtualList 的文档错误 (#510) @Antee
|
|
272
|
-
* 📖 docs: Readme 中英文修改 (#525) @vickyYe
|
|
273
|
-
* 📖 docs: 文档中增加 nutui-react-taro的 import 方式 (#522) @oasis-cloud
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
# v1.3.13
|
|
277
|
-
`2022-11-30`
|
|
278
|
-
* :sparkles: feat: 新增image组件,适配多语言,增加单元测试 (#498) @vickyYe
|
|
279
|
-
* :sparkles: feat: trendarrow趋势箭头组件开发完成 (#491) @irisSong
|
|
280
|
-
* :bug: fix: 提交skeleton骨架屏白底修改 (#499) @junjun666
|
|
281
|
-
* 📖 docs: pagination demo 增加白色底 (#496) @oasis-cloud
|
|
282
|
-
* 📖 docs: popover demo 增加白色底 (#497) @oasis-cloud
|
|
283
|
-
* :bug: fix: cell 空链接不需跳转 (#495) @oasis-cloud
|
|
284
|
-
* :sparkles: feat: 新增cascader的tabs底部选中颜色 (#493) @simpleStyle
|
|
285
|
-
* :bug: fix: taro demo 启动报 declare 错误 (#490) @oasis-cloud
|
|
286
|
-
* :sparkles: feat: 增加 triangle 图标 (#489) @oasis-cloud
|
|
287
|
-
* :sparkles: chore: interface 统一 @oasis-cloud
|
|
288
|
-
* :sparkles: feat: cascader组件支持activeColor选中态属性 (#487) @simpleStyle
|
|
289
|
-
|
|
290
|
-
# v1.3.12
|
|
291
|
-
`2022-11-23`
|
|
292
|
-
|
|
293
|
-
* :bug: fix: children 无数据时不展示cell,应在顶层判断 (#482) @xiaoyatong
|
|
294
|
-
* :sparkles: chore: pulltorefresh 删除取用 console (#480) @oasis-cloud
|
|
295
|
-
* :bug: fix: taro:h5启动时textare组件change时间获取数据报错问题修复 (#479) @vickyYe
|
|
296
|
-
* :sparkles: feat: add form (#470) @xiaoyatong
|
|
297
|
-
* :bug: fix: taro 包不需要依赖 react-router-dom (#475) @oasis-cloud
|
|
298
|
-
* :bug: fix: calendar taro中Popup组件与h5中属性不一致问题 (#468) @Phyzait
|
|
299
|
-
* :bug: fix: Cell组件当children为空数组时不渲染Cell组件问题 (#466) @cuicuiworld
|
|
300
|
-
* :sparkles: feat: range组件新增描述属性 (#471) @simpleStyle
|
|
301
|
-
* :bug: fix: textarea组件字数统计不准确问题修改,兼容emoji (#467) @vickyYe
|
|
302
|
-
|
|
303
|
-
# v1.3.11
|
|
304
|
-
`2022-11-16`
|
|
305
|
-
|
|
306
|
-
* :bug: fix: CheckboxGroup和RadioGroup组件动态改变options没有导致子组件更新问题 (#464) @cuicuiworld
|
|
307
|
-
* :sparkles: feat: avatar组件支持iconSize自定义图标大小 (#461) @cuicuiworld
|
|
308
|
-
* :bug: fix: avatar img 标签增加 avatar-img (#462) @oasis-cloud
|
|
309
|
-
* :bug: fix: button 组件中 icon 单独使用不居中 @oasis-cloud
|
|
310
|
-
* :bug: fix: tag组件去除多余标签元素 (#459) @cuicuiworld
|
|
311
|
-
* :bug: fix: calendar 今日标签样式错误 (#460) @Phyzait
|
|
312
|
-
* :sparkles: feat: infiniteloading 组件适配 taro (#458) @junjun666
|
|
313
|
-
* :bug: fix: 修复taro原生img标签无法重新渲染的问题 (#455) @junjun666
|
|
314
|
-
* :sparkles: feat: swiperItem组件支持className和style属性 (#454) @cuicuiworld
|
|
315
|
-
* :bug: fix: 修复TabBar组件demo演示页路由跳转失败问题 (#451) @cuicuiworld
|
|
316
|
-
* :bug: fix: 修复Row组件的文档示例错误 (#453) @simpleStyle
|
|
317
|
-
* 📖 docs: 修复 datepicker 文档中示例代码错误 (#449) @xxxnine
|
|
318
|
-
* :sparkles: feat: 补全button的关于小程序API的typescript支持 (#447) @simpleStyle
|
|
319
|
-
* :bug: fix: input组件defaultvalue值为空时不可清除问题修复 (#452) @vickyYe
|
|
320
|
-
* :sparkles: feat: menuitem 支持 ref (#450) @oasis-cloud
|
|
321
|
-
* :sparkles: feat: badge组件支持className和style属性 (#444) @cuicuiworld
|
|
322
|
-
* :bug: fix: 引入样式文件运行报错(#439) (#441) @hydeia
|
|
323
|
-
* :sparkles: feat: button组件支持原生小程序和H5的button特性 (#433) @simpleStyle
|
|
324
|
-
* :sparkles: feat: row和col组件支持className和style属性 (#440) @cuicuiworld
|
|
325
|
-
* :sparkles: feat: rate组件添加className和style属性 (#438) @cuicuiworld
|
|
326
|
-
|
|
327
|
-
# v1.3.10
|
|
328
|
-
`2022-11-09`
|
|
329
|
-
|
|
330
|
-
* :bug: fix: tabbarItem组件自定义名称统一为className字段 (#434) @cuicuiworld
|
|
331
|
-
* :bug: fix: checkbox 内部类型可选 (#430) @oasis-cloud
|
|
332
|
-
* :bug: fix: noticebar 关闭事件优化,小程序样式优化 (#424) @vickyYe
|
|
333
|
-
* :bug: fix: 取消mixin样式文件引入 (#428) @libin0824
|
|
334
|
-
* :bug: fix(button): add space between icon and text (#418) @Kwan
|
|
335
|
-
* :bug: fix: cell 组件 icon marign 设置错误 (#423) @oasis-cloud
|
|
336
|
-
* :bug: fix: cell组件删除冗余样式 (#401) @irisSong
|
|
337
|
-
* :bug: fix: 变量提取、暗黑模式适配:cellgroup、demo主样式 (#404) @xiaoyatong
|
|
338
|
-
* :sparkles: feat: tag组件添加自定义className和style属性 (#435) @cuicuiworld
|
|
339
|
-
* :sparkles: feat: Address 增加Elevator Taro 适配 (#400) @yangxiaolu1993
|
|
340
|
-
* :sparkles: feat: CheckboxGroup支持options设置子元素 (#425) @cuicuiworld
|
|
341
|
-
* :sparkles: feat: price组件新增自定义大中小尺寸、自定义符号展示在价格前或后、支持没有小数 (#429) @irisSong
|
|
342
|
-
* :sparkles: feat: input组件支持name属性 (#427) @simpleStyle
|
|
343
|
-
* :sparkles: feat: 增加issue-helper入口 (#421) @Ymm0008
|
|
344
|
-
* :sparkles: feat: 单选按钮组支持options设置子元素 (#374) @cuicuiworld
|
|
345
|
-
* 📖 docs: tabs 文档中的粘性布局文案修改 (#403) @oasis-cloud
|
|
346
|
-
* 📖 docs: radio和checkbox文档优化 (#431) @oasis-cloud
|
|
347
|
-
* 📖 docs: 修复部分演示组件的文案显示问题 (#419) @Kwan
|
|
348
|
-
|
|
349
|
-
# v1.3.9
|
|
350
|
-
`2022-11-02`
|
|
351
|
-
|
|
352
|
-
* :bug: fix: cellgroup组件自定义名称统一为className字段 (#399) @irisSong
|
|
353
|
-
* :bug: fix: GridItem缺少onClick事件;DatePicker修改onChange名 (#394) @yangxiaolu1993
|
|
354
|
-
* :bug: fix: 支持css粘性布局,引起的左右布局bug修复 (#393) @leiyu0932
|
|
355
|
-
* :bug: fix: button 自定义 style 重复生效 (#391) @oasis-cloud
|
|
356
|
-
* :sparkles: chore: 生成多语言用到的 key (#390) @oasis-cloud
|
|
357
|
-
* :bug: fix: 修复cellgroup组件描述判断错误问题 (#389) @irisSong
|
|
358
|
-
* :bug: fix: sass 变量增加 !default (#387) @oasis-cloud
|
|
359
|
-
* :sparkles: docs: icon 大小展示按照从小到大顺序 (#386) @oasis-cloud
|
|
360
|
-
* :bug: fix: elevator组件taro版本适配完成 (#372) @irisSong
|
|
361
|
-
* :sparkles: feat: backtop 组件适配 taro (#376) @vickyYe
|
|
362
|
-
|
|
363
|
-
# v1.3.8
|
|
364
|
-
`2022-10-26`
|
|
365
|
-
|
|
366
|
-
* :sparkles: feat: tabs 组件支持 css 粘性布局 (#346) @leiyu0932
|
|
367
|
-
* :sparkles: feat: tabpane 组件增加 className 属性 (#343) @oasis-cloud
|
|
368
|
-
* :sparkles: feat: sidenavbar 事件名修改为 onClick (#359) @oasis-cloud
|
|
369
|
-
* :sparkles: feat: collapse 组件增加 className 和 style 支持 (#360) @oasis-cloud
|
|
370
|
-
* :sparkles: feat: tabbar 组件增加 onSwitch 事件 (#361) @oasis-cloud
|
|
371
|
-
* :sparkles: feat: timeselect 组件增加 onSelect onPannelChange onTimeChange 事件 (#362) @oasis-cloud
|
|
372
|
-
* :sparkles: feat: virtuallist 组件增加 onScroll 事件 (#363) @oasis-cloud
|
|
373
|
-
* :sparkles: feat: input、noticebar、range组件 event 事件修改, divider组件demo优化 (#365) @vickyYE
|
|
374
|
-
* :sparkles: feat: avartar、steps、video、inputnumber 组件事件优化 (#371) @junjun666
|
|
375
|
-
* :bug: fix: 修改 signature 组件taro demo文案 (#344) @irisSong
|
|
376
|
-
* :bug: fix: switch 组件-事件命名修改 (#352) @libin0824
|
|
377
|
-
* :bug: fix: radio 组件中的 render 数组改成 fragment (#353) @oasis-cloud
|
|
378
|
-
* :bug: fix: taro/components 组件的使用,taro:h5 启动报错 (#357) @oasis-cloud
|
|
379
|
-
* :bug: fix: uploader 使用 isDeletable 无法隐藏 删除按钮 (#366) @junjun666
|
|
380
|
-
* :bug: fix: cell 和 signature 修改 Event (#367) @irisSong
|
|
381
|
-
* :bug: fix: 修改 collapse 组件的事件名称 (#369) @zhenyulei
|
|
382
|
-
* 📖 docs: button 组件文档中事件 click 改为 onClick (#356) @oasis-cloud
|
|
383
|
-
* 📖 docs: icon 组件文档中事件 click 改为 onClick (#358) @oasis-cloud
|
|
384
|
-
* 📖 docs: input 数据变化控制例子补充 (#364) @vickyYE
|
|
385
|
-
* 📖 docs: layout 文档修改 (#368) @Ymm0008
|
|
386
|
-
* 📖 docs: tabs 文档优化 (#370) @oasis-cloud
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
# v1.3.7
|
|
390
|
-
`2022-10-19`
|
|
391
|
-
* :sparkles: feat: 优化 menu 组件的弹出动画效果 (#341) @oasis-cloud
|
|
392
|
-
* :sparkles: chore: add issue template (#334) @oasis-cloud
|
|
393
|
-
* :bug: fix: feat: Audio 组件 Demo 变量名修改 (#340) @libin0824
|
|
394
|
-
* :bug: fix: Collapse 改变变量的名字 (#336) @zhenyulei
|
|
395
|
-
|
|
396
|
-
# v1.3.6
|
|
397
|
-
`2022-10-12`
|
|
398
|
-
* :sparkles: feat: Swipe 组件适配小程序,Searchbar 增加 onCancel 回调函数 (#311) @Ymm0008
|
|
399
|
-
* :sparkles: chore: Switch demo import 优化 (#332) @oasis-cloud
|
|
400
|
-
* :bug: fix: Signature 和 Drag 组件 Taro 适配完成 (#322) @irisSong
|
|
401
|
-
* :bug: fix: searchbar 组件样式兼容 (#333) @Ymm0008
|
|
402
|
-
|
|
403
|
-
# v1.3.5
|
|
404
|
-
`2022-09-28`
|
|
405
|
-
* :sparkles: feat: cascader 组件适配 taro (#318) @ailululu
|
|
406
|
-
* :sparkles: feat: Address 组件Taro适配 (#327) @yangxiaolu1993
|
|
407
|
-
* :sparkles: feat: imagepreview 适配 taro (#326) @eiinu
|
|
408
|
-
* :sparkles: feat: 对话框 Dialog 适配Taro修改 (#323) @yangjinjun3
|
|
409
|
-
* :bug: fix:rate组件+switch组件 demo优化, rate组件lint问题修复 (#321) @libin0824
|
|
410
|
-
* :sparkles: feat: notify组件适配taro (#319) @vickyYe
|
|
411
|
-
* :sparkles: feat: table 组件适配小程序 (#320) @eiinu
|
|
412
|
-
* :bug: fix: AnimatingNumber 组件 Taro 适配完成 (#317) @irisSong
|
|
413
|
-
* :bug: fix: Infiniteloading修复ts报错 (#316) @junjun666
|
|
414
|
-
|
|
415
|
-
## v1.3.4
|
|
416
|
-
`2022-09-21`
|
|
417
|
-
* :sparkles: feat: Infiniteloading滚动taro适配优化开发 (#308) @junjun666
|
|
418
|
-
* :sparkles: feat: 适配 Taro h5。处理样式兼容问题。 (#307) @xiaoyatong
|
|
419
|
-
* :sparkles: chore: demo 增加白底 (#306) @oasis-cloud
|
|
420
|
-
* :sparkles: feat: 适配 Taro 的 3.5.x 版本;清理无用依赖;增加小程序首页的分享功能。 (#305) @xiaoyatong
|
|
421
|
-
* :sparkles: feat: 适配Taro h5,调整样式配置。 (#309) @xiaoyatong
|
|
422
|
-
* :sparkles: feat: nutui-react taro uploader功能更新 (#303) @junjun666
|
|
423
|
-
* :bug: fix: createRoot 类型检查 (#302) @oasis-cloud
|
|
424
|
-
* :sparkles: feat: uploader组件h5功能新增和文档修复 (#301) @junjun666
|
|
425
|
-
* :sparkles: feat: 增加布局组件Sticky (#294) @mangov587
|
|
426
|
-
* :sparkles: chore: 文档需要增加 demo 用到的 css (#300) @oasis-cloud
|
|
427
|
-
* :sparkles: chore: taro docs (#299) @oasis-cloud
|
|
428
|
-
* :sparkles: chore: typescript 4.8 (#298) @oasis-cloud
|
|
429
|
-
* :bug: fix: Iconclassprefix waring 问题修复 (#297) @oasis-cloud
|
|
430
|
-
* :sparkles: feat: toast适配taro (#295) @ovickyYe
|
|
431
|
-
* :sparkles: feat: audio组件taro适配 (#292) @libin0824
|
|
432
|
-
* :sparkles: chore: taro docs 预览 (#289) @oasis-cloud
|
|
433
|
-
* :sparkles: feat: Grid 适配 Taro。 (#287) @xiaoyatong
|
|
434
|
-
* :sparkles: feat: 增加 Taro 多端输出路径。 (#286) @xiaoyatong
|
|
435
|
-
|
|
436
|
-
## v1.3.3
|
|
437
|
-
`2022-09-14`
|
|
438
|
-
* :sparkles: chore: 组件 icon 自定义以及优化typing 导出 (#283) @oasis-cloud
|
|
439
|
-
* :sparkles: chore: sideEffects 优化 (#280) @oasis-cloud
|
|
440
|
-
* :sparkles: feat: drag组件增加单元测试 (#277) @irisSong
|
|
441
|
-
* :sparkles: feat: 适配jd小程序。 (#278) @xiaoyatong
|
|
442
|
-
* :bug: fix: 修复 button 组件 loading 效果 (#284) @oasis-cloud
|
|
443
|
-
* :bug: fix: countdown 组件 props 能力补全、demo 和文档国际化 (#279) @irisSong
|
|
444
|
-
* :bug: fix : rate组件taro适配 (#276) @libin0824
|
|
445
|
-
|
|
446
|
-
## v1.3.2
|
|
447
|
-
`2022-09-07`
|
|
448
|
-
* :sparkles: feat: Popover 新增国际化 (#260) @yangxiaolu1993
|
|
449
|
-
* :sparkles: feat: 下拉刷新组件 (#261) @oasis-cloud
|
|
450
|
-
* :sparkles: feat: Actionsheet 新增单元测试,修改事件属性名。 (#272) @xiaoyatong
|
|
451
|
-
* :sparkles: feat: Badge 增加测试用例,修改top、right 值的适配,去掉doc中的hidden属性,无此属性。 (#269) @xiaoyatong
|
|
452
|
-
* :sparkles: feat: noticebar、range组件增加单元测试 (#267) @vickyYe
|
|
453
|
-
* :sparkles: feat: menu scrollFixed 属性 (#268) @oasis-cloud
|
|
454
|
-
* :sparkles: feat: tabs 增加国际化 (#262) @yangjinjun3
|
|
455
|
-
* :sparkles: feat: Picker、Datepicker组件Taro适配 (#259) @yangxiaolu1993
|
|
456
|
-
* :bug: fix: elevator组件支持pc端 (#258) @irisSong
|
|
457
|
-
* :bug: fix: Swiper组件taro适配优化 (#263) @lkjh3214
|
|
458
|
-
* 📖 docs: Badge增加多语言 (#265) @xiaoyatong
|
|
459
|
-
* 📖 docs: actionsheet 文档支持多语言版本 (#264) @xiaoyatong
|
|
460
|
-
* 📖 docs: radio 组件文档优化并增加单元测试 (#266) @oasis-cloud
|
|
461
|
-
* 📖 docs: layout、fixednav 国际化文档,searchbar 单元测试 (#271) @Ymm0008
|
|
462
|
-
* 📖 docs: card\drag组件文档和demo国际化, cell组件英文文档修改 (#270) @irisSong
|
|
463
|
-
|
|
464
|
-
## v1.3.1
|
|
465
|
-
`2022-08-31`
|
|
466
|
-
* :sparkles: feat: calendar 组件功能补齐、单元测试 (#228) @love_forever
|
|
467
|
-
* :bug: fix: audio组件内部css覆盖range组件样式问题修复 (#254) @libin0824
|
|
468
|
-
* :sparkles: chore: audio 组件增加 taro 文件 (#253) @libin0824
|
|
469
|
-
* :sparkles: feat: 新增 ImagePreview、Dialog国际化&单元测试 (#244) @yangjinjun3
|
|
470
|
-
* :sparkles: feat: 增加backtop、input、notify组件的单元测试 (#252) @vickyYe
|
|
471
|
-
* :sparkles: feat: textarea 组件增加单元测试、优化自动伸缩高度功能 (#248) @vickyYe
|
|
472
|
-
* :sparkles: chore: taro 版本构建不压缩,解决 banner 插入导致打出的文件报错 oasis-cloud
|
|
473
|
-
* :sparkles: feat: 新增组件 Grid (#237) @yangxiaolu1993
|
|
474
|
-
* :sparkles: chore: 导出组件的 props 类型 oasis-cloud
|
|
475
|
-
* :sparkles: feat: 新增 audio 组件 (#250) @libin0824
|
|
476
|
-
* :sparkles: feat: 新增 menu 组件 (#251) @oasis-cloud
|
|
477
|
-
* :bug: fix: elevator 电梯楼层组件索引滚动后白屏 (#238) @mike8625
|
|
478
|
-
* :sparkles: feat: SearchBar、ShortPassword 适配 Taro (#247) @xiaoyatong
|
|
479
|
-
* :sparkles: feat: Picker、DatePicker、Address 组件添加国际化 (#236) @yangxiaolu1993
|
|
480
|
-
* :sparkles: feat: 新增 cascader 组件 (#202) @ailululu
|
|
481
|
-
* :sparkles: feat: 新增 swipe 组件 (#226) @Ymm
|
|
482
|
-
* :sparkles: feat: range适配taro (#243) @xiaoyatong
|
|
483
|
-
|
|
484
|
-
## v1.3.0
|
|
485
|
-
`2022-08-24`
|
|
486
|
-
|
|
487
|
-
* :sparkles: chore: Taro support (#240) @xiaoyatong
|
|
488
|
-
* :sparkles: chore: support react18 (#224) @oasis-cloud
|
|
489
|
-
* :sparkles: chore: noticebar (#233) @vickyYe
|
|
490
|
-
* :sparkles: feat: add SideNavBar (#198) @mangov587
|
|
491
|
-
* :sparkles: feat: add Table (#185) @yangjinjun3
|
|
492
|
-
* :sparkles: feat: popover 功能补齐与单元测试 (#219) @yangxiaolu1993
|
|
493
|
-
* :sparkles: feat: notify 增加props+国际化文档 (#221) @vickyYe
|
|
494
|
-
* :sparkles: feat: icon 组件增加自定义字体新方案,增加 fontClassName 属性 (#232) @oasis-cloud
|
|
495
|
-
* :sparkles: feat: toast 组件props补齐+国际化,input组件issue问题修改 (#214) @vickyYe
|
|
496
|
-
* :sparkles: feat: shortpassword 优化demo,增加单元测试,增加国际化 (#222) @Drjingfubo
|
|
497
|
-
* :sparkles: feat: fixednav 单元测试 (#217) @Ymm0008
|
|
498
|
-
* :sparkles: feat: timeselect (#216) @shadow-Fiend
|
|
499
|
-
* :sparkles: feat: layout props补齐,单元测试 (#208) @Ymm0008
|
|
500
|
-
* :sparkles: feat: Address 组件功能补齐-添加默认选中项;单元测试添加 (#207) @yangxiaolu1993
|
|
501
|
-
* :sparkles: feat: popup 增加指定节点挂载与多层堆叠功能 (#197) @love_forever
|
|
502
|
-
* :sparkles: feat: Swiper 组件能力补齐,新增demo,添加国际化文档 (#196) @lkjh3214
|
|
503
|
-
* :bug: fix: checkbox 组件的全选 demo 无法高亮全选按钮 (#239) @oasis-cloud
|
|
504
|
-
* :bug: fix: 解决Picker滚动结束延迟触发事件问题 (#218) @yangxiaolu1993
|
|
505
|
-
* :bug: fix: radio 组件 demo 中自定义尺寸文案错误 (#231) @oasis-cloud
|
|
506
|
-
* :bug: fix: radio 组件 demo 中自定义图标展示错误 (#230) @oasis-cloud
|
|
507
|
-
* :bug: fix: checkbox 全选 demo 中的错误 (#229) @oasis-cloud
|
|
508
|
-
* :bug: fix: vite 构建 umd 文件时 banner 插入错误 @oasis-cloud
|
|
509
|
-
* :bug: fix: 修复Infiniteloading 组件 pullTxt、loadTxt 和 loadMoreTxt 参数无效 (#227) @junjun666
|
|
510
|
-
* :bug: fix: radio 组件选中后可以取消的问题 (#211) @oasis-cloud
|
|
511
|
-
|
|
512
|
-
## v1.2.2
|
|
513
|
-
`2022-08-10`
|
|
514
|
-
|
|
515
|
-
* :zap: feat: range组件props补齐+国际化 (#201) @vickyYE
|
|
516
|
-
* :zap: feat: signature组件增加单元测试、文档和demo国际化 (#205) @irisSong
|
|
517
|
-
* :zap: test(navbar): navbar unit test (#203) @szg2008
|
|
518
|
-
* :zap: test(tabbar): tabbar unit test (#204) @szg2008
|
|
519
|
-
* :zap: feat: 新增 searchbar 组件 (#186) @Ymm0008
|
|
520
|
-
* :zap: feat(numberkeyboard): new components (#192) @Drjingfubo
|
|
521
|
-
* :zap: feat(tabbar): 组件能力补齐 (#178) @szg2008
|
|
522
|
-
* :zap: feat: progress 组件 (#187) @ailululu
|
|
523
|
-
* :zap: chore: tag 组件 eslint 修复 (#200) @libin0824
|
|
524
|
-
* :zap: feat: datepicker 功能补齐 (#182) @yangxiaolu1993
|
|
525
|
-
* :zap: feat: tag 组件新增 onClick 事件,closeable 支持非受控(#195) @libin0824
|
|
526
|
-
* :zap: feat: divider组件增加单元测试 (#194) @vickyYE
|
|
527
|
-
* :zap: feat: Dialog组件增加在线调试能力,文档多语言支持 (#193) @libin0824
|
|
528
|
-
|
|
529
|
-
## v1.2.1
|
|
530
|
-
`2022-08-03`
|
|
531
|
-
|
|
532
|
-
* :sparkles: feat: video 视频组件 (#174)
|
|
533
|
-
* :zap: feat: checkbox props 扩展
|
|
534
|
-
* :zap: feat: tabs 能力补齐&单元测试 (#175)
|
|
535
|
-
* :zap: feat(navbar): navbar组件能力补齐 (#177)
|
|
536
|
-
* :zap: feat: input 组件新增 props (#173)
|
|
537
|
-
* :bug: fix: elevator 组件props补全、新增单元测试、demo和文档多语言支持 (#180)
|
|
538
|
-
* :bug: fix: 修改steps点击报错和eslint校验报错 (#179)
|
|
539
|
-
* 📖docs: feat: timeselect 国际化支持
|
|
540
|
-
* 📖docs: feat: vlist 国际化
|
|
541
|
-
* 📖docs: feat: tag 增加在线调试能力
|
|
542
|
-
* 📖docs: feat: badge 增加在线调试能力
|
|
543
|
-
* 📖docs: fix: 修复 video 组件 demo 样式冲突
|
|
544
|
-
* 📖docs: feat: noticebar、notify、range、textarea、toast组件增加在线编辑功能 (#190)
|
|
545
|
-
* 📖docs: feat: price组件文档和demo国际化 (#191)
|
|
546
|
-
* 📖docs: feat: vlist 国际化文档
|
|
547
|
-
* 📖docs: feat: animatingnumbers 增加单元测试、文档和demo国际化支持、主题定制支持 (#189)
|
|
548
|
-
* 📖docs: feat: divider组件增加国际化demo (#176)
|
|
549
|
-
* 📖docs: feat: layout 增加在线调试,变量提取,依赖版本锁定 (#157)
|
|
550
|
-
* 📖docs: chore: 在线调试增加scss支持
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
## v1.2.0
|
|
554
|
-
`2022-07-27`
|
|
555
|
-
|
|
556
|
-
* :bug: fix: html title 文案修改 & button 组件 readme 格式修改 (#126)
|
|
557
|
-
* :zap: feat: 国际化语言支持 (#124)
|
|
558
|
-
* :zap: feat: add empty & review (#130)
|
|
559
|
-
* :bug: fix: 修复 button 组件 demo 中的错误文案 (#134)
|
|
560
|
-
* :zap: feat: cell 单元测试完成 (#132)
|
|
561
|
-
* :bug: fix: 修复 input 组件添加多语言支持后 placeholder 属性设置不生效的问题
|
|
562
|
-
* :bug: fix: fixednav 样式类名优化
|
|
563
|
-
* :bug: fix: 修改Button在服务端不渲染class和style (#133)
|
|
564
|
-
* :bug: fix: 修复自定义地址组件 (#143)
|
|
565
|
-
* :bug: fix: swiper问题修复 (#140)
|
|
566
|
-
* :bug: fix: 修复address组件三级地址切换回来二级地址不同步的问题 (#144)
|
|
567
|
-
* :bug: fix: dialog 组件多语言后props设置出错
|
|
568
|
-
* :zap: feat: 新增collapse组件的单元测试 (#145)
|
|
569
|
-
* :zap: feat: tag + switch 组件测试用例 (#148)
|
|
570
|
-
* :zap: feat: 新增虚拟列表virtuallist (#136)
|
|
571
|
-
* :zap: feat: indicator 组件 (#158)
|
|
572
|
-
* :bug: fix: textarea placeholder 设置不生效
|
|
573
|
-
* :bug: fix: textarea 组件 change、focus、blur 事件改为 onChange、onFocus、onBlur (#163)
|
|
574
|
-
* :zap: feat: popup在线文档接入和国际化支持 (#167)
|
|
575
|
-
* :zap: feat: navbar在线文档接入和国际化支持 (#171)
|
|
576
|
-
* :zap: feat: tabbar在线文档接入和国际化支持 (#169)
|
|
577
|
-
* :bug: fix: empty空状态组件新增国际化文档新增单元测试 (#164)
|
|
578
|
-
* :zap: feat: calendar在线文档接入和国际化支持 (#168)
|
|
579
|
-
* :zap: feat: indicator指示器组件新增国际化文档 (#166)
|
|
580
|
-
* :zap: feat: 弹框增加onClickSelf事件 (#172)
|
|
581
|
-
* :zap: feat: timeselect (#149)
|
|
582
|
-
* :zap: feat: divider组件新增props (#162)
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
## v1.1.4
|
|
586
|
-
`2022-05-23`
|
|
587
|
-
|
|
588
|
-
* :zap: feat(upload): upload 组件上传失败时希望可以自定义是否显示图片(#114 ) @junjun666
|
|
589
|
-
* :zap: feat(tabbar): tabbar 组件支持路由跳转,文档更新(#123 ) @allan2coder
|
|
590
|
-
* :zap: feat(circleprogress): circleprogress 组件 strokeInnerWidth 属性重命名为 strokeWidth,移除 isAuto、progressOption 属性(#121 ) @junjun666
|
|
591
|
-
* :zap: feat(avatar): avatar 组件 src 属性重命名为 url,增加 avatargroup 子组件(#121 ) @junjun666
|
|
592
|
-
* :zap: feat(skeleton): skeleton 组件 width、height 属性的类型修改为 string(#121 ) @junjun666
|
|
593
|
-
* :bug: fix(dialog): 修复 swiper 组件在 Next.js 环境下提示 window not defined 问题 @oasis-cloud
|
|
594
|
-
* :bug: fix(backtop): 修复 backtop 组件在 Next.js 环境下提示 document not defined 的问题 @oasis-cloud
|
|
595
|
-
* :zap: feat: NutUI-React 官网增加 issue 入口,以及组件文档更新。
|
|
596
|
-
|
|
597
|
-
## v1.1.3
|
|
598
|
-
`2022-04-18`
|
|
599
|
-
|
|
600
|
-
* :zap: feat(countdown): 新增 countdown 组件(#107 ) @irisSong
|
|
601
|
-
* :zap: feat(upload): 新增 defaultImg 属性支持(#108 ) @junjun666
|
|
602
|
-
* :bug: fix(dialog): 修复Dialog自定义关闭事件不清除body样式类问题(#111 ) @yangjinjun3
|
|
603
|
-
* :zap: feat: NutUI-React 官网增加 countdown 组件的文档。
|
|
604
|
-
|
|
605
|
-
## v1.1.2
|
|
606
|
-
`2022-03-29`
|
|
607
|
-
|
|
608
|
-
* :zap: feat(tabs): 新增 card 组件(#105 ) @irisSong
|
|
609
|
-
* :zap: feat: NutUI-React 官网增加 card 组件的文档。
|
|
610
|
-
|
|
611
|
-
## v1.1.1
|
|
612
|
-
`2022-03-21`
|
|
613
|
-
|
|
614
|
-
* :zap: feat(tabs): 新增 tabs 组件(#99 ) @HaoGeShuoHuaNiHaoHaoTing
|
|
615
|
-
* :zap: feat(datepicker): 新增 datepicker 组件(#102 ) @dushoujun
|
|
616
|
-
* :zap: feat(skeleton): 新增 skeleton 组件(#96 ) @junjun666
|
|
617
|
-
* :zap: feat: NutUI-React 官网增加 tabs、datepicker、skeleton 组件的文档。
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
## v1.1.0
|
|
621
|
-
`2022-02-25`
|
|
622
|
-
|
|
623
|
-
* :bug: fix(input): 修复边框的处理(#98) @oasis-cloud
|
|
624
|
-
* :bug: fix(overlay): 修复遮罩层在安卓机未显示的问题(#97) @oasis-cloud
|
|
625
|
-
* :zap: feat(address): 支持动态设置city(#90) @yangxiaolu1993
|
|
626
|
-
* :zap: feat(fixednav): 增加文档调试功能,回调函数名称修改 @Ymm0008
|
|
627
|
-
* :zap: feat(popup): 支持className props @szg2008
|
|
628
|
-
* :zap: feat: 发布 NutUI-React 官网。
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
## v1.0.0
|
|
632
|
-
`2022-01-10`
|
|
633
|
-
|
|
634
|
-
> :tada: :tada: :tada: NutUI-React 1.0 来了!
|
|
635
|
-
|
|
636
|
-
* :zap: feat: 第一个公开版本,发布 Layout、BackTop、Collapse、 ActionSheet、 Toast、 Notify、 Steps、 Drag、 Range、 InfiniteLoading、 Dialog、 Popup、 Swiper、 NoticeBar、 CircleProgress、 Button、 Cell、 Icon、 Price、 Avatar、 OverLay、 Divider、 Navbar、 Elevator、 Tabbar、 FixedNav、 InputNumber、 Checkbox、 Radio、 Picker、 Uploader、 Input、 Switch、 Rate、 Calendar、 ShortPassword、 Tag、 Badge、 Pagination、 Popover、 TextArea、 Signature、 Address、 Barrage
|
|
637
|
-
等组件。
|
|
638
|
-
* :zap: feat: 发布 NutUI-React 官网。
|
|
32
|
+
去 [GitHub](https://github.com/jdf2e/nutui-react/blob/1.x-stable/CHANGELOG.md) 查看 `1.x` 的 Change Log。
|