Skip to content

Commit

Permalink
chore(*): Release-1.15.12
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed Jul 11, 2019
1 parent 14ea5ee commit e604b6a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [1.15.12](https://github.com/alibaba-fusion/next/compare/1.15.11...1.15.12) (2019-07-11)


### Bug Fixes

* remove 'next-' in variable.scss of theme package, close [#865](https://github.com/alibaba-fusion/next/issues/865) ([a9d46f5](https://github.com/alibaba-fusion/next/commit/a9d46f5))
* **Pagination:** override button disabled style ([253239b](https://github.com/alibaba-fusion/next/commit/253239b))




## [1.15.11](https://github.com/alibaba-fusion/next/compare/1.15.10...1.15.11) (2019-07-04)


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

## [1.15.11](https://github.com/alibaba-fusion/next/compare/1.15.10...1.15.11) (2019-07-04)
## [1.15.12](https://github.com/alibaba-fusion/next/compare/1.15.11...1.15.12) (2019-07-11)


### Bug Fixes

* 'name' does not exist on type SelectProps ([732de79](https://github.com/alibaba-fusion/next/commit/732de79))
* **CascaderSelect:** overflow-x shaking ([6e83df4](https://github.com/alibaba-fusion/next/commit/6e83df4))
* **Form:** use ref in FormItem. Close [#820](https://github.com/alibaba-fusion/next/issues/820) ([4585c9c](https://github.com/alibaba-fusion/next/commit/4585c9c))
* **Input:** check if navigator exist to support SSR ([f9b9dfd](https://github.com/alibaba-fusion/next/commit/f9b9dfd))
* **Nav:** disabled background should be the same with others ([46f7959](https://github.com/alibaba-fusion/next/commit/46f7959))
* **Overlay:** check if instance of React Component ([c9e6802](https://github.com/alibaba-fusion/next/commit/c9e6802))
* **Overlay:** support function children-#close-810 ([cff7566](https://github.com/alibaba-fusion/next/commit/cff7566)), closes [children-#close-810](https://github.com/children-/issues/close-810)
* **Search:** fix onChange argc. Close [#394](https://github.com/alibaba-fusion/next/issues/394) ([aa9de65](https://github.com/alibaba-fusion/next/commit/aa9de65))
* **Select:** scroll after search by hightlight click item. Close [#801](https://github.com/alibaba-fusion/next/issues/801) ([2e31d0a](https://github.com/alibaba-fusion/next/commit/2e31d0a))
* **Tree:** cancel select on click twice ([61657a1](https://github.com/alibaba-fusion/next/commit/61657a1))
* remove 'next-' in variable.scss of theme package, close [#865](https://github.com/alibaba-fusion/next/issues/865) ([a9d46f5](https://github.com/alibaba-fusion/next/commit/a9d46f5))
* **Pagination:** override button disabled style ([253239b](https://github.com/alibaba-fusion/next/commit/253239b))


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.15.11';
next.version = '1.15.12';

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

0 comments on commit e604b6a

Please sign in to comment.