Skip to content

Commit d5582ba

Browse files
author
zhaoyuliang
committed
chore(*): Release-1.27.34
1 parent b40dfa7 commit d5582ba

4 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [1.27.34](https://github.com/alibaba-fusion/next/compare/1.27.30...1.27.34) (2026-03-31)
4+
5+
6+
### Bug Fixes
7+
8+
* **Select:** fix the issue where the group key conflicts with the item value in the grouped dataSource scenario ([65ecdf5](https://github.com/alibaba-fusion/next/commit/65ecdf57a6f77bf552f1ca7a27d3cc092cc3f2ff))
9+
* **TreeSelect:** fix options collapse after select when treeCheckable,treeDefaultExpandAll and showSearch is true ([a1b986f](https://github.com/alibaba-fusion/next/commit/a1b986ff89f75a0e43617f8a96e02b2db4458512))
10+
11+
312
## [1.27.33](https://github.com/alibaba-fusion/next/compare/1.27.30...1.27.33) (2025-12-01)
413

514

LATESTLOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Latest Log
22

3-
## [1.27.33](https://github.com/alibaba-fusion/next/compare/1.27.30...1.27.33) (2025-12-01)
3+
## [1.27.34](https://github.com/alibaba-fusion/next/compare/1.27.30...1.27.34) (2026-03-31)
44

55

66
### Bug Fixes
77

8-
* **Drawer:** ensure correct padding-right is applied to body when Drawer is opened with scroll ([ae24d96](https://github.com/alibaba-fusion/next/commit/ae24d96f861c64ecd8bf7cf711a72e949626759a))
9-
* fix the type inference error on the consumer side ([#5030](https://github.com/alibaba-fusion/next/issues/5030)) ([86b98cf](https://github.com/alibaba-fusion/next/commit/86b98cfca3e3b67ad2c6dedd8c8c6eb1f3af7c50))
10-
* **TreeSelect:** fix expandedKeys bug when search by searchValue is empty and treeDefaultExpandAll is true ([872eaf1](https://github.com/alibaba-fusion/next/commit/872eaf1c428bc609ba71e69cd1fd55e7e1ba7113))
8+
* **Select:** fix the issue where the group key conflicts with the item value in the grouped dataSource scenario ([65ecdf5](https://github.com/alibaba-fusion/next/commit/65ecdf57a6f77bf552f1ca7a27d3cc092cc3f2ff))
9+
* **TreeSelect:** fix options collapse after select when treeCheckable,treeDefaultExpandAll and showSearch is true ([a1b986f](https://github.com/alibaba-fusion/next/commit/a1b986ff89f75a0e43617f8a96e02b2db4458512))
1110

index.js

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

3-
next.version = '1.27.33';
3+
next.version = '1.27.34';
44

55
module.exports = next;

package.json

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

0 commit comments

Comments
 (0)