Skip to content

Commit 913c139

Browse files
committed
chore(*): Release-1.25.43
1 parent 99ff66f commit 913c139

4 files changed

Lines changed: 14 additions & 12 deletions

File tree

CHANGELOG.md

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

3+
## [1.25.43](https://github.com/alibaba-fusion/next/compare/1.25.42...1.25.43) (2022-06-16)
4+
5+
6+
### Bug Fixes
7+
8+
* **Form:** fix onSubmit types ([#3955](https://github.com/alibaba-fusion/next/issues/3955)) ([99ff66f](https://github.com/alibaba-fusion/next/commit/99ff66f))
9+
10+
11+
12+
313
## [1.25.42](https://github.com/alibaba-fusion/next/compare/1.25.41...1.25.42) (2022-06-14)
414

515

LATESTLOG.md

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

3-
## [1.25.42](https://github.com/alibaba-fusion/next/compare/1.25.41...1.25.42) (2022-06-14)
3+
## [1.25.43](https://github.com/alibaba-fusion/next/compare/1.25.42...1.25.43) (2022-06-16)
44

55

66
### Bug Fixes
77

8-
* **Menu:** focuseKey type contain obj, close [#3929](https://github.com/alibaba-fusion/next/issues/3929) ([086937b](https://github.com/alibaba-fusion/next/commit/086937b))
9-
* **Slider:** add pauseOnHover on d.ts ([#3950](https://github.com/alibaba-fusion/next/issues/3950)) ([fc8d20f](https://github.com/alibaba-fusion/next/commit/fc8d20f))
10-
* **TreeSelect:** calculate all checked value only when treeCheckedStrategy=all, close[#3936](https://github.com/alibaba-fusion/next/issues/3936) ([35ff149](https://github.com/alibaba-fusion/next/commit/35ff149))
11-
* **TreeSelect:** fix treeCheckedStrategy issue ([2558ce7](https://github.com/alibaba-fusion/next/commit/2558ce7))
12-
13-
14-
### Features
15-
16-
* **Form:** new api errorMessageName for replace validate name fix [#3937](https://github.com/alibaba-fusion/next/issues/3937) ([ed0915d](https://github.com/alibaba-fusion/next/commit/ed0915d))
8+
* **Form:** fix onSubmit types ([#3955](https://github.com/alibaba-fusion/next/issues/3955)) ([99ff66f](https://github.com/alibaba-fusion/next/commit/99ff66f))
179

1810

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

0 commit comments

Comments
 (0)