Skip to content

Commit

Permalink
chore(*): Release-1.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed Feb 21, 2019
1 parent 692557a commit 3b23924
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 14 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Change Log
# Change Log

<a name="1.12.6"></a>
## [1.12.6](https://github.com/alibaba-fusion/next/compare/1.12.5...1.12.6) (2019-02-21)


### Bug Fixes

* **Cascader:** set listStyle height style error ([61ea4f7](https://github.com/alibaba-fusion/next/commit/61ea4f7))
* **Input:** add name to input dom ([51d151f](https://github.com/alibaba-fusion/next/commit/51d151f))




<a name="1.12.5"></a>
## [1.12.5](https://github.com/alibaba-fusion/next/compare/1.12.4...1.12.5) (2019-02-20)
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.12.5](https://github.com/alibaba-fusion/next/compare/1.12.4...1.12.5) (2019-02-20)
## [1.12.6](https://github.com/alibaba-fusion/next/compare/1.12.5...1.12.6) (2019-02-21)


### Bug Fixes

* style for rtl in Menu & Slider ([573694a](https://github.com/alibaba-fusion/next/commit/573694a))
* **Message:** can`t config content font-size ([2c18b4d](https://github.com/alibaba-fusion/next/commit/2c18b4d))
* **Radio:** a11y ([f26cb24](https://github.com/alibaba-fusion/next/commit/f26cb24))
* **Table:** can't set className via getRowProps in tree mode, close [#343](https://github.com/alibaba-fusion/next/issues/343) ([44c20cb](https://github.com/alibaba-fusion/next/commit/44c20cb))
* **Table:** correct index in expandedRowRender and getExpandedColProps ([068bcd4](https://github.com/alibaba-fusion/next/commit/068bcd4))


### Features

* **Tag:** wrap in ConfigProvider ([95233cc](https://github.com/alibaba-fusion/next/commit/95233cc))
* **Cascader:** set listStyle height style error ([61ea4f7](https://github.com/alibaba-fusion/next/commit/61ea4f7))
* **Input:** add name to input dom ([51d151f](https://github.com/alibaba-fusion/next/commit/51d151f))


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.12.5';
next.version = '1.12.6';

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

0 comments on commit 3b23924

Please sign in to comment.