forked from alibaba-fusion/next
-
Notifications
You must be signed in to change notification settings - Fork 1
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
13 changed files
with
131 additions
and
57 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,11 +1,29 @@ | ||
# Latest Log | ||
|
||
## [1.23.24](https://github.com/alibaba-fusion/next/compare/1.23.23...1.23.24) (2021-08-23) | ||
# [1.24.0](https://github.com/alibaba-fusion/next/compare/1.23.24...1.24.0) (2021-08-23) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **CascaderSelect:** deduplicate value ([3c86c31](https://github.com/alibaba-fusion/next/commit/3c86c31)) | ||
* **Table:** filter invalid dom attributes ([1a40ac6](https://github.com/alibaba-fusion/next/commit/1a40ac6)) | ||
* **Message:** animation for message ([f67e216](https://github.com/alibaba-fusion/next/commit/f67e216)) | ||
* **NumberPicker:** delete 0 at beginning for stringMode ([1ed7b45](https://github.com/alibaba-fusion/next/commit/1ed7b45)) | ||
* **NumberPicker:** onChange fired twice on win10 & cn input, close [#3110](https://github.com/alibaba-fusion/next/issues/3110) ([eed9b55](https://github.com/alibaba-fusion/next/commit/eed9b55)) | ||
* **NumberPicker:** step should work on undefined and win10 bug, close [#3110](https://github.com/alibaba-fusion/next/issues/3110) ([8366fdf](https://github.com/alibaba-fusion/next/commit/8366fdf)) | ||
* **Upload:** remove reUpload in ie9 ([c8f0021](https://github.com/alibaba-fusion/next/commit/c8f0021)) | ||
|
||
|
||
### Features | ||
|
||
* remove dependency of next, in mobile mode, close [#3080](https://github.com/alibaba-fusion/next/issues/3080) ([3c3cdd7](https://github.com/alibaba-fusion/next/commit/3c3cdd7)) | ||
* **Form:** add api disabled for Form fix [#3024](https://github.com/alibaba-fusion/next/issues/3024) ([b966299](https://github.com/alibaba-fusion/next/commit/b966299)) | ||
* **Form:** move name to FormItem fix [#937](https://github.com/alibaba-fusion/next/issues/937) ([9977f45](https://github.com/alibaba-fusion/next/commit/9977f45)) | ||
* **Form:** support config label and text color when isPreview=true fix [#2418](https://github.com/alibaba-fusion/next/issues/2418),[#2107](https://github.com/alibaba-fusion/next/issues/2107) ([c5e0c14](https://github.com/alibaba-fusion/next/commit/c5e0c14)) | ||
* **Message:** support multiple instance by Message.config fix [#3259](https://github.com/alibaba-fusion/next/issues/3259) ([b28077a](https://github.com/alibaba-fusion/next/commit/b28077a)) | ||
* **NumberPicker:** add bignumber support ([eca241d](https://github.com/alibaba-fusion/next/commit/eca241d)) | ||
* **NumberPicker:** refactor interactive logic ([5eabf65](https://github.com/alibaba-fusion/next/commit/5eabf65)) | ||
* **Table:** update resize style, close [#3215](https://github.com/alibaba-fusion/next/issues/3215) ([b71f725](https://github.com/alibaba-fusion/next/commit/b71f725)) | ||
* **Upload:** add removeCallback for itemRender fix [#3022](https://github.com/alibaba-fusion/next/issues/3022) ([fb23c5d](https://github.com/alibaba-fusion/next/commit/fb23c5d)) | ||
* **Upload:** new api reUpload for upload error fix [#3010](https://github.com/alibaba-fusion/next/issues/3010) ([05d80a3](https://github.com/alibaba-fusion/next/commit/05d80a3)) | ||
* **Upload:** new api showDownload to show download icon ([638e001](https://github.com/alibaba-fusion/next/commit/638e001)) | ||
|
||
|
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
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
Oops, something went wrong.