Skip to content

Commit

Permalink
chore(release): v2.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Feb 2, 2024
1 parent b5b7a34 commit 40d5dea
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
28 changes: 24 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 40d5dea

Please sign in to comment.