Skip to content

Commit

Permalink
chore(*): Release-1.26.28
Browse files Browse the repository at this point in the history
  • Loading branch information
YSMJ1994 committed Oct 25, 2023
1 parent 4ca767b commit 3e0250e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 14 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Change Log
# Change Log

## [1.26.28](https://github.com/alibaba-fusion/next/compare/1.26.27...1.26.28) (2023-10-25)


### Bug Fixes

* **TreeSelect:** valueRender prop type, close ([#4494](https://github.com/alibaba-fusion/next/issues/4494)) ([4ca767b](https://github.com/alibaba-fusion/next/commit/4ca767b))




## [1.26.27](https://github.com/alibaba-fusion/next/compare/1.26.26...1.26.27) (2023-10-25)

Expand Down
22 changes: 11 additions & 11 deletions LATESTLOG.md
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))


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.26.27';
next.version = '1.26.28';

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.26.27",
"version": "1.26.28",
"description": "A configurable component library for web built on React.",
"keywords": [
"fusion",
Expand Down

0 comments on commit 3e0250e

Please sign in to comment.