Skip to content

Commit e20df59

Browse files
committed
chore(*): Release-1.25.4
1 parent d53c170 commit e20df59

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [1.25.4](https://github.com/alibaba-fusion/next/compare/1.25.3...1.25.4) (2021-12-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **DatePicker2:** prevent show popup when disabled, fix [#3583](https://github.com/alibaba-fusion/next/issues/3583) ([003cc0d](https://github.com/alibaba-fusion/next/commit/003cc0d))
9+
* **Tab:** should realtime update dropdown, close [#3516](https://github.com/alibaba-fusion/next/issues/3516) ([#3517](https://github.com/alibaba-fusion/next/issues/3517)) ([3705db3](https://github.com/alibaba-fusion/next/commit/3705db3))
10+
* **Tree:** fix auto focus when key is empty string, close [#3566](https://github.com/alibaba-fusion/next/issues/3566) ([d53c170](https://github.com/alibaba-fusion/next/commit/d53c170))
11+
12+
13+
14+
315
## [1.25.3](https://github.com/alibaba-fusion/next/compare/1.25.2...1.25.3) (2021-11-30)
416

517

LATESTLOG.md

+4-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
# Latest Log
22

3-
## [1.25.3](https://github.com/alibaba-fusion/next/compare/1.25.2...1.25.3) (2021-11-30)
3+
## [1.25.4](https://github.com/alibaba-fusion/next/compare/1.25.3...1.25.4) (2021-12-03)
44

55

66
### Bug Fixes
77

8-
* **CascaderSelect:** add renderPreview type ([f08b134](https://github.com/alibaba-fusion/next/commit/f08b134))
9-
* **CascadeSelect:** add isPreview types ([ada822c](https://github.com/alibaba-fusion/next/commit/ada822c))
10-
* **Dialog:** compate with usage style.width ([43a748f](https://github.com/alibaba-fusion/next/commit/43a748f))
11-
* **Dialog:** v2 compate with typeof closeMode = string ([5d2e861](https://github.com/alibaba-fusion/next/commit/5d2e861))
12-
* **Input:** set innerAfter color = label ([#3563](https://github.com/alibaba-fusion/next/issues/3563)) ([ec36d12](https://github.com/alibaba-fusion/next/commit/ec36d12))
13-
* **Overlay:** support Functional Component ([01129c6](https://github.com/alibaba-fusion/next/commit/01129c6))
14-
* **Search:** repair highlightKey, close [#3560](https://github.com/alibaba-fusion/next/issues/3560) ([35e3ea7](https://github.com/alibaba-fusion/next/commit/35e3ea7))
15-
* **Utils:** improve dom.getStyle robustness ([40ed79d](https://github.com/alibaba-fusion/next/commit/40ed79d))
8+
* **DatePicker2:** prevent show popup when disabled, fix [#3583](https://github.com/alibaba-fusion/next/issues/3583) ([003cc0d](https://github.com/alibaba-fusion/next/commit/003cc0d))
9+
* **Tab:** should realtime update dropdown, close [#3516](https://github.com/alibaba-fusion/next/issues/3516) ([#3517](https://github.com/alibaba-fusion/next/issues/3517)) ([3705db3](https://github.com/alibaba-fusion/next/commit/3705db3))
10+
* **Tree:** fix auto focus when key is empty string, close [#3566](https://github.com/alibaba-fusion/next/issues/3566) ([d53c170](https://github.com/alibaba-fusion/next/commit/d53c170))
1611

1712

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var next = require('./lib/index.js');
22

3-
next.version = '1.25.3';
3+
next.version = '1.25.4';
44

55
module.exports = next;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alifd/next",
3-
"version": "1.25.3",
3+
"version": "1.25.4",
44
"description": "A configurable component library for web built on React.",
55
"keywords": [
66
"fusion",

0 commit comments

Comments
 (0)