Skip to content

Commit

Permalink
chore(*): Release-1.17.10
Browse files Browse the repository at this point in the history
  • Loading branch information
myronliu347 committed Sep 5, 2019
1 parent 49f94ab commit 7ac35b0
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [1.17.10](https://github.com/alibaba-fusion/next/compare/1.17.9...1.17.10) (2019-09-05)


### Bug Fixes

* **CascaderSelect:** search menu always exist after ([ee9739c](https://github.com/alibaba-fusion/next/commit/ee9739c))
* **Pagination:** pagination size select over width ([8822f05](https://github.com/alibaba-fusion/next/commit/8822f05))
* **Search:** filter attr setting default value. close [#1034](https://github.com/alibaba-fusion/next/issues/1034) ([589c9cb](https://github.com/alibaba-fusion/next/commit/589c9cb))
* **Tab:** isTouchable use slide tabs ([7de99ca](https://github.com/alibaba-fusion/next/commit/7de99ca))
* **Tab:** remove padding&margin&border in hidden ([3abf12f](https://github.com/alibaba-fusion/next/commit/3abf12f))
* **Table:** add filterProps for users to customize filter ([a3db26f](https://github.com/alibaba-fusion/next/commit/a3db26f))




## [1.17.9](https://github.com/alibaba-fusion/next/compare/1.17.8...1.17.9) (2019-09-02)


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

## [1.17.9](https://github.com/alibaba-fusion/next/compare/1.17.8...1.17.9) (2019-09-02)
## [1.17.10](https://github.com/alibaba-fusion/next/compare/1.17.9...1.17.10) (2019-09-05)


### Bug Fixes

* **Tabs:** fix tab nav and panel style ([#1083](https://github.com/alibaba-fusion/next/issues/1083)) ([318605e](https://github.com/alibaba-fusion/next/commit/318605e)), closes [#1085](https://github.com/alibaba-fusion/next/issues/1085) [#1076](https://github.com/alibaba-fusion/next/issues/1076)
* **CascaderSelect:** search menu always exist after ([ee9739c](https://github.com/alibaba-fusion/next/commit/ee9739c))
* **Pagination:** pagination size select over width ([8822f05](https://github.com/alibaba-fusion/next/commit/8822f05))
* **Search:** filter attr setting default value. close [#1034](https://github.com/alibaba-fusion/next/issues/1034) ([589c9cb](https://github.com/alibaba-fusion/next/commit/589c9cb))
* **Tab:** isTouchable use slide tabs ([7de99ca](https://github.com/alibaba-fusion/next/commit/7de99ca))
* **Tab:** remove padding&margin&border in hidden ([3abf12f](https://github.com/alibaba-fusion/next/commit/3abf12f))
* **Table:** add filterProps for users to customize filter ([a3db26f](https://github.com/alibaba-fusion/next/commit/a3db26f))


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.17.9';
next.version = '1.17.10';

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

0 comments on commit 7ac35b0

Please sign in to comment.