Skip to content

Commit

Permalink
chore(*): Release-1.17.8
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed Aug 29, 2019
1 parent 0ee86cd commit 86eedfe
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 49 deletions.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
# Change Log
# Change Log

## [1.17.8](https://github.com/alibaba-fusion/next/compare/1.17.7...1.17.8) (2019-08-29)


### Bug Fixes

* **CascaderSelect:** click selected item can`t close ([b623436](https://github.com/alibaba-fusion/next/commit/b623436))
* **Dialog:** allow disableScroll. fix [#954](https://github.com/alibaba-fusion/next/issues/954) ([04f19b3](https://github.com/alibaba-fusion/next/commit/04f19b3))
* **Field:** shallow copy. Close [#1062](https://github.com/alibaba-fusion/next/issues/1062) ([97ffea6](https://github.com/alibaba-fusion/next/commit/97ffea6))
* **Search:** change the way of using sass method(color calculation) ([84808e1](https://github.com/alibaba-fusion/next/commit/84808e1))
* **Slider:** correct arrow disabled state in some case, close [#1065](https://github.com/alibaba-fusion/next/issues/1065) ([a9b319b](https://github.com/alibaba-fusion/next/commit/a9b319b))
* **Tab:** use visibility instead of display to control tab content show. ([#1058](https://github.com/alibaba-fusion/next/issues/1058)) ([2bb776d](https://github.com/alibaba-fusion/next/commit/2bb776d))
* **Tree:** disabled node can`t set checked ([dcb1686](https://github.com/alibaba-fusion/next/commit/dcb1686))


### Deprecated

* **Collapse:** getDerivedStateFromProps ([01eb9f2](https://github.com/alibaba-fusion/next/commit/01eb9f2))
* **Collapse:** lifecycle polyfill ([17598a6](https://github.com/alibaba-fusion/next/commit/17598a6))


### Features

* **Table:** add small size ([bce73f0](https://github.com/alibaba-fusion/next/commit/bce73f0))




## [1.17.7](https://github.com/alibaba-fusion/next/compare/1.17.6...1.17.7) (2019-08-21)

Expand Down
22 changes: 15 additions & 7 deletions LATESTLOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
# Latest Log
# Latest Log

## [1.17.7](https://github.com/alibaba-fusion/next/compare/1.17.6...1.17.7) (2019-08-21)
## [1.17.8](https://github.com/alibaba-fusion/next/compare/1.17.7...1.17.8) (2019-08-29)


### Bug Fixes

* **Checkbox:** checkbox will update indeterminate state when in group ([8b9582a](https://github.com/alibaba-fusion/next/commit/8b9582a))
* **Overlay:** remove position absolute. fix [#1016](https://github.com/alibaba-fusion/next/issues/1016) ([7d87e86](https://github.com/alibaba-fusion/next/commit/7d87e86))
* **Select:** fix onSearchClear function ([12f2a92](https://github.com/alibaba-fusion/next/commit/12f2a92))
* **Select:** readonly ([0d732d6](https://github.com/alibaba-fusion/next/commit/0d732d6))
* **Tree:** undined of parent ([f38f440](https://github.com/alibaba-fusion/next/commit/f38f440))
* **CascaderSelect:** click selected item can`t close ([b623436](https://github.com/alibaba-fusion/next/commit/b623436))
* **Dialog:** allow disableScroll. fix [#954](https://github.com/alibaba-fusion/next/issues/954) ([04f19b3](https://github.com/alibaba-fusion/next/commit/04f19b3))
* **Field:** shallow copy. Close [#1062](https://github.com/alibaba-fusion/next/issues/1062) ([97ffea6](https://github.com/alibaba-fusion/next/commit/97ffea6))
* **Search:** change the way of using sass method(color calculation) ([84808e1](https://github.com/alibaba-fusion/next/commit/84808e1))
* **Slider:** correct arrow disabled state in some case, close [#1065](https://github.com/alibaba-fusion/next/issues/1065) ([a9b319b](https://github.com/alibaba-fusion/next/commit/a9b319b))
* **Tab:** use visibility instead of display to control tab content show. ([#1058](https://github.com/alibaba-fusion/next/issues/1058)) ([2bb776d](https://github.com/alibaba-fusion/next/commit/2bb776d))
* **Tree:** disabled node can`t set checked ([dcb1686](https://github.com/alibaba-fusion/next/commit/dcb1686))
* **Collapse:** use getDerivedStateFromProps ([01eb9f2](https://github.com/alibaba-fusion/next/commit/01eb9f2))([17598a6](https://github.com/alibaba-fusion/next/commit/17598a6))


### Features

* **Table:** add small size ([bce73f0](https://github.com/alibaba-fusion/next/commit/bce73f0))


Loading

0 comments on commit 86eedfe

Please sign in to comment.