Skip to content

Commit

Permalink
chore(release): v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Mar 20, 2024
1 parent 6d16522 commit 3d2237a
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 2 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
# v2.4.2
`2024-03-20`

* :sparkles: feat(backtop): rtl (#2051) @xiaoyatong
* :sparkles: feat(badge): 新增 fill 属性 (#2042) @Eiinu
* :sparkles: feat(button): 增加xlarge,按钮内图标大小追随按钮当前字号 (#2037) @xiaoyatong
* :sparkles: feat(ci): add issue-close.yml (#2031) @Eiinu
* :sparkles: feat(infiniteloading): add type props (#2027) @songsong
* :sparkles: feat(NoticeBar): 增加right 属性,支持更多可自定义内容 @xiaoyatong
* :sparkles: feat(pulltorefresh): 增加 type 属性,支持深色背景设置 (#2044) @xiaoyatong
* :bug: fix(address): demo拆解与规范 (#2068) @Alex.huxiyang
* :bug: fix(avatar): demo规范与调整 (#2071) @Alex.huxiyang
* :bug: fix(backtop): demo拆解与规范 (#2025) @Alex.huxiyang
* :bug: fix(badge): demo拆解与规范 (#2060) @sd
* :bug: fix(build): 移除构建产物中重复的类型文件 (#2038) @Eiinu
* :bug: fix(calendarcard): 修复受控模式 (#2063) @Eiinu
* :bug: fix(Card): demo拆解与规范 (#2072) @joyfully-W
* :bug: fix(dialog): demo拆解与规范 (#2069) @songsong
* :bug: fix(elevator): demo拆解与规范 (#2030) @Alex.huxiyang
* :bug: fix(ellipsis): 修复设置行数超过内容高度时只显示一行内容的问题 (#2028) @bbf
* :bug: fix(Empty): 调整默认图片为jd图片 (#2032) @xiaoyatong
* :bug: fix(fixedNav): demo拆解与规范 (#2048) @Alex.huxiyang
* :bug: fix(icon): 处理 rtl 部分 (#2050) @xiaoyatong
* :bug: fix(indicator): demo拆解与规范 (#2090) @Eiinu
* :bug: fix(infiniteLoading): demo拆解与规范+增加joy logo的demo (#2081) @songsong
* :bug: fix(input): demo拆解与规范 (#2035) @yeyu1998
* :bug: fix(navbar): demo拆解与规范 (#2055) @Alex.huxiyang
* :bug: fix(pagination): demo拆解与规范 (#2079) @Alex.huxiyang
* :bug: fix(popover): 调整demo (#2043) @xiaoyatong
* :bug: fix(price): demo拆解与规范 (#2082) @Alex.huxiyang
* :bug: fix(pulltorefresh): demo中下拉图标修改为joy logo (#2084) @songsong
* :bug: fix(range): touchmove 回调中 rect 获取失败时终止 (#2029) @Eiinu
* :bug: fix(rate): demo拆解与规范 (#2045) @sandra
* :bug: fix(SearchBar): demo拆解与规范 (#2064) @joyfully-W
* :bug: fix(sideNavBar): demo拆解与规范 (#2058) @Alex.huxiyang
* :bug: fix(skeleton): demo拆解与规范 (#2047) @sd
* :bug: fix(sticky): demo拆解与规范 (#2024) @Alex.huxiyang
* :bug: fix(swiper): rtl (#2061) @xiaoyatong
* :bug: fix(switch):switch组件demo代码重构 (#2033) @姜衿
* :bug: fix(tabbar): demo拆解与规范&脚本增强 (#2059) @Alex.huxiyang
* :bug: fix(trendarrow): demo拆解与规范 (#2075) @ber
* :bug: fix(watermark): demo拆解与规范 (#2083) @Eiinu
* :bug: fix: fix swipe slide element get rect width error (#2017) @awefeng
* :bug: fix: update copy-docs-h5-or-taro.js (#2080) @Eiinu
* 🔨 chore(row): 优化 className (#2054) @Eiinu
* test: migrate jest to vitest (#2057) @Eiinu


# v2.4.1
`2024-03-15`

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.4.1",
"name": "@nutui/nutui-react-taro",
"version": "2.4.2",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down

0 comments on commit 3d2237a

Please sign in to comment.