Skip to content

Commit 270a84e

Browse files
committed
chore(*): Release-1.27.16
1 parent 7bf33dd commit 270a84e

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

CHANGELOG.md

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

3+
## [1.27.16](https://github.com/alibaba-fusion/next/compare/1.27.15...1.27.16) (2024-07-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **Icon:** icon demo fail to render ([7bf33dd](https://github.com/alibaba-fusion/next/commit/7bf33ddc77cdef615dc05ff0e730f36547ead243))
9+
10+
311
## [1.27.15](https://github.com/alibaba-fusion/next/compare/1.27.14...1.27.15) (2024-07-05)
412

513

LATESTLOG.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
# Latest Log
22

3-
## [1.27.15](https://github.com/alibaba-fusion/next/compare/1.27.14...1.27.15) (2024-07-05)
4-
5-
6-
### Features
7-
8-
* **Tree:** the Tree component provides the scrollFilterNodeIntoView API ([#4860](https://github.com/alibaba-fusion/next/issues/4860)) ([9df35fe](https://github.com/alibaba-fusion/next/commit/9df35fea5efdd7b2b87926f308eb7e4f7eefafd0))
3+
## [1.27.16](https://github.com/alibaba-fusion/next/compare/1.27.15...1.27.16) (2024-07-18)
94

105

116
### Bug Fixes
127

13-
* **DatePicker2:** unable to enter space to enter time ([65faba2](https://github.com/alibaba-fusion/next/commit/65faba254b349ead3642b3efafab67023ed98a07))
8+
* **Icon:** icon demo fail to render ([7bf33dd](https://github.com/alibaba-fusion/next/commit/7bf33ddc77cdef615dc05ff0e730f36547ead243))
149

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

0 commit comments

Comments
 (0)