From 40d5deaf4c021f2eb6e4c04881c4b81d1c044ad8 Mon Sep 17 00:00:00 2001 From: oasis-cloud Date: Fri, 2 Feb 2024 16:17:28 +0800 Subject: [PATCH] chore(release): v2.3.9 --- CHANGELOG.md | 28 ++++++++++++++++++++++++---- package.json | 4 ++-- 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdd138c7b8..8dd6523739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,44 @@ +# v2.3.9 +`2024-02-02` + +* :sparkles: feat: generate stylesheets containing RTL-related styles (#1889) @oasis-cloud +* :bug: fix(infiniteloading): infiniteloading 点击后再滑动,操作出现异常 (#1919) @JQ +* :bug: fix(input): controlled mode, content clearing does not work (#1912) @oasis-cloud +* :bug: fix(popup): support destroyOnClose (#1914) @oasis-cloud +* :bug: fix(rtl): 修复文本 margin (#1926) @xiaoyatong +* :bug: fix(textarea): 修复maxlength=-1时无法输入字符的情况 (#1910) @xiaoyatong +* :bug: fix(input): 受控模式下在 H5 无法清空内容 (#1925) @oasis-cloud +* :bug: fix(rtl): 左右方向箭头的处理 (#1922) @xiaoyatong +* 📖 docs(backtop): 文档可读性优化 (#1909) @Alex.huxiyang +* 📖 docs(image): correct the error attribute (#1916) @oasis-cloud +* 📖 docs(layout): 文档可读性优化 (#1904) @Alex.huxiyang +* 📖 docs(navbar): 文档可读性优化 (#1915) @Alex.huxiyang +* 📖 docs(sidenavbar): 文档可读性优化 (#1920) @Alex.huxiyang +* 📖 docs(sticky): 文档可读性优化 (#1906) @Alex.huxiyang +* 📖 docs(tabbar): 文档可读性优化 (#1921) @Alex.huxiyang + + # v2.3.8 `2024-01-26` * 🔨 chore: 修复dev环境下demo分包体超过2M问题 (#1905) @xiaoyatong * 📖 docs(configprovider): 文档可读性优化 (#1882) @Alex.huxiyang * 📖 docs(grid): 文档可读性优化 (#1903) @Alex.huxiyang -* 📖 docs(swiper): customize pagination controls (#1892) @oasis +* 📖 docs(swiper): customize pagination controls (#1892) @oasis-cloud * :sparkles: feat(navbar): title区域自适应宽度 (#1891) @songsong * :sparkles: feat(rate): 新增 touchable 属性支持滑动选择 (#1880) @Eiinu * :sparkles: feat(video): support passing through attributes for Taro Video (#1890) @xiaoyatong -* :sparkles: feat: radiogroup add shape props (#1898) @oasis +* :sparkles: feat: radiogroup add shape props (#1898) @oasis-cloud * :bug: fix(ellipsis): 修复小程序文本省略问题 (#1888) @Eiinu * :bug: fix(ellipsis): 在 taro 小程序下尽量展示的平滑舒适 (#1902) @xiaoyatong * :bug: fix(image): 文档可读性优化 (#1887) @Alex.huxiyang * :bug: fix(overlay): 文档可读性优化 (#1894) @Alex.huxiyang * :bug: fix(rate): 修复 rate 高度问题 (#1883) @Eiinu * :bug: fix(steps): 小程序的真机情况下出现的换行的情况 (#1899) @xiaoyatong -* :bug: fix(swiper): 轮播跳帧 (#1886) @oasis +* :bug: fix(swiper): 轮播跳帧 (#1886) @oasis-cloud * :bug: fix(tabs): 解决组件嵌套tabs,横向滚动位置计算偏差问题 (#1884) @songsong * :bug: fix: doc、demo调整&优化 @huxiyang3 -* :bug: fix: taro.createSelectorQuery not function (#1907) @oasis +* :bug: fix: taro.createSelectorQuery not function (#1907) @oasis-cloud # v2.3.7 diff --git a/package.json b/package.json index aa2b94e9c7..215b8e459d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@nutui/nutui-react", - "version": "2.3.8", + "name": "@nutui/nutui-react-taro", + "version": "2.3.9", "style": "dist/style.css", "main": "dist/nutui.react.umd.js", "module": "dist/esm/nutui-react.es.js",