Skip to content

Commit

Permalink
chore(*): Release-1.27.9
Browse files Browse the repository at this point in the history
  • Loading branch information
YSMJ1994 committed Mar 26, 2024
1 parent df60b57 commit 8c93e6b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 23 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## [1.27.9](https://github.com/alibaba-fusion/next/compare/1.27.8...1.27.9) (2024-03-26)


### Bug Fixes

* **Overlay:** fix maximum loop update error ([f6a71fd](https://github.com/alibaba-fusion/next/commit/f6a71fd01e5635888140e5a87042ca9ad88a5afd))


### Code Refactoring

* **SplitButton:** convert to TypeScript, impove docs and tests, close [#4609](https://github.com/alibaba-fusion/next/issues/4609) ([cc68da8](https://github.com/alibaba-fusion/next/commit/cc68da8b3233b4e29e47275ba92f5e57f0e3f106))
* **Tag:** convert to TypeScript, impove docs and tests, close [#4614](https://github.com/alibaba-fusion/next/issues/4614) ([df9fd5e](https://github.com/alibaba-fusion/next/commit/df9fd5e4b342ecdb7ed82adec7e79f0b0f020f2f))


## [1.27.8](https://github.com/alibaba-fusion/next/compare/1.27.7...1.27.8) (2024-03-21)


Expand Down
25 changes: 4 additions & 21 deletions LATESTLOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,15 @@
# Latest Log

## [1.27.8](https://github.com/alibaba-fusion/next/compare/1.27.7...1.27.8) (2024-03-21)


### Features

* **Select:** suport colorful tag [#3778](https://github.com/alibaba-fusion/next/issues/3778) ([6f73852](https://github.com/alibaba-fusion/next/commit/6f73852e47f593f1b4e722aeb0c5b8a0c67ad280))
## [1.27.9](https://github.com/alibaba-fusion/next/compare/1.27.8...1.27.9) (2024-03-26)


### Bug Fixes

* **Avatar:** size should work in box , close [#3511](https://github.com/alibaba-fusion/next/issues/3511) ([881cad8](https://github.com/alibaba-fusion/next/commit/881cad8d2f13c015e329e935c852e434bdcdec2d))
* **DatePicker2:** should pass inputProps to trigger function to support custom range picker trigger ([2bdb937](https://github.com/alibaba-fusion/next/commit/2bdb937c73b3de4caccbec2fefcb6373322909e7))
* **DatePicker2:** WeekPicker should format value correctly when date is 01-01 ([#4786](https://github.com/alibaba-fusion/next/issues/4786)) ([103aafe](https://github.com/alibaba-fusion/next/commit/103aafeafc4a0491496670dd5869e3717ef707ce))
* **DatePicker:** should show clear icon when it only has start/end value, close [#3448](https://github.com/alibaba-fusion/next/issues/3448) ([67cf979](https://github.com/alibaba-fusion/next/commit/67cf97945a2369b3277f83c2a8eb32cc7d80ffe2))
* **Table:** should not log warn when primaryKey is 0, close [#3740](https://github.com/alibaba-fusion/next/issues/3740) ([f7b8c8c](https://github.com/alibaba-fusion/next/commit/f7b8c8c17318cfb3a7ec718d047fefddd52f0986))
* remove banner msg from dist/*.css to make [@charset](https://github.com/charset) useful ([77b0c2e](https://github.com/alibaba-fusion/next/commit/77b0c2e35af4e5d77e78f89a18eb533af2f645be))


### Documentation

* **Search:** remove unnecessary symbol "," ([4c15a1b](https://github.com/alibaba-fusion/next/commit/4c15a1bd97bf46ffa902908b1b5ad394788812ad))
* **Overlay:** fix maximum loop update error ([f6a71fd](https://github.com/alibaba-fusion/next/commit/f6a71fd01e5635888140e5a87042ca9ad88a5afd))


### Code Refactoring

* **Checkbox:** convert to TypeScript, impove docs and tests ([#4688](https://github.com/alibaba-fusion/next/pull/4688))
* **Dialog:** convert to TypeScript, impove docs and tests ([#4772](https://github.com/alibaba-fusion/next/pull/4772))
* **Drawer:** convert to TypeScript, impove docs and tests ([#4760](https://github.com/alibaba-fusion/next/pull/4760))
* **Step:** convert to TypeScript, impove docs and tests ([#4770](https://github.com/alibaba-fusion/next/pull/4770))
* **SplitButton:** convert to TypeScript, impove docs and tests, close [#4609](https://github.com/alibaba-fusion/next/issues/4609) ([cc68da8](https://github.com/alibaba-fusion/next/commit/cc68da8b3233b4e29e47275ba92f5e57f0e3f106))
* **Tag:** convert to TypeScript, impove docs and tests, close [#4614](https://github.com/alibaba-fusion/next/issues/4614) ([df9fd5e](https://github.com/alibaba-fusion/next/commit/df9fd5e4b342ecdb7ed82adec7e79f0b0f020f2f))

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.27.8';
next.version = '1.27.9';

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

0 comments on commit 8c93e6b

Please sign in to comment.