-
Notifications
You must be signed in to change notification settings - Fork 592
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
24 additions
and
14 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,23 @@ | ||
# Latest Log | ||
|
||
## [1.26.27](https://github.com/alibaba-fusion/next/compare/1.26.26...1.26.27) (2023-10-25) | ||
## [1.26.28](https://github.com/alibaba-fusion/next/compare/1.26.26...1.26.28) (2023-10-25) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **CascaderSelect:** a typesetting error occurred while being at the … ([#4455](https://github.com/alibaba-fusion/next/issues/4455)) ([49bb89e](https://github.com/alibaba-fusion/next/commit/49bb89e)) | ||
* **DatePicker2:** change inputValue when only mode changes ([#4486](https://github.com/alibaba-fusion/next/issues/4486)) ([c98ec12](https://github.com/alibaba-fusion/next/commit/c98ec12)) | ||
* **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)) ([d96899a](https://github.com/alibaba-fusion/next/commit/d96899a)) | ||
* **Dialog2:** clear warning by ConfigProvider cross ref props with no forwardRef component ([496601c](https://github.com/alibaba-fusion/next/commit/496601c)) | ||
* **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)) ([cb7701e](https://github.com/alibaba-fusion/next/commit/cb7701e)) | ||
* **NumberPicker:** fix minimum value on initialization ([#4477](https://github.com/alibaba-fusion/next/issues/4477)) ([f5b999f](https://github.com/alibaba-fusion/next/commit/f5b999f)) | ||
* **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)) ([9044b0e](https://github.com/alibaba-fusion/next/commit/9044b0e)) | ||
* **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)) ([c60faec](https://github.com/alibaba-fusion/next/commit/c60faec)) | ||
* **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)) | ||
|
||
|
||
### Features | ||
|
||
* **Radio:** add focus support for RadioGroup ([#4465](https://github.com/alibaba-fusion/next/issues/4465)) ([3eac44d](https://github.com/alibaba-fusion/next/commit/3eac44d)) | ||
* **TreeSelect:** support special valueRender, close [#4464](https://github.com/alibaba-fusion/next/issues/4464) ([#4470](https://github.com/alibaba-fusion/next/issues/4470)) ([a2d6fb1](https://github.com/alibaba-fusion/next/commit/a2d6fb1)) | ||
* **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)) | ||
|
||
|
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.27'; | ||
next.version = '1.26.28'; | ||
|
||
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