Skip to content

Commit 5b828dc

Browse files
committed
chore(*): Release-1.27.10
1 parent 0045f5b commit 5b828dc

File tree

5 files changed

+39
-7
lines changed

5 files changed

+39
-7
lines changed

CHANGELOG.md

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

3+
## [1.27.10](https://github.com/alibaba-fusion/next/compare/1.27.9...1.27.10) (2024-04-03)
4+
5+
6+
### Features
7+
8+
* **Avatar:** support imgProps, close [#3476](https://github.com/alibaba-fusion/next/issues/3476) ([#4799](https://github.com/alibaba-fusion/next/issues/4799)) ([0045f5b](https://github.com/alibaba-fusion/next/commit/0045f5bbc476b3f2b7a82bbdac8ee127ba55b7b2))
9+
* **CascaderSelect:** support focus() and keyboard control, close [#3608](https://github.com/alibaba-fusion/next/issues/3608) ([66437cd](https://github.com/alibaba-fusion/next/commit/66437cd89c30855109047bf7011494f9224b6654))
10+
11+
12+
### Bug Fixes
13+
14+
* **Grid:** pass legal HTML props to the root dom node, close [#2867](https://github.com/alibaba-fusion/next/issues/2867) ([3b60374](https://github.com/alibaba-fusion/next/commit/3b60374da95661120ba14ddcfc91d16fb2a7452b))
15+
* **Step:** compatible with legacy direction and labelPlacement, close [#4813](https://github.com/alibaba-fusion/next/issues/4813) ([#4814](https://github.com/alibaba-fusion/next/issues/4814)) ([fd14601](https://github.com/alibaba-fusion/next/commit/fd14601350b1c76961f039584319bc5480d5c29f))
16+
* **TimePicker2:** use props.format to validate value, close [#3651](https://github.com/alibaba-fusion/next/issues/3651) ([#4803](https://github.com/alibaba-fusion/next/issues/4803)) ([aac4730](https://github.com/alibaba-fusion/next/commit/aac4730c694b08412af2844a6373f437f6c80eed))
17+
18+
19+
### Code Refactoring
20+
21+
* **Rating:** convert to TypeScript, impove docs and tests, close [#4603](https://github.com/alibaba-fusion/next/issues/4603) ([7d72565](https://github.com/alibaba-fusion/next/commit/7d7256526062746b8db68c0f29db372114474c7f))
22+
* **Switch:** convert to TypeScript, impove docs and tests, close [#4611](https://github.com/alibaba-fusion/next/issues/4611) ([334c8cc](https://github.com/alibaba-fusion/next/commit/334c8cc689d72e079dd9fbdf448a6f91558d7f9e))
23+
* **Tree:** convert to TypeScript, impove docs and tests, close [#4619](https://github.com/alibaba-fusion/next/issues/4619) ([b42bd2e](https://github.com/alibaba-fusion/next/commit/b42bd2e4664afd9148c4f2a47254dbb4ed0ec7f4))
24+
25+
326
## [1.27.9](https://github.com/alibaba-fusion/next/compare/1.27.8...1.27.9) (2024-03-26)
427

528

LATESTLOG.md

+13-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
# Latest Log
22

3-
## [1.27.9](https://github.com/alibaba-fusion/next/compare/1.27.8...1.27.9) (2024-03-26)
3+
## [1.27.10](https://github.com/alibaba-fusion/next/compare/1.27.9...1.27.10) (2024-04-03)
4+
5+
6+
### Features
7+
8+
* **Avatar:** support imgProps, close [#3476](https://github.com/alibaba-fusion/next/issues/3476) ([#4799](https://github.com/alibaba-fusion/next/issues/4799)) ([0045f5b](https://github.com/alibaba-fusion/next/commit/0045f5bbc476b3f2b7a82bbdac8ee127ba55b7b2))
9+
* **CascaderSelect:** support focus() and keyboard control, close [#3608](https://github.com/alibaba-fusion/next/issues/3608) ([66437cd](https://github.com/alibaba-fusion/next/commit/66437cd89c30855109047bf7011494f9224b6654))
410

511

612
### Bug Fixes
713

8-
* **Overlay:** fix maximum loop update error ([f6a71fd](https://github.com/alibaba-fusion/next/commit/f6a71fd01e5635888140e5a87042ca9ad88a5afd))
14+
* **Grid:** pass legal HTML props to the root dom node, close [#2867](https://github.com/alibaba-fusion/next/issues/2867) ([3b60374](https://github.com/alibaba-fusion/next/commit/3b60374da95661120ba14ddcfc91d16fb2a7452b))
15+
* **Step:** compatible with legacy direction and labelPlacement, close [#4813](https://github.com/alibaba-fusion/next/issues/4813) ([#4814](https://github.com/alibaba-fusion/next/issues/4814)) ([fd14601](https://github.com/alibaba-fusion/next/commit/fd14601350b1c76961f039584319bc5480d5c29f))
16+
* **TimePicker2:** use props.format to validate value, close [#3651](https://github.com/alibaba-fusion/next/issues/3651) ([#4803](https://github.com/alibaba-fusion/next/issues/4803)) ([aac4730](https://github.com/alibaba-fusion/next/commit/aac4730c694b08412af2844a6373f437f6c80eed))
917

1018

1119
### Code Refactoring
1220

13-
* **SplitButton:** convert to TypeScript, impove docs and tests, close [#4609](https://github.com/alibaba-fusion/next/issues/4609) ([cc68da8](https://github.com/alibaba-fusion/next/commit/cc68da8b3233b4e29e47275ba92f5e57f0e3f106))
14-
* **Tag:** convert to TypeScript, impove docs and tests, close [#4614](https://github.com/alibaba-fusion/next/issues/4614) ([df9fd5e](https://github.com/alibaba-fusion/next/commit/df9fd5e4b342ecdb7ed82adec7e79f0b0f020f2f))
21+
* **Rating:** convert to TypeScript, impove docs and tests, close [#4603](https://github.com/alibaba-fusion/next/issues/4603) ([7d72565](https://github.com/alibaba-fusion/next/commit/7d7256526062746b8db68c0f29db372114474c7f))
22+
* **Switch:** convert to TypeScript, impove docs and tests, close [#4611](https://github.com/alibaba-fusion/next/issues/4611) ([334c8cc](https://github.com/alibaba-fusion/next/commit/334c8cc689d72e079dd9fbdf448a6f91558d7f9e))
23+
* **Tree:** convert to TypeScript, impove docs and tests, close [#4619](https://github.com/alibaba-fusion/next/issues/4619) ([b42bd2e](https://github.com/alibaba-fusion/next/commit/b42bd2e4664afd9148c4f2a47254dbb4ed0ec7f4))
1524

components/tree/view/tree.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ export class Tree extends Component<TreeProps, TreeState> {
891891

892892
return {
893893
prefix,
894-
root: this,
894+
root: this as Tree,
895895
eventKey: key,
896896
pos,
897897
isLeaf,

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

0 commit comments

Comments
 (0)