Skip to content

Commit

Permalink
chore(*): Release-1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
youluna committed Feb 21, 2019
1 parent 07ae358 commit 67495f8
Show file tree
Hide file tree
Showing 7 changed files with 108 additions and 46 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Change Log

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


### Bug Fixes

* **NumberPicker:** support rtl ([74980bd](https://github.com/alibaba-fusion/next/commit/74980bd))


### Features

* rtl support for Collapse and Loading ([a80c4c5](https://github.com/alibaba-fusion/next/commit/a80c4c5))
* **Affix:** receive the change of offset props ([f190bc7](https://github.com/alibaba-fusion/next/commit/f190bc7))
* **Badge:** support rtl ([0deedb7](https://github.com/alibaba-fusion/next/commit/0deedb7))
* **Breadcrumb:** support rtl ([ba2a287](https://github.com/alibaba-fusion/next/commit/ba2a287))
* **Card:** move rtl.scss ([ab95d34](https://github.com/alibaba-fusion/next/commit/ab95d34))
* **Card:** support rtl ([6dd0673](https://github.com/alibaba-fusion/next/commit/6dd0673))
* **Cascader:** support rtl ([1ed6e25](https://github.com/alibaba-fusion/next/commit/1ed6e25))
* **Checkbox:** RTL feature ([313f1ac](https://github.com/alibaba-fusion/next/commit/313f1ac))
* **Dropdown:** support rtl ([a9beb00](https://github.com/alibaba-fusion/next/commit/a9beb00))
* **Field:** add api autoValidate=false to close onChange validate ([b9b0129](https://github.com/alibaba-fusion/next/commit/b9b0129))
* **Field:** api spliceArray to splice Array like name.{index} ([484841b](https://github.com/alibaba-fusion/next/commit/484841b))
* **Form:** support autoValidate=false to close auto validate ([4bec5db](https://github.com/alibaba-fusion/next/commit/4bec5db))
* **Form:** support rtl ([9fd345e](https://github.com/alibaba-fusion/next/commit/9fd345e))
* **Grid:** support rtl ([f4ba7b4](https://github.com/alibaba-fusion/next/commit/f4ba7b4))
* **Paragraph:** add rtl prop ([d6b3ea5](https://github.com/alibaba-fusion/next/commit/d6b3ea5))
* **Rating:** support custom display of rating grade ([df55fcf](https://github.com/alibaba-fusion/next/commit/df55fcf))
* **Rating:** support rtl ([d793959](https://github.com/alibaba-fusion/next/commit/d793959))
* **Switch:** RTL feature along with some eslint fixes ([1642c0c](https://github.com/alibaba-fusion/next/commit/1642c0c))
* **Table:** API expandedIndexSimulate added ([a227aa2](https://github.com/alibaba-fusion/next/commit/a227aa2))
* **Table:** support rtl ([c36d2c0](https://github.com/alibaba-fusion/next/commit/c36d2c0))
* **Transfer:** support rtl prop ([1575d2f](https://github.com/alibaba-fusion/next/commit/1575d2f))
* **Tree:** support rtl ([37fa931](https://github.com/alibaba-fusion/next/commit/37fa931))




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

Expand Down
28 changes: 26 additions & 2 deletions LATESTLOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Latest Log
# Latest Log

# [1.13.0](https://github.com/alibaba-fusion/next/compare/1.12.8...1.13.0) (2019-02-21)
## [1.13.1](https://github.com/alibaba-fusion/next/compare/1.13.0...1.13.1) (2019-02-21)

### Features
* **NumberPicker:** support rtl ([74980bd](https://github.com/alibaba-fusion/next/commit/74980bd))
* **Collapse & Loading:**: rtl support ([a80c4c5](https://github.com/alibaba-fusion/next/commit/a80c4c5))
* **Affix:** receive the change of offset props ([f190bc7](https://github.com/alibaba-fusion/next/commit/f190bc7))
* **Badge:** support rtl ([0deedb7](https://github.com/alibaba-fusion/next/commit/0deedb7))
* **Breadcrumb:** support rtl ([ba2a287](https://github.com/alibaba-fusion/next/commit/ba2a287))
* **Card:** support rtl ([6dd0673](https://github.com/alibaba-fusion/next/commit/6dd0673)) ([ab95d34](https://github.com/alibaba-fusion/next/commit/ab95d34))
* **Cascader:** support rtl ([1ed6e25](https://github.com/alibaba-fusion/next/commit/1ed6e25))
* **Checkbox:** RTL feature ([313f1ac](https://github.com/alibaba-fusion/next/commit/313f1ac))
* **Dropdown:** support rtl ([a9beb00](https://github.com/alibaba-fusion/next/commit/a9beb00))
* **Field:** add api autoValidate=false to close onChange validate ([b9b0129](https://github.com/alibaba-fusion/next/commit/b9b0129))
* **Field:** api spliceArray to splice Array like name.{index} ([484841b](https://github.com/alibaba-fusion/next/commit/484841b))
* **Form:** support autoValidate=false to close auto validate ([4bec5db](https://github.com/alibaba-fusion/next/commit/4bec5db))
* **Form:** support rtl ([9fd345e](https://github.com/alibaba-fusion/next/commit/9fd345e))
* **Grid:** support rtl ([f4ba7b4](https://github.com/alibaba-fusion/next/commit/f4ba7b4))
* **Paragraph:** add rtl prop ([d6b3ea5](https://github.com/alibaba-fusion/next/commit/d6b3ea5))
* **Rating:** support custom display of rating grade ([df55fcf](https://github.com/alibaba-fusion/next/commit/df55fcf))
* **Rating:** support rtl ([d793959](https://github.com/alibaba-fusion/next/commit/d793959))
* **Switch:** RTL feature along with some eslint fixes ([1642c0c](https://github.com/alibaba-fusion/next/commit/1642c0c))
* **Table:** API expandedIndexSimulate added ([a227aa2](https://github.com/alibaba-fusion/next/commit/a227aa2))
* **Table:** support rtl ([c36d2c0](https://github.com/alibaba-fusion/next/commit/c36d2c0))
* **Transfer:** support rtl prop ([1575d2f](https://github.com/alibaba-fusion/next/commit/1575d2f))
* **Tree:** support rtl ([37fa931](https://github.com/alibaba-fusion/next/commit/37fa931))


2 changes: 1 addition & 1 deletion docs/collapse/demo/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class App extends React.Component {
super(props);
this.state = {
rtl: false
}
};
this.handleDirectionChange = this.handleDirectionChange.bind(this);
}

Expand Down
6 changes: 3 additions & 3 deletions docs/rating/demo/grade.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ const starMap = {
};

ReactDOM.render(
<Rating
defaultValue={2}
<Rating
defaultValue={2}
showGrade
readAs={(val) => starMap[val]}
readAs={(val) => starMap[val]}
/>, mountNode);
````
Loading

0 comments on commit 67495f8

Please sign in to comment.