Releases: nutui-uniapp/nutui-uniapp
Releases · nutui-uniapp/nutui-uniapp
v1.8.1
🐞 Bug Fixes
- menu: 修复menu组件在app平台报错的问题 - by @RJQingHuan in #443 (95013)
- picker: 修复showToolbar为false时,picker组件宽度为0不显示的问题 - by @RJQingHuan in #442 (76bd4)
- picker: 修复深色模式下选中项边框颜色突兀 - by @xiaohe0601 (7b3bc)
- uploader: 修复uploader组件在app端,succes事件之后还执行progress事件的问题 - by @RJQingHuan in #441 (d7504)
📖 Documentation
- Update changelog - by @xiaohe0601 (5c5e4)
View changes on GitHub
v1.8.0
🚨 Breaking Changes
- calendar,cascader: 新增open/opened、close/closed事件(重构DOM结构) - by @xiaohe0601 in #428 (e7c5b)
🐞 Bug Fixes
- dialog: 修复小程序平台启用
close-on-popstate
时onMounted
报错 - by @xiaohe0601 in #435 (93127) - popup: 修复
visible
初始值为true
时丢失z-index
问题 - by @xiaohe0601 in #437 (47adc) - short-password: 修复
close-on-click-overlay
属性无效 - by @xiaohe0601 in #436 (e62df)
📖 Documentation
- Update changelog - by @xiaohe0601 (58b35)
- overlay,popup,calendar,cascader: 校正props描述信息 - by @xiaohe0601 (56b9e)
🤖 CI
- Update github label - by @xiaohe0601 (28ee7)
View changes on GitHub
v1.7.17
🚀 Features
- cell: 新增title-width属性 - by @xiaohe0601 in #418 (30794)
- inputnumber: 新增step-strictly属性 - by @xiaohe0601 in #421 (c0a3c)
🐞 Bug Fixes
- inputnumber: 修复失焦后未正确按照最大/最小值修改输入值 - by @xiaohe0601 in #420 (be305)
📖 Documentation
- Update changelog - by @xiaohe0601 (59c5c)
- swipe: 改正SwipeInst拼写错误 - by @xiaohe0601 (1a95d)
View changes on GitHub
v1.7.16
🚀 Features
- notify: 新增useNotify - by @xiaohe0601 (873b4)
🐞 Bug Fixes
- popover,shakedice: Fix scss warning - by @xiaohe0601 in #413 (28df4)
💅 Refactors
- tabbar: 重构tabbar组件内部逻辑 - by @xiaohe0601 in #410 (f20fb)
📖 Documentation
- 完善uni_modules方式快速上手说明 - by @xiaohe0601 (c8027)
- Update changelog - by @xiaohe0601 (525ee)
View changes on GitHub
v1.7.15
🚀 Features
- form: 为form组件的validate方法的返回添加类型声明 - by @Caffeine19 and @xiaohe0601 in #389 (b3e2f)
🐞 Bug Fixes
- range: 修复可能存在flex-shrink为0时的样式异常 - by @xiaohe0601 (0f3ce)
- short-password: 修复忘记密码文本对齐问题 - by @xiaohe0601 in #393 (bb000)
- sticky: 修复降级为fixed实现时效果异常 - by @xiaohe0601 in #402 (15f83)
- 修复部分机型不支持css inset - by @xiaohe0601 in #400 (f282a)
- 修复volar插件类型提示问题 - by @yang1206 and @xiaohe0601 in #407 (14d9d)
View changes on GitHub
v1.7.14
🚀 Features
- cell: 新增icon、clickable属性 - by @xiaohe0601 in #384 (3e4ff)
- checkbox: 新增checked-value、unchecked-value属性 - by @xiaohe0601 in #385 (9ef1b)
🐞 Bug Fixes
- range: 修复点击控制导致NaN问题 - by @xiaohe0601 (415c8)
📖 Documentation
- Update changelog - by @xiaohe0601 (3c551)
- overlay: 修复示例z-index表现异常 - by @xiaohe0601 (f6872)
View changes on GitHub
v1.7.13
🚀 Features
- menu: Add scroll-top prop - by @xiaohe0601 in #377 (7b31f)
🐞 Bug Fixes
- avatar: 修复支付宝小程序不支持??语法 - by @xiaohe0601 (b7df6)
- navbar: 修复 navbar safe-area-inset-top 不生效的问题 - by @w-WilliamChan and @xiaohe0601 in #379 (74ff4)
- popup,safearea: 修复部分低版本系统safearea不生效问题 - by @xiaohe0601 (271e2)
📖 Documentation
- 更换官网域名 - by @xiaohe0601 (d419f)
- Update changelog - by @xiaohe0601 (cbb02)
View changes on GitHub
v1.7.12
v1.7.11
🚀 Features
- menuitem: 新增item-click事件 - by @xiaohe0601 in #323 (df9ee)
- tab-pane: 新增padding、background样式变量 - by @xiaohe0601 in #326 (bf5eb)
🐞 Bug Fixes
- 修复comment生产环境web端卡死 - by @yang1206 and @xiaohe0601 in #352 (be73c)
- actionsheet: 修复custom-style表现异常 - by @xiaohe0601 in #360 (25fc6)
- input: 修复小程序端clear清除困难问题 - by @NoahSun in #324 (155b0)
- input: 修复由于capture引起的blur参数丢失 - by @NoahSun in #325 (a1351)
- popup: 修复z-index表现异常 - by @xiaohe0601 in #364 (cd50f)
- toast: 修复部分情况下toast的duration属性无效 - by @xiaohe0601 (1885d)
📖 Documentation
- 更新示例项目vue版本 - by @xiaohe0601 (d75d9)
- 更换官网域名 - by @xiaohe0601 (7b309)
- Update changelog - by @xiaohe0601 (b8170)
- cascader,transition: 修复 Cascader,Transition 文档示例错误 - by @jynba and xujiayu in #350 (bedfc)
- swiper: 完善Swiper文档示例 - by @qd-xiaowang in #354 (1d80c)
🤖 CI
- 添加dev、2.x分支监听 - by @xiaohe0601 (b903e)