Skip to content

Commit

Permalink
chore(*): Release-1.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lakerswgq committed Nov 30, 2021
1 parent 9156d5c commit abe4801
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## [1.25.3](https://github.com/alibaba-fusion/next/compare/1.25.2...1.25.3) (2021-11-30)


### Bug Fixes

* **CascaderSelect:** add renderPreview type ([f08b134](https://github.com/alibaba-fusion/next/commit/f08b134))
* **CascadeSelect:** add isPreview types ([ada822c](https://github.com/alibaba-fusion/next/commit/ada822c))
* **Dialog:** compate with usage style.width ([43a748f](https://github.com/alibaba-fusion/next/commit/43a748f))
* **Dialog:** v2 compate with typeof closeMode = string ([5d2e861](https://github.com/alibaba-fusion/next/commit/5d2e861))
* **Input:** set innerAfter color = label ([#3563](https://github.com/alibaba-fusion/next/issues/3563)) ([ec36d12](https://github.com/alibaba-fusion/next/commit/ec36d12))
* **Overlay:** support Functional Component ([01129c6](https://github.com/alibaba-fusion/next/commit/01129c6))
* **Search:** repair highlightKey, close [#3560](https://github.com/alibaba-fusion/next/issues/3560) ([35e3ea7](https://github.com/alibaba-fusion/next/commit/35e3ea7))
* **Utils:** improve dom.getStyle robustness ([40ed79d](https://github.com/alibaba-fusion/next/commit/40ed79d))




## [1.25.2](https://github.com/alibaba-fusion/next/compare/1.25.1...1.25.2) (2021-11-26)


Expand Down
11 changes: 9 additions & 2 deletions LATESTLOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# Latest Log

## [1.25.2](https://github.com/alibaba-fusion/next/compare/1.25.1...1.25.2) (2021-11-26)
## [1.25.3](https://github.com/alibaba-fusion/next/compare/1.25.2...1.25.3) (2021-11-30)


### Bug Fixes

* **Dialog:** shake while dialog hiding after scrollbar show ([#3558](https://github.com/alibaba-fusion/next/issues/3558)) ([5c5125d](https://github.com/alibaba-fusion/next/commit/5c5125d))
* **CascaderSelect:** add renderPreview type ([f08b134](https://github.com/alibaba-fusion/next/commit/f08b134))
* **CascadeSelect:** add isPreview types ([ada822c](https://github.com/alibaba-fusion/next/commit/ada822c))
* **Dialog:** compate with usage style.width ([43a748f](https://github.com/alibaba-fusion/next/commit/43a748f))
* **Dialog:** v2 compate with typeof closeMode = string ([5d2e861](https://github.com/alibaba-fusion/next/commit/5d2e861))
* **Input:** set innerAfter color = label ([#3563](https://github.com/alibaba-fusion/next/issues/3563)) ([ec36d12](https://github.com/alibaba-fusion/next/commit/ec36d12))
* **Overlay:** support Functional Component ([01129c6](https://github.com/alibaba-fusion/next/commit/01129c6))
* **Search:** repair highlightKey, close [#3560](https://github.com/alibaba-fusion/next/issues/3560) ([35e3ea7](https://github.com/alibaba-fusion/next/commit/35e3ea7))
* **Utils:** improve dom.getStyle robustness ([40ed79d](https://github.com/alibaba-fusion/next/commit/40ed79d))


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.25.2';
next.version = '1.25.3';

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.25.2",
"version": "1.25.3",
"description": "A configurable component library for web built on React.",
"keywords": [
"fusion",
Expand Down

0 comments on commit abe4801

Please sign in to comment.