-
Notifications
You must be signed in to change notification settings - Fork 593
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
6 changed files
with
37 additions
and
20 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,23 +1,20 @@ | ||
# Latest Log | ||
# Latest Log | ||
|
||
## [1.26.28](https://github.com/alibaba-fusion/next/compare/1.26.26...1.26.28) (2023-10-25) | ||
## [1.26.29](https://github.com/alibaba-fusion/next/compare/1.26.28...1.26.29) (2023-11-01) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **CascaderSelect:** a typesetting error occurred while being at the … ([#4455](https://github.com/alibaba-fusion/next/issues/4455)) ([6d98078](https://github.com/alibaba-fusion/next/commit/6d98078)) | ||
* **DatePicker2:** change inputValue when only mode changes ([#4486](https://github.com/alibaba-fusion/next/issues/4486)) ([ff392f1](https://github.com/alibaba-fusion/next/commit/ff392f1)) | ||
* **Dialog:** in case of overlay is empty, close [#4333](https://github.com/alibaba-fusion/next/issues/4333) ([#4475](https://github.com/alibaba-fusion/next/issues/4475)) ([d912527](https://github.com/alibaba-fusion/next/commit/d912527)) | ||
* **Dialog2:** clear warning by ConfigProvider cross ref props with no forwardRef component ([d017934](https://github.com/alibaba-fusion/next/commit/d017934)) | ||
* **Field:** field props rules should be immutable, close [#4367](https://github.com/alibaba-fusion/next/issues/4367) ([#4479](https://github.com/alibaba-fusion/next/issues/4479)) ([3919d50](https://github.com/alibaba-fusion/next/commit/3919d50)) | ||
* **NumberPicker:** fix minimum value on initialization ([#4477](https://github.com/alibaba-fusion/next/issues/4477)) ([9de2dbd](https://github.com/alibaba-fusion/next/commit/9de2dbd)) | ||
* **Select:** can infinite scroll when useVirtual, close [#4175](https://github.com/alibaba-fusion/next/issues/4175) ([#4476](https://github.com/alibaba-fusion/next/issues/4476)) ([8d0b263](https://github.com/alibaba-fusion/next/commit/8d0b263)) | ||
* **Table:** error when columns is undefined, close [#4070](https://github.com/alibaba-fusion/next/issues/4070) ([#4474](https://github.com/alibaba-fusion/next/issues/4474)) ([b1f504c](https://github.com/alibaba-fusion/next/commit/b1f504c)) | ||
* **Calendar:** calendar should support uncontrolled mode, close [#4491](https://github.com/alibaba-fusion/next/issues/4491) ([64396da](https://github.com/alibaba-fusion/next/commit/64396da)) | ||
* **Cascader:** first level menu always can collapse next level menus, close [#4472](https://github.com/alibaba-fusion/next/issues/4472) ([#4502](https://github.com/alibaba-fusion/next/issues/4502)) ([c8ed0b5](https://github.com/alibaba-fusion/next/commit/c8ed0b5)) | ||
* **Select:** should prevent scroll when click wrapper, close [#4492](https://github.com/alibaba-fusion/next/issues/4492) ([#4504](https://github.com/alibaba-fusion/next/issues/4504)) ([dae8daf](https://github.com/alibaba-fusion/next/commit/dae8daf)) | ||
* **Switch:** should unClickable while diabled, close [#4478](https://github.com/alibaba-fusion/next/issues/4478) ([28266ad](https://github.com/alibaba-fusion/next/commit/28266ad)) | ||
* **Tab:** scroll by active correctly, close [#4227](https://github.com/alibaba-fusion/next/issues/4227) ([#4505](https://github.com/alibaba-fusion/next/issues/4505)) ([1f0a4f4](https://github.com/alibaba-fusion/next/commit/1f0a4f4)) | ||
|
||
|
||
### Features | ||
|
||
* **Radio:** add focus support for RadioGroup ([#4465](https://github.com/alibaba-fusion/next/issues/4465)) ([66d06c9](https://github.com/alibaba-fusion/next/commit/66d06c9)) | ||
* **TreeSelect:** support special valueRender, close [#4464](https://github.com/alibaba-fusion/next/issues/4464) ([#4470](https://github.com/alibaba-fusion/next/issues/4470)) ([9aa17b6](https://github.com/alibaba-fusion/next/commit/9aa17b6)) | ||
* **upload:** add listType 'none' to hide upload list ([#4500](https://github.com/alibaba-fusion/next/issues/4500)) ([bf5bf12](https://github.com/alibaba-fusion/next/commit/bf5bf12)) | ||
* **Breadcrumb:** Add onClick eventHandler for item, close [#4457](https://github.com/alibaba-fusion/next/issues/4457)([fdcf494](https://github.com/alibaba-fusion/next/commit/fdcf494)) | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
var next = require('./lib/index.js'); | ||
|
||
next.version = '1.26.28'; | ||
next.version = '1.26.29'; | ||
|
||
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