Skip to content

Commit

Permalink
chore(release): v2.6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Jul 19, 2024
1 parent 621fd3a commit 15befb0
Show file tree
Hide file tree
Showing 3 changed files with 16 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.14
`2024-07-19`


* :sparkles: feat(menuitem): 新增css类名,增强自定义样式能力 (#2443) @Alex-huxiyang
* :sparkles: feat(empty): add css variable nutui-empty-background-color (#2451) @Alex-huxiyang
* :sparkles: feat(infiniteLoading): 继承 scrollView 的 props 类型 (#2441) @oasis-cloud
* :bug: fix(cascader): 初始化设置value未成功选中 (#2435) @Alex-huxiyang
* :bug: fix(swiper): display abnormal when dir = 'rtl' (#2454) @Alex-huxiyang
* :bug: fix(form): 兼容校验时机 (#2437) @Alex-huxiyang
* :bug: fix(form): 在FromInstance增加validateFields方法的定义 (#2450) @jinjl


# v2.6.13
`2024-07-12`

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.13",
"name": "@nutui/nutui-react-taro",
"version": "2.6.14",
"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 @@ -629,6 +629,7 @@ export type NutCSSVariables =
| 'nutuiEmptyImageSize'
| 'nutuiEmptyImageSmallSize'
| 'nutuiEmptyTitleMarginTop'
| 'nutuiEmptyBackgroundColor'
| 'nutuiEmptyTitleMarginBottom'
| 'nutuiEmptyTitleLineHeight'
| 'nutuiEmptyDescriptionMarginTop'
Expand Down

0 comments on commit 15befb0

Please sign in to comment.