Skip to content

Commit

Permalink
chore(release): v2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Apr 30, 2024
1 parent 9beaa1e commit 13ead53
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v2.6.3
`2024-04-30`


* :bug: fix(tabs): 修复特殊场景下 value 设置未生效问题 (#2211) @eiinu
:art: style(Tabs.Tabpane): 给Tabs.Tabpane新增内边距样式变量,使得使用者可以自由控制该内边距。 (#2210) @jianhuagao
* 🏡 chore(icon): update demo (#2214) @eiinu


# v2.6.2
`2024-04-26`

Expand All @@ -8,7 +17,7 @@
:art: style: jmapp style 语义化 (#2052) @zhehu1
:art: style(CellGroup): 给`CellGroup`组件新增外边距样式变量,使得使用者可以自由控制该外边距。 (#2189) @Kurisu
:art: style(badge): jdesign badge 样式 (#2164) @zhehu1
* 📖 docs(tag):修复demo描述错误 (#2204) @Jianhua
* 📖 docs(tag):修复demo描述错误 (#2204) @jianhuagao


# v2.6.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-taro",
"version": "2.6.2",
"name": "@nutui/nutui-react",
"version": "2.6.3",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down
1 change: 1 addition & 0 deletions src/packages/configprovider/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ export type NutCSSVariables =
| 'nutuiTabsVerticalTabLineWidth'
| 'nutuiTabsVerticalTabLineHeight'
| 'nutuiTabsTitlesItemSmileBottom'
| 'nutuiTabsTabpanePadding'
| 'nutuiIndicatorColor'
| 'nutuiIndicatorDotColor'
| 'nutuiIndicatorDotSize'
Expand Down

0 comments on commit 13ead53

Please sign in to comment.