Skip to content

Commit

Permalink
chore(release): v2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Apr 26, 2024
1 parent 6ea84b9 commit 0ea4ce4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# v2.6.2
`2024-04-26`

* :bug: fix(datepicker): 修复受控方式下选项联动更新问题 (#2201) @eiinu
* :bug: fix(signature): 调整清空时机并更新demo (#2190) @Alex-huxiyang
* :bug: fix(ellipsis): 部分场景下的ref报错 (#2200) @Alex-huxiyang
* :bug: fix(inputnumber): 修复设置`InputNumber`组件className不生效的问题 (#2188) @Kurisu
:art: style: jmapp style 语义化 (#2052) @zhehu1
:art: style(CellGroup): 给`CellGroup`组件新增外边距样式变量,使得使用者可以自由控制该外边距。 (#2189) @Kurisu
:art: style(badge): jdesign badge 样式 (#2164) @zhehu1
* 📖 docs(tag):修复demo描述错误 (#2204) @Jianhua


# v2.6.1
`2024-04-19`

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.6.1",
"name": "@nutui/nutui-react-taro",
"version": "2.6.2",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down
2 changes: 2 additions & 0 deletions src/packages/configprovider/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ export type NutCSSVariables =
| 'nutuiCellGroupDescriptionFontSize'
| 'nutuiCellGroupDescriptionLineHeight'
| 'nutuiCellGroupBackgroundColor'
| 'nutuiCellGroupWrapMargin'
| 'nutuiDividerMargin'
| 'nutuiDividerTextFontSize'
| 'nutuiDividerBorderColor'
Expand Down Expand Up @@ -511,6 +512,7 @@ export type NutCSSVariables =
| 'nutuiBadgeContentTransform'
| 'nutuiBadgeZIndex'
| 'nutuiBadgeDotWidth'
| 'nutuiBadgeDotBorder'
| 'nutuiPopoverBorderRadius'
| 'nutuiPopoverFontSize'
| 'nutuiPopoverBorderColor'
Expand Down

0 comments on commit 0ea4ce4

Please sign in to comment.