Skip to content

Commit

Permalink
chore(release): v2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Jan 5, 2024
1 parent a97a4f0 commit c6e5093
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# v2.3.5
`2024-01-05`

* :sparkles: feat(avatarcropper): 新增属性shape,可设置裁剪样式为圆形 (#1842) @Marvin Gui
* :sparkles: feat(dialog): 新增 CSS 变量 (#1844) @LING_ZI_QING
* :sparkles: feat(range): marks type optimization (#1833) @oasis-cloud
* :sparkles: feat(tabs): 新增 CSS 变量 (#1835) @LING_ZI_QING
* :bug: fix(avatarcropper): fix cannot display when it is development at taro (#1840) @xiaoyatong
* :bug: fix(empty): fix import at taro (#1839) @xiaoyatong
* :bug: fix(picker): 优化 options 的 text 属性的判空逻辑 (#1837) @oasis-cloud
* :bug: fix(picker): 修复 safari 下 mask 样式问题 (#1843) @Eiinu
* :bug: fix(pulltorefresh): 修复安卓小程序下拉卡顿问题 (#1830) @NickH
* :bug: fix(tabs): docs and jmapp css variables (#1838) @xiaoyatong
* 🔨 chore(deps): update @nutui/icons to v1.0.1 (#1836) @oasis-cloud


# v2.3.4
`2023-12-29`

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.3.4",
"name": "@nutui/nutui-react",
"version": "2.3.5",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down
3 changes: 3 additions & 0 deletions src/packages/configprovider/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ export type NutCSSVariables =
| 'nutuiDialogFooterButtonMinWidth'
| 'nutuiDialogFooterCancelMarginRight'
| 'nutuiDialogFooterOkMaxWidth'
| 'nutuiDialogHeaderFontSize'
| 'nutuiDialogHeaderFontWeight'
| 'nutuiDialogVerticalFooterOkMarginTop'
| 'nutuiCheckboxLabelDisableColor'
Expand Down Expand Up @@ -528,9 +529,11 @@ export type NutCSSVariables =
| 'nutuiBlack5'
| 'nutuiTabsTitlesHeight'
| 'nutuiTabsTitlesBackgroundColor'
| 'nutuiTabsTitlesPadding'
| 'nutuiTabsTitlesGap'
| 'nutuiTabsTitlesFontSize'
| 'nutuiTabsTitlesItemMinWidth'
| 'nutuiTabsTitlesItemColor'
| 'nutuiTabsTitlesItemActiveColor'
| 'nutuiTabsTitlesItemActiveFontWeight'
| 'nutuiTabsTitlesItemActiveFontSize'
Expand Down

0 comments on commit c6e5093

Please sign in to comment.