Skip to content

Commit

Permalink
chore(release): v2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Aug 4, 2023
1 parent 4ed35d8 commit e982c04
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v2.0.10
`2023-08-04`

* :sparkles: feat: loading 组件 (#1204) @mike8625
* :sparkles: feat: 日历支持footer的children定义,增加日历+datepicker的demo (#1277) @xiaoyatong
* :bug: fix: elevator 计算索引出现 -1,导致组件运行报错 (#1276) @oasis-cloud
* :bug: fix: loading 组件导出 props 类型 (#1278) @oasis-cloud


# v2.0.9
`2023-08-02`

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.9",
"name": "@nutui/nutui-react",
"version": "2.0.10",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down
4 changes: 4 additions & 0 deletions src/packages/configprovider/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -748,3 +748,7 @@ export type NutCSSVariables =
| 'nutuiRowContentLineHeight'
| 'nutuiColDefaultMarginBottom'
| 'nutuiSpaceGap'
| 'nutuiLoadingIconColor'
| 'nutuiLoadingIconSize'
| 'nutuiLoadingTextColor'
| 'nutuiLoadingTextSize'

0 comments on commit e982c04

Please sign in to comment.