Skip to content

Commit

Permalink
chore(*): Release-1.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lakerswgq committed Sep 20, 2022
1 parent 5e64dec commit 73e00da
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 11 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [1.26.2](https://github.com/alibaba-fusion/next/compare/1.26.1...1.26.2) (2022-09-20)


### Bug Fixes

* **Balloon:** update safeNode ts ([b7b6bc6](https://github.com/alibaba-fusion/next/commit/b7b6bc6))


### Features

* **Tab:** feat addIcon func, close [#4109](https://github.com/alibaba-fusion/next/issues/4109) ([df84688](https://github.com/alibaba-fusion/next/commit/df84688))
* **Theme:** update theme style ([#4113](https://github.com/alibaba-fusion/next/issues/4113)) ([5e64dec](https://github.com/alibaba-fusion/next/commit/5e64dec))




## [1.26.1](https://github.com/alibaba-fusion/next/compare/1.26.0...1.26.1) (2022-09-08)


Expand Down
11 changes: 4 additions & 7 deletions LATESTLOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
# Latest Log

## [1.26.1](https://github.com/alibaba-fusion/next/compare/1.26.0...1.26.1) (2022-09-08)
## [1.26.2](https://github.com/alibaba-fusion/next/compare/1.26.1...1.26.2) (2022-09-20)


### Bug Fixes

* **Card:** limit show/hide divider selector ([cd8e782](https://github.com/alibaba-fusion/next/commit/cd8e782))
* **Form:** useLabelForErrorMessage of Form.Item have a higher priority than Form ([#4088](https://github.com/alibaba-fusion/next/issues/4088)) ([b0aec62](https://github.com/alibaba-fusion/next/commit/b0aec62))
* **Notification:** update notfication icon api and form labelAlign api document, close [#4087](https://github.com/alibaba-fusion/next/issues/4087) [#3917](https://github.com/alibaba-fusion/next/issues/3917) ([ae4413e](https://github.com/alibaba-fusion/next/commit/ae4413e))
* **Table:** optimize table loding ([e215a92](https://github.com/alibaba-fusion/next/commit/e215a92))
* **Table:** prevent crash when dataSource is undefined, close [#4073](https://github.com/alibaba-fusion/next/issues/4073) ([cc1817a](https://github.com/alibaba-fusion/next/commit/cc1817a))
* **Balloon:** update safeNode ts ([b7b6bc6](https://github.com/alibaba-fusion/next/commit/b7b6bc6))


### Features

* ballon-onVisibleChange add args ([64777e1](https://github.com/alibaba-fusion/next/commit/64777e1))
* **Tab:** feat addIcon func, close [#4109](https://github.com/alibaba-fusion/next/issues/4109) ([df84688](https://github.com/alibaba-fusion/next/commit/df84688))
* **Theme:** update theme style ([#4113](https://github.com/alibaba-fusion/next/issues/4113)) ([5e64dec](https://github.com/alibaba-fusion/next/commit/5e64dec))


2 changes: 1 addition & 1 deletion docs/tab/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ Fusion 提供了三级选项卡,分别用于不同的场景。
| popupProps | 弹层属性透传, 只有当 excessMode 为 dropdown 时生效 | Object | - |
| icons | 自定义组件内 icon | Object | {} |
| showAdd | 新增按钮 | Boolean | - |
| addIcon | 自定义添加按钮 | ReactNode | - |
| onAdd | 新增的事件回调<br/><br/>**签名**:<br/>Function() => void | Function | - |
| addIcon | 自定义添加按钮 | ReactNode | - |

### Tab.Item

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var next = require('./lib/index.js');

next.version = '1.26.1';
next.version = '1.26.2';

module.exports = next;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alifd/next",
"version": "1.26.1",
"version": "1.26.2",
"description": "A configurable component library for web built on React.",
"keywords": [
"fusion",
Expand Down
2 changes: 1 addition & 1 deletion src/demo-helper/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body {
}

.demo-container >div {
box-shadow: 2px 6px 12px 0px rgb(0 0 0 / 8%);
box-shadow: 2px 6px 12px 0 rgb(0 0 0 / 8%);
border-radius: 8px;
border: 1px solid #EBEBEB;
margin-top: 32px;
Expand Down

0 comments on commit 73e00da

Please sign in to comment.