Releases: jdf2e/nutui-react
Releases · jdf2e/nutui-react
v2.7.0
v2.7.0
2024-11-01
- ✨ feat: add plugin to remove rtl (#2673)
- ✨ feat: replacing the css paths imported from a specified package (#2675)
- ✨ feat(replace icon): jmapp icon (#2672)
- ✨ feat: add plugin to replace icons (#2671)
- 🐛 fix(tabs): clicked tabs should be entirely visible (#2685)
- 🐛 fix(avatarcropper): multi-language support (#2666)
- 🐛 fix: optimize vertical type syntax for divider (#2664)
- 🐛 fix: @nutui/icons-react changed to @nutui/icons-react-taro (#2651)
v2.6.23
v2.6.22
v2.6.22
2024-10-12
- ✨ feat(popup): lockscroll 增加可选值 strict, 用于支持 iOS12 (#2629)
- 🐛 fix(dialog): revert defaultprops
- 🐛 fix(range): usememo (#2638)
- 🐛 fix(backtop & menu): lint, code simplification, deprecated pageYOffset removed (#2633)
- 🐛 fix: taro async warning in taro-h5 env (#2636)
- 🐛 fix(range): refactor & lint fixed (#2637)
- 🐛 fix(radio): lint fixed (#2635)
- 🐛 fix(navbar): safearea displays abnormal when safeAreaInsetTop has been set true (#2632)
- 🐛 fix: usecallback to fix render too many times, button,animatingnumbers,avatar,audio; and fix avatargroup when length > maxsize (#2628)
- 🏡 chore(demo): display bound dispatchSetState in demo8 of table demos (#2626)
- 📖 docs: swiper 可通过 css 的 touch-action 设置用户操作行为 (#2630)
- 📖 docs: 文档构建出现未闭合标签的错误提示
v2.6.21
v2.6.20
v2.6.19
v2.6.19
2024-09-13
- 🏡 chore(deps): update dependency vite-plugin-dts to v4 (#2533)
- 🐛 fix(cascader): 受控状态下 value 变化时同步组件选中状态 (#2591)
- 🐛 fix: 移除不必要的 fragment 元素 (#2587)
- 🐛 fix(datepicker): show zero on page (#2582)
- 🐛 fix: findDomNode from transition (#2525)
- 🐛 fix(props): add mergeProps utility to resolve all defaultProps warnings (#2581)
- 🪵 refactor: resolve sass nested rules warning (#2579)
v2.6.18
v2.6.18
2024-09-06
- 🏡 chore: remove deprecated (#2573)
- 🏡 chore(deps): update dependency marked to v14 (#2532)
- ✨ feat: demos for popup & dialog (#2574)
- ✨ feat: beforeupload (#2567)
- 🐛 fix: remove icons defaultprops (#2571)
- 🐛 fix(input): type props didnot work when equals number|digit (#2563)
- 🐛 fix: dialog
- 🐛 fix(sticky): should rerender when zIndex changes (#2572)
- 🐛 fix(sticky): rerender sticky when threshold change (#2564)
- 🐛 fix(deps): update dependency jscodeshift to v17 (#2534)
v2.6.17
v2.6.17
2024-08-30
- 🏡 chore(form): form demo (#2528)
- 📖 docs(readme): fix pnpm run dev weapp jd dir (#2514)
- ✨ feat(cell): add clickable prop to support click style feedback (#2527)
- ✨ feat(image-preview): 增加索引字段,用于预览内容排序 (#2519)
- 🐛 fix(tabs.taro.tsx): 解决在不需要滚动的时候,切换tab产生tab位置错乱的问题 (#2554)
- 🐛 fix(uploader): beforeUpload should trigger every time before uploading (#2553)
- 🐛 fix(PullToRefresh): 修复PullToRefresh组件disabled属性在taro中无效的问题 (#2538)
- 🐛 fix(uploader): ios 下无法回显的问题修复 (#2550)
- 🐛 fix(uploader): sizeType prop didnot work when weapp || jd (#2526)
v2.6.15
v2.6.15
2024-07-26
- 🏡 chore: run md-table-format when git commit changes (#2484) @Alex-huxiyang
- ✨ feat(menu): allow custom classnames for Menu and dynamic titles (#2480) @Alex-huxiyang
- ✨ feat(watermark): support multi-line text (#2477) @xiaoyatong
- 🐛 fix: move defaultprops (#2482) @xiaoyatong
- 🐛 fix: snapshot update (#2481) @Alex-huxiyang
- 🐛 fix(uploader): image 居中展示 (#2475) @xiaoyatong
- 🐛 fix(infiniteLoading): rest 导致事件无法触发 (#2474) @oasis-cloud
- 🐛 fix: sticky 构建时类型错误 @oasis-cloud
- 🐛 fix(uploader): images should display when they've been successfully uploaded (#2448) @Alex-huxiyang
- 🐛 fix: 修复日历进行快捷选择日期时 点击确认获取的是上一次的日期 (#2436) @yangqianlu
- 🪵 refactor: table (#2473) @zanyuki-jd
- 🪵 refactor: sticky (#2468) @oasis-cloud
v2.6.14
v2.6.14
2024-07-19
- ✨ feat(menuitem): 新增css类名,增强自定义样式能力 (#2443) @Alex-huxiyang
- ✨ feat(empty): add css variable nutui-empty-background-color (#2451) @Alex-huxiyang
- ✨ feat(infiniteLoading): 继承 scrollView 的 props 类型 (#2441) @oasis-cloud
- 🐛 fix(cascader): 初始化设置value未成功选中 (#2435) @Alex-huxiyang
- 🐛 fix(swiper): display abnormal when dir = 'rtl' (#2454) @Alex-huxiyang
- 🐛 fix(form): 兼容校验时机 (#2437) @Alex-huxiyang
- 🐛 fix(form): 在FromInstance增加validateFields方法的定义 (#2450) @jinjl