Releases: jd-opensource/nutui
Releases · jd-opensource/nutui
v4.0.5
v4.0.5
2023-04-07
NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
本次社区贡献者 @gyt95 @wh-if
- ⚡ feat(tabs): support vertical automatic scrolling (#2199) @gyt95
- ⚡ feat(datepicker): 支持选择时分 #2167
- 🐛 fix(checkbox): checkbox 减少时 group 内数据同步更新 (#2190) #2189 @wh-if
- 🐛 fix(tabs): 修复最后一项展示不全的问题 #2214
- 🐛 fix(tabs): 限制 tabs 导航滚动方向 #2208
- 🐛 fix(input): 修复透传原生属性后 click 失效的问题
- 🐛 fix(datepicker): 修复手动修改 modelValue 无效问题 #2205
v3.3.7
v4.0.4
v4.0.4
2023-03-24
NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
本次社区贡献者 @ntnyq @hlbj105
- ⚡ feat(picker): 支持透传 picker-view 属性 #2142 #2143 #2161 @eiinu
- 🐛 fix(tabbar): taro remove href props @Drjingfubo
- 🐛 fix: make peer dep optional (#2182) @ntnyq
- 🐛 fix(elevator): 修复 iOS 上错误滑动到底部的问题 #2149 @eiinu
- 🐛 fix(pullRefresh): 修复 refresh 回调两次的问题 (#2153) @hlbj105
- 🐛 fix(input): 修复 input 校验格式化错误 #2178 (#2193) @eiinu
- 🐛 fix(tabs): 修复京东小程序下 tab 栏布局错误 @eiinu
- 🐛 fix(dialog): 标题暗黑模式适配修复 @eiinu
v4.0.3
v4.0.3
2023-03-10
NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
本次社区贡献者 @daofeng-1998 @n0liu @blachworld
- ⚡ feat(tabs): add props swipeable 支持手势滑动切换,优化小程序端切换动画 #1984 #1828 @richard1015
- ⚡ feat(noticebar): 增加横向滚动结束时回调事件 (#2135) @daofeng-1998
- ⚡ upd(overlay): 优化组件closeOnClickOverlay属性功能 @szg2008
- ⚡ chore: 移除 canvas 依赖,替换为 jest-canvas-mock (#2160) @eiinu
- 🐛 fix(input): taro input type=number 类型问题修复 (#2171) @lkjh3214
- 🐛 fix(list): demo样式修复 @szg2008
- 🐛 fix(price): add new prop strike-through @Drjingfubo
- 🐛 fix(navbar): change placeholder style @Drjingfubo
- 🐛 fix(usetarorect): method modification import @Drjingfubo
- 🐛 fix(tabs): web env bug @richard1015
- 🐛 fix(tabs): clear log @richard1015
- 🐛 fix: list 虚拟列表 列表少渲染一个item (#2152) @blachworld
- 🐛 fix(input): 修复支付宝小程序 idcard 类型输入问题 @eiinu
- 🐛 fix: 修复 popup 中嵌套 input 高度为 0 的问题 #2144 @eiinu
- 🐛 fix(configprovider): v4 移除字体图标相关功能 #2165 (#2166) @eiinu
- 🐛 fix: input、textarea 原生标签增加透传属性 @eiinu
- 🐛 fix: 修复 resolver 导入问题 #2157 @eiinu
- 🐛 fix: menu 闪动问题处理 @Ymm0008
- 📖 docs: tabs数量多,滚动操作 doc 更新 (#2158) @n0liu
v3.3.6
v4..0.2
v4.0.2
2023-02-24
NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
- ⚡ feat(list): 优化虚拟列表,支持不固定高度 #1658 #1382 @szg2008
- ⚡ feat(uploader): 微信小程序支持上传视频文件、录制时长等功能 #2119 @richard1015
- ⚡ feat(address): 地址组件新增功能 #2101 (#2113) @yangxiaolu1993
- ⚡ feat(noticebar): 公告栏组件添加省略号功能 (#2114) @yangxiaolu1993
- ⚡ feat: input 新增 blur 后清除按钮是否展示字段 @lkjh3214
- 🐛 fix(tabs): change event emit bug #1884 @richard1015
- 🐛 fix(shortpassword): theme-dark style optimization @Drjingfubo
- 🐛 fix(form): modify validation rules @Drjingfubo
- 🐛 fix(upload): repair type error @Drjingfubo
- 🐛 fix(components): remove console @Drjingfubo
- 🐛 fix(menu): 修复 menu 收起无动画效果 @Ymm0008
- 🐛 fix(signature): signature优化 @Ymm0008
- 🐛 fix(barrage): loop模式优化 @Ymm0008
- 🐛 fix(input): 修复特殊场景下无法输入的问题 #2123 @eiinu
- 📖 docs(notify): update props table @eiinu
- 📖 docs(category): fix link of categoryData.js @eiinu
- 📖 docs: remove scoped in doc.taro.md@eiinu
- 📖 docs(category): update demo code @eiinu
- 📖 docs(swiper): taro docs del scoped style @eiinu
- 📖 docs(inputnumber): modify slot name @Drjingfubo
v3.3.5
v3.3.5
2023-02-24
NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
本次社区贡献者 @daofeng-1998
- ⚡ feat(noticebar): 增加横向滚动结束时回调事件 (#2130) @daofeng-1998
- 🐛 fix(tabs): change event emit bug v3 #1884 @richard1015
- 🐛 fix(popover): 使用 icon 组件错误问题修改 (#2115) @yangxiaolu1993
- 🐛 fix(progress): 修复进度条自定义内容无动画问题 (#2120) @daofeng-1998
- 🐛 feat(list): 优化虚拟列表,支持不固定高度 #1658 #1382 @szg2008
- 🐛 fix(form): modify validation rules (#2134) @Drjingfubo
- 📖 docs(card): edit style (#2133) @Drjingfubo
v4.0.1
v4.0.1
2023-02-10
NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
本次社区贡献者 @dongj0316 @mikasayw @rocwong-cn @thx125 @gyt95
- ⚡ feat(checkbox): add checkbox new props of shape (#1978) @mikasayw
- ⚡ feat(tabs): title bar supports automatic scrolling (#2035) @gyt95
- ⚡ feat: calendar 添加自定义方法 (#2084) @lkjh3214
- ⚡ feat: 增加 unplugin 插件配置导出 (#2097) @eiinu
- ⚡ feat: 日历组件新增 周选择功能 (#2102) @lkjh3214
- ⚡ feat(input): 新增slots (#2098) @lkjh3214
- ⚡ feat(badge): 新增bubble样式 (#2091) @dongj0316
- 🐛 fix(list): list 虚拟列表未设置height,滚动加载有问题 #2088 @szg2008
- 🐛 fix(list): 虚拟列表在ios手机上,滚动条滚动到顶部会出现白屏。 #2031 @szg2008
- 🐛 fix: barrage,sinature demo修改 @Ymm0008
- 🐛 fix(address): 地址问题修改 (#2054) @yangxiaolu1993
- 🐛 fix: drag,configprovide,badge 修改demo @Drjingfubo
- 🐛 fix: taro h5 demo修改 @szg2008
- 🐛 fix: jdt-style error @Drjingfubo
- 🐛 fix: sku组件修改 (#2056) @yangxiaolu1993
- 🐛 fix: collapse,textarea 优化 @Ymm0008
- 🐛 fix(tour): demo style edit @Drjingfubo
- 🐛 fix(menu): change style @Drjingfubo
- 🐛 fix(calendar): demo样式修改,文档修改 (#2052) @lkjh3214
- 🐛 fix(config-provider): 覆盖nut-icon属性 (#2022) @thx125
- 🐛 fix(table): demo optimization @Drjingfubo
- 🐛 fix: imagepreview问题修改 (#2068) @yangxiaolu1993
- 🐛 fix: 修复uploader组件的is-deletable在列表模式下不生效 (#2073) @rocwong-cn
- 🐛 fix(input): 事件触发修改 (#2081) @lkjh3214
- 🐛 fix(notify): resolve teleport warn @Drjingfubo
- 🐛 fix(uploader): 修复图片拉伸样式问题 #2026 @richard1015
- 🐛 fix: change sideEffects & default export (#2094) @eiinu
- 🐛 fix: 公告栏 noticebar 插槽使用时不更新问题修改 (#2104) @yangxiaolu1993
- 🐛 fix: 公告栏demo修改 (#2105) @yangxiaolu1993
- 🐛 fix: timer ts error resolve @szg2008
- 🐛 fix: 签名组件交互优化 @Ymm0008
- 📖 docs(addresslist): taro env use edit @richard1015
- 📖 docs: popover修改 (#2053) @yangxiaolu1993
- 📖 docs: price 文档问题 (#2064) @ailululu
- 📖 docs: card edit @Drjingfubo
- 📖 docs(tabbar): taro add punctuation @Drjingfubo
- 📖 docs: 新增4.0介绍 (#2086) @yangxiaolu1993
v3.3.4
v3.3.4
2023-02-10
NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
本次社区贡献者 @dongj0316 @mikasayw
- ⚡ feat(checkbox): add checkbox new props of shape (#1978) @mikasayw
- ⚡ feat: theme perf (#2096) @dongj0316
- 🐛 fix(calendar): 新增初始化位置方法(#2083) @lkjh3214
- 🐛 fix: demo图标修改 @yangxiaolu1993
- 🐛 fix(list): list 虚拟列表未设置height,滚动加载有问题 #2088 @szg2008
- 🐛 fix(list): 虚拟列表在ios手机上,滚动条滚动到顶部会出现白屏。 #2031 @szg2008
- 🐛 fix(dialog): dialog warning #1905 @szg2008
- 🐛 fix: 签名组件交互优化 @Ymm0008
- 📖 docs: 组件文档完善 (#2070) @yangxiaolu1993
v3.3.3
v3.3.3
2022-1-18
小程序版本依赖 Taro ^3.5.6
NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
本次社区贡献者 @gyt95 @thx125 @rocwong-cn
- ⚡ feat(config-provider): 支持统一自定义 icon 、font-class-name、class-prefix (#2016) @thx125
- 🐛 fix(numberkeyboard): type edit (#2067) @Drjingfubo
- 🐛 fix(progress): component optimization (#2060) @Drjingfubo
- 🐛 fix(tabs): the automatic scrolling fails while updating title bar data @gyt95
- 🐛 fix(comment、ellipsis、noticebar、picker、sku): v4 bug 同步修复 @yangxiaolu1993
- 🐛 fix(input、price、addresslist): v4 bug 同步修复 & v3 taro环境input使用bug @ailululu
- 🐛 fix(uploader): is-deletable在列表模式下不生效 (#2062) @rocwong-cn
- 🐛 fix(collapse、signature): collapse 渲染卡顿问题、signature 组件增加空值返回 (#2061) @Ymm0008
- 🐛 fix: cdn minify bug 3.3.3 @richard1015
- 🐛 fix: 国际化 treeshaking 修复 @richard1015
- 🐛 fix(cell): desc-text-align bug @richard1015
- 🐛 fix(rate): readonly state disable touch @richard1015
- 🐛 fix(barrage): slot 模式优化 (#2066) @Ymm0008
- 📖 docs(tabbar): fix format (#2018) @gyt95