Skip to content

Commit c057724

Browse files
committed
chore(*): Release-1.25.26
1 parent 3c70a31 commit c057724

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

CHANGELOG.md

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

3+
## [1.25.26](https://github.com/alibaba-fusion/next/compare/1.25.25...1.25.26) (2022-03-17)
4+
5+
6+
### Bug Fixes
7+
8+
* **Table:** do not change dataSource ([#3811](https://github.com/alibaba-fusion/next/issues/3811)) ([3c70a31](https://github.com/alibaba-fusion/next/commit/3c70a31))
9+
* **Table:** hidden to __hidden ([d818db6](https://github.com/alibaba-fusion/next/commit/d818db6))
10+
11+
12+
13+
314
## [1.25.25](https://github.com/alibaba-fusion/next/compare/1.25.24...1.25.25) (2022-03-17)
415

516

LATESTLOG.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
# Latest Log
22

3-
## [1.25.25](https://github.com/alibaba-fusion/next/compare/1.25.24...1.25.25) (2022-03-17)
3+
## [1.25.26](https://github.com/alibaba-fusion/next/compare/1.25.25...1.25.26) (2022-03-17)
44

55

66
### Bug Fixes
77

8-
* some pc h5 cross issue ([f5d23e2](https://github.com/alibaba-fusion/next/commit/f5d23e2))
9-
* **Select:** could select item already selected fix [#3791](https://github.com/alibaba-fusion/next/issues/3791) ([15c373b](https://github.com/alibaba-fusion/next/commit/15c373b))
10-
* **Select:** optimize controlled highlightKey question, close [#3795](https://github.com/alibaba-fusion/next/issues/3795) ([#3798](https://github.com/alibaba-fusion/next/issues/3798)) ([444680a](https://github.com/alibaba-fusion/next/commit/444680a))
11-
* **Table:** virtual table with selection should tell all records, fix [#3792](https://github.com/alibaba-fusion/next/issues/3792) ([ff7bb16](https://github.com/alibaba-fusion/next/commit/ff7bb16))
12-
* 修复从只读态切换到输入态时无法删除已上传的问题 ([2ded045](https://github.com/alibaba-fusion/next/commit/2ded045))
8+
* **Table:** do not change dataSource ([#3811](https://github.com/alibaba-fusion/next/issues/3811)) ([3c70a31](https://github.com/alibaba-fusion/next/commit/3c70a31))
9+
* **Table:** hidden to __hidden ([d818db6](https://github.com/alibaba-fusion/next/commit/d818db6))
1310

1411

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.25';
3+
next.version = '1.25.26';
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.25",
3+
"version": "1.25.26",
44
"description": "A configurable component library for web built on React.",
55
"keywords": [
66
"fusion",

0 commit comments

Comments
 (0)