Skip to content

Commit

Permalink
chore(*): Release-1.25.25
Browse files Browse the repository at this point in the history
  • Loading branch information
lakerswgq committed Mar 17, 2022
1 parent ff7bb16 commit b48359c
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 9 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

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


### Bug Fixes

* some pc h5 cross issue ([f5d23e2](https://github.com/alibaba-fusion/next/commit/f5d23e2))
* **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))
* **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))
* **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))
* 修复从只读态切换到输入态时无法删除已上传的问题 ([2ded045](https://github.com/alibaba-fusion/next/commit/2ded045))




## [1.25.24](https://github.com/alibaba-fusion/next/compare/1.25.22...1.25.24) (2022-03-15)


Expand Down
13 changes: 6 additions & 7 deletions LATESTLOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# Latest Log

## [1.25.24](https://github.com/alibaba-fusion/next/compare/1.25.22...1.25.24) (2022-03-15)
## [1.25.25](https://github.com/alibaba-fusion/next/compare/1.25.24...1.25.25) (2022-03-17)


### Bug Fixes

* **Input:** now allow to toggle visibility when password input is disabled ([91a2cf2](https://github.com/alibaba-fusion/next/commit/91a2cf2))
* **Range:** repair browser count float issue, close [#3652](https://github.com/alibaba-fusion/next/issues/3652) ([eef6e11](https://github.com/alibaba-fusion/next/commit/eef6e11))
* **Select:** make width stable ([1ff2b73](https://github.com/alibaba-fusion/next/commit/1ff2b73))
* **Tab:** style compile fail ([8033e4a](https://github.com/alibaba-fusion/next/commit/8033e4a))
* **Table:** tree table support virtual ([0a4a311](https://github.com/alibaba-fusion/next/commit/0a4a311))
* **TimePicker2:** fix RangePicker wrong minutes and seconds disabled ([#3771](https://github.com/alibaba-fusion/next/issues/3771)), close [#3766](https://github.com/alibaba-fusion/next/issues/3766) ([1aa6f16](https://github.com/alibaba-fusion/next/commit/1aa6f16))
* some pc h5 cross issue ([f5d23e2](https://github.com/alibaba-fusion/next/commit/f5d23e2))
* **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))
* **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))
* **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))
* 修复从只读态切换到输入态时无法删除已上传的问题 ([2ded045](https://github.com/alibaba-fusion/next/commit/2ded045))


2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var next = require('./lib/index.js');

next.version = '1.25.24';
next.version = '1.25.25';

module.exports = next;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alifd/next",
"version": "1.25.24",
"version": "1.25.25",
"description": "A configurable component library for web built on React.",
"keywords": [
"fusion",
Expand Down

0 comments on commit b48359c

Please sign in to comment.