Skip to content

Commit

Permalink
chore(release): v2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Aug 11, 2023
1 parent 17ae114 commit a08d074
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v2.0.12
`2023-08-11`

* :bug: fix(Avatar): 解决在小程序环境下,使用Avatar.Group无法正常展示头像问题 (#1296) @Tralafalgar Wang
* :bug: fix: overlay 的 zIndex 属性改为 css 变量 (#1294) @oasis-cloud
* :bug: fix: 修复 form 设置 labelPosition=top 的样式 (#1300) @oasis-cloud


# v2.0.11
`2023-08-09`

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.0.11",
"name": "@nutui/nutui-react",
"version": "2.0.12",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/configprovider/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ export type NutCSSVariables =
| 'nutuiCalendarDayFontWeight'
| 'nutuiCalendarDayActiveBorderRadius'
| 'nutuiOverlayBgColor'
| 'nutuiOverlayZIndex'
| 'nutuiOverlayContentBgColor'
| 'nutuiOverlayContentColor'
| 'nutuiOverlayAnimationDuration'
Expand Down Expand Up @@ -357,7 +358,6 @@ export type NutCSSVariables =
| 'nutuiDialogContentMaxHeight'
| 'nutuiDialogContentLineHeight'
| 'nutuiDialogContentTextAlign'
| 'nutuiDialogOverlayZIndex'
| 'nutuiDialogOverlayBackgroundColor'
| 'nutuiDialogOuterZIndex'
| 'nutuiDialogOuterBorderRadius'
Expand Down

0 comments on commit a08d074

Please sign in to comment.