Skip to content

Commit

Permalink
chore(release): v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Apr 12, 2024
1 parent f5f26ab commit 0217d34
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
22 changes: 18 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,27 @@
# v2.6.0
`2024-04-12`

* 🪵 refactor(swiper): H5 下实现重构,增加 focus 模式 (#1962) @oasis-cloud
* :sparkles: feat: input 的 onFocus 增加 height 键盘高度参数 (#2154) @alex.zeng
* :bug: fix(drag): demo拆解与规范 (#2163) @eiinu
* :bug: fix(form): 可定义 fontsize (#2162) @oasis-cloud
* 🏡 chore(picker): demo拆解与规范 (#2157) @Alex-huxiyang
* 🏡 chore(radio): demo拆解与规范 (#2158) @LuckyLucy
* 🏡 chore(menu): demo拆解与规范 (#2153) @Alex-huxiyang
* 🏡 chore(loading): demo拆解与规范 (#2155) @Alex-huxiyang
* 🏡 chore(notify): demo拆解与规范 (#2151) @Alex-huxiyang


# v2.5.2
`2024-04-03`


* 🏡 chore(form): demo拆解与规范 (#2148) @oasis-cloud
* 🏡 chore(countdown): demo拆解与规范 (#2147) @Alex.huxiyang
* 🏡 chore(cascader): demo拆解与规范 (#2144) @Alex.huxiyang
* 🏡 chore(checkbox): demo拆解与规范 (#2146) @Alex.huxiyang
* 🏡 chore(countdown): demo拆解与规范 (#2147) @Alex-huxiyang
* 🏡 chore(cascader): demo拆解与规范 (#2144) @Alex-huxiyang
* 🏡 chore(checkbox): demo拆解与规范 (#2146) @Alex-huxiyang
* :bug: fix(calendarcard): 直接抛出ondayclick (#2150) @oasis-cloud
* :bug: fix(radio): 样式变量修复(issue) (#2149) @Alex.huxiyang
* :bug: fix(radio): 样式变量修复(issue) (#2149) @Alex-huxiyang


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

0 comments on commit 0217d34

Please sign in to comment.