Skip to content

Commit

Permalink
chore(release): v2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Dec 13, 2024
1 parent 5a5f7c4 commit 7bfd5e8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v2.7.3

`2024-12-13`

- :sparkles: feat(Video): web h5 下支持 ref 调用 (#2852)
- :sparkles: feat(popover): 增加最大宽度设置,支持文本超过最大宽度时,换行展示 (#2851)
- :bug: fix(empty): actions add support for events (#2854)
- :bug: fix: 支持 button block (#2853)
- :bug: fix: dark 模式下arrow 未配置 (#2850)

# v2.7.2

`2024-12-06`
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.7.2",
"name": "@nutui/nutui-react",
"version": "2.7.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 @@ -521,6 +521,7 @@ export type NutCSSVariables =
| 'nutuiPopoverDisableColor'
| 'nutuiPopoverDividerColor'
| 'nutuiPopoverMenuItemPadding'
| 'nutuiPopoverMenuItemWidth'
| 'nutuiProgressHeight'
| 'nutuiProgressColor'
| 'nutuiProgressBackground'
Expand Down

0 comments on commit 7bfd5e8

Please sign in to comment.