forked from alibaba-fusion/next
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
22 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters