Skip to content

Commit

Permalink
chore(*): Release-1.26.16
Browse files Browse the repository at this point in the history
  • Loading branch information
lakerswgq committed Apr 19, 2023
1 parent 0b24a45 commit a981678
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [1.26.16](https://github.com/alibaba-fusion/next/compare/1.26.15...1.26.16) (2023-04-19)


### Bug Fixes

* **Checkbox:** optmize props type definitions, close [#4299](https://github.com/alibaba-fusion/next/issues/4299) ([#4303](https://github.com/alibaba-fusion/next/issues/4303)) ([c994892](https://github.com/alibaba-fusion/next/commit/c994892))
* **TreeSelect:** fix select bug when use preserveNonExistentValue ([#4320](https://github.com/alibaba-fusion/next/issues/4320)) ([0b24a45](https://github.com/alibaba-fusion/next/commit/0b24a45))
* **Typescript:** fix type conflict with @type/react, close [#4313](https://github.com/alibaba-fusion/next/issues/4313) ([#4317](https://github.com/alibaba-fusion/next/issues/4317)) ([41a2011](https://github.com/alibaba-fusion/next/commit/41a2011))




## [1.26.15](https://github.com/alibaba-fusion/next/compare/1.26.14...1.26.15) (2023-03-09)


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

## [1.26.15](https://github.com/alibaba-fusion/next/compare/1.26.14...1.26.15) (2023-03-09)
## [1.26.16](https://github.com/alibaba-fusion/next/compare/1.26.15...1.26.16) (2023-04-19)


### Bug Fixes

* **Input:** fix input groups hover style,close [#3849](https://github.com/alibaba-fusion/next/issues/3849) ([#4274](https://github.com/alibaba-fusion/next/issues/4274)) ([bb37360](https://github.com/alibaba-fusion/next/commit/bb37360))
* **Input:** update onChange function signature ([#4271](https://github.com/alibaba-fusion/next/issues/4271)) ([a73e73a](https://github.com/alibaba-fusion/next/commit/a73e73a))
* **Overlay:** filter unused props 'shouldUpdatePosition', close [#3812](https://github.com/alibaba-fusion/next/issues/3812) ([#4277](https://github.com/alibaba-fusion/next/issues/4277)) ([8131740](https://github.com/alibaba-fusion/next/commit/8131740))
* **Checkbox:** optmize props type definitions, close [#4299](https://github.com/alibaba-fusion/next/issues/4299) ([#4303](https://github.com/alibaba-fusion/next/issues/4303)) ([c994892](https://github.com/alibaba-fusion/next/commit/c994892))
* **TreeSelect:** fix select bug when use preserveNonExistentValue ([#4320](https://github.com/alibaba-fusion/next/issues/4320)) ([0b24a45](https://github.com/alibaba-fusion/next/commit/0b24a45))
* **Typescript:** fix type conflict with @type/react, close [#4313](https://github.com/alibaba-fusion/next/issues/4313) ([#4317](https://github.com/alibaba-fusion/next/issues/4317)) ([41a2011](https://github.com/alibaba-fusion/next/commit/41a2011))


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.15';
next.version = '1.26.16';

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

0 comments on commit a981678

Please sign in to comment.