Releases: jd-opensource/nutui
Releases · jd-opensource/nutui
v4.1.1
v4.1.0
v4.1.0
NutUI 非常感谢您对开源事业做出的贡献!
本次社区贡献者 @thx125 @wenjuGao @subordon @yang1206 @aooiuu
2023-07-14
Features
- 新增
@nutui/touch-emulator
- 新增
@nutui/playground
- form: 支持异步返回的自定义校验文案 (#2380) @subordon
- cell: 新增 box-shdow 样式变量 (#2382)
- calendar: 支持透传 Popup 属性 (#2410)
- address: 新增 round 属性 (#2411)
Bug Fixes
- address: 修复4级地址不触发 onchange 事件 (#2389) @thx125
- avatar: 修复显示头像折叠元素有错误问题 (#2417) @thx125
- calendar: 修复平铺展示时丢失 ref 问题 (#2390) @wenjuGao
- signature: 修复 Taro H5 getRect 方法异常
- sticky: 重构组件,修复 sticky 失效问题 (#2393)
- form: 获取子节点方法增加兜底处理,修复 JSX 下报错问题
- imagepreview: replace var with const (#2423) @subordon
- uploader: 支持异步修改 file-list (#2421)
- textarea: docs 文档修改 (#2428) @aooiuu
- component class name typo (#2392) @yang1206
- fix case typo (#2429) @subordon
v4.0.12
v4.0.11
v4.0.10
v4.0.10
2023-06-25
NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
本次社区贡献者 @alphardex @tolking
- ⚡ feat(AddressList): slot 作用域增加列表项数据 (#2372)
- 🐛 fix(Picker): strictly compare the type of value #2341 (#2342) @tolking
- 🐛 fix(Uploader): 修复微信小程序上传图片时 size-type 参数无效的问题 (#2352) @alphardex
- 🐛 fix(Searchbar): 修复 shape 设置无效的问题 (#2346)
- 🐛 fix(Layout): 优化样式逻辑 (#2362)
- 🐛 fix(Menu): 修复 menu 点击闪屏问题 (#2364)
- 🐛 fix(Icon): 修复 click 事件多次触发的问题
- 🚀 chore: 增加 ESM 全量构建产物 (#2363)
- 🚀 chore: icons-vue 包更新至 0.1.1 版本
v3.3.8
v4.0.9
v4.0.9
2023-06-09
NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
本次社区贡献者 @wenfangdu @blue0728 @zhousg
- 🐛 fix(popup): 修复未开启 overlay 时滚动穿透失效问题 (#2311) @wenfangdu
- 🐛 fix(uploader): 修改 Taro-h5 下预览图片显示逻辑
- 🐛 fix(imagepreview): 函数调用结束移除背景锁定样式 (#2326)
- 🐛 fix(imagepreview): 修复 content-close 失效问题 (#2330)
- 🐛 fix(dialog): 修复 close-on-click-overlay 失效问题 (#2337)
- 🐛 fix(tabs): 修复 vertical 方式下 title-gutter 方向错误 (#2339)
- 🐛 fix(collapse): 修复未设置 v-model 时无法触发事件问题 (#2340)
- 🐛 fix: fix code comments (#2328) @zhousg
- 🚀 chore: bumped unplugin-vue-components peer dep (#2331) @wenfangdu
- 🚀 chore: vite 构建产物兼容 es2015 (#2322) @blue0728
- 🚀 chore(vsce): bump to pnpm (#2315)
v4.0.8
v4.0.8
2023-05-26
NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
本次社区贡献者 @tolking
- ⚡ feat(image): 添加 lazy-load 属性 (#2295)
- 🐛 fix(checkbox): fix the icon display about indeterminate (#2301) @tolking
- 🐛 fix(collapse): 修复异步加载数据时无法自动展开问题 (#2302)
- 🐛 fix(noticebar): 修复支付宝小程序下横向动画失效问题 (#2306)
- 🐛 fix(checkbox): 修复组件销毁时 v-model 数据改变的问题 (#2308)
- 🐛 chore(taro): 移除多余的组件导出,修复字节小程序编译警告 (#2309)
- 🚀 chore(style): 调整样式依赖关系生成方式 (#2302)
v4.0.7
v4.0.7
2023-05-12
NutUI 非常感谢您对开源事业做出的贡献!🌷🌷🌷
本次社区贡献者 @ntnyq
- ⚡ feat(animate): add duration property (#2280)
- ⚡ feat(button): add formType for Taro H5 (#2288)
- 🐛 fix(switch): inactiveValue 为非 falsy 值无法显示 (#2258) @ntnyq
- 🐛 fix(tabs): tab-title active font-weight #2268
- 🐛 fix(sidenavbar): style of async data (#2279)
- 🐛 fix(addressList): failed to emit click-item (#2281)
- 🐛 fix(form): reset min-width style for label-width (#2282)
- 🐛 fix(tour): remove mask after close (#2283)
v4.0.6
v4.0.6
2023-04-21
NutUI 非常感谢您对开源事业做出的贡献!
本次社区贡献者 @kingyang @blue0728
- ⚡ feat(input): add focus, blur, select ref (#2250)
- 🐛 fix(input): 传入 class 被忽略问题 #2242 (#2243) @kingyang
- 🐛 fix(Menu): 修复 MenuItem class 设置无效问题 (#2236) @blue0728
- 🐛 fix(datepicker): 修复小程序下 v-model 修改异常问题
- 🐛 fix(checkbox): fix toggle all demo #2237
- 🐛 fix(rate): 修复定位方式导致的异常空白高度问题 (#2255)
- 🐛 fix(picker): 修复平铺模式下溢出省略失效问题 (#2247)
- 🐛 fix(dialog): remove hidden class after close #2211 (#2241)
- 🚀 chore: upgrade Taro to 3.6.2+
- 🚀 chore: move yarn to pnpm for Taro Demo