Skip to content

Commit

Permalink
chore(*): Release-1.21.6
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed Sep 25, 2020
1 parent ea941a0 commit f28a666
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 38 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## [1.21.6](https://github.com/alibaba-fusion/next/compare/1.21.5...1.21.6) (2020-09-25)


### Bug Fixes

* add disabled className for input/menu/search ([c0ac701](https://github.com/alibaba-fusion/next/commit/c0ac701))
* **NumberPicker:** fix bug that cannot input 0 decimal's last position ([3fe963b](https://github.com/alibaba-fusion/next/commit/3fe963b))
* **NumberPicker:** use regexp to solve ([0fafb20](https://github.com/alibaba-fusion/next/commit/0fafb20))
* **Range:** fix range position with custom range-size-m-scale-height ([#2208](https://github.com/alibaba-fusion/next/issues/2208)) ([68aa95c](https://github.com/alibaba-fusion/next/commit/68aa95c))


### Features

* **Dialog:** add closeMode ([fc931d9](https://github.com/alibaba-fusion/next/commit/fc931d9))
* **Dialog, Message:** add withContext ([#2009](https://github.com/alibaba-fusion/next/issues/2009)) ([2608700](https://github.com/alibaba-fusion/next/commit/2608700))
* **Drawer:** add closeMode ([8dddb72](https://github.com/alibaba-fusion/next/commit/8dddb72))




## [1.21.5](https://github.com/alibaba-fusion/next/compare/1.21.4...1.21.5) (2020-09-17)


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

## [1.21.5](https://github.com/alibaba-fusion/next/compare/1.21.4...1.21.5) (2020-09-17)
## [1.21.6](https://github.com/alibaba-fusion/next/compare/1.21.5...1.21.6) (2020-09-25)


### Bug Fixes

* **Input:** ui of radius in password autofill. fix [#2017](https://github.com/alibaba-fusion/next/issues/2017) ([916f0f0](https://github.com/alibaba-fusion/next/commit/916f0f0))
* **Menu:** avoid errors while dom removed and js executing ([4c4732a](https://github.com/alibaba-fusion/next/commit/4c4732a))
* **Nav:** correct inline level when iconOnly switched, close [#1676](https://github.com/alibaba-fusion/next/issues/1676) ([b4a03d7](https://github.com/alibaba-fusion/next/commit/b4a03d7))
* **Select:** crash when mode=tag&&value={null}&&isPreview, close [#2175](https://github.com/alibaba-fusion/next/issues/2175) ([bcc4ddc](https://github.com/alibaba-fusion/next/commit/bcc4ddc))
* **Select:** enhance defaultValue type. fix [#2071](https://github.com/alibaba-fusion/next/issues/2071) ([d6a090d](https://github.com/alibaba-fusion/next/commit/d6a090d))
* **Select:** only close popup in disabled state. fix [#2072](https://github.com/alibaba-fusion/next/issues/2072) ([f9f7456](https://github.com/alibaba-fusion/next/commit/f9f7456))
* **Table:** add _typeMark to func, close [#2180](https://github.com/alibaba-fusion/next/issues/2180) ([0176594](https://github.com/alibaba-fusion/next/commit/0176594))
* **Table:** rowselection bug when children is null, close [#2179](https://github.com/alibaba-fusion/next/issues/2179) ([b756075](https://github.com/alibaba-fusion/next/commit/b756075))
* **Upload:** startUpload in card mode. fix [#2097](https://github.com/alibaba-fusion/next/issues/2097) ([6032d0d](https://github.com/alibaba-fusion/next/commit/6032d0d))
* add disabled className for input/menu/search ([c0ac701](https://github.com/alibaba-fusion/next/commit/c0ac701))
* **NumberPicker:** fix bug that cannot input 0 decimal's last position ([3fe963b](https://github.com/alibaba-fusion/next/commit/3fe963b))
* **NumberPicker:** use regexp to solve ([0fafb20](https://github.com/alibaba-fusion/next/commit/0fafb20))
* **Range:** fix range position with custom range-size-m-scale-height ([#2208](https://github.com/alibaba-fusion/next/issues/2208)) ([68aa95c](https://github.com/alibaba-fusion/next/commit/68aa95c))


### Features

* **Upload:** add api itemRender for Card. fix [#2100](https://github.com/alibaba-fusion/next/issues/2100) ([c982886](https://github.com/alibaba-fusion/next/commit/c982886))
* **Dialog:** add closeMode ([fc931d9](https://github.com/alibaba-fusion/next/commit/fc931d9))
* **Dialog, Message:** add withContext ([#2009](https://github.com/alibaba-fusion/next/issues/2009)) ([2608700](https://github.com/alibaba-fusion/next/commit/2608700))
* **Drawer:** add closeMode ([8dddb72](https://github.com/alibaba-fusion/next/commit/8dddb72))


Loading

0 comments on commit f28a666

Please sign in to comment.