Skip to content

Commit ec21911

Browse files
committed
release: Cut the 1.1.4 release
1 parent 07642b5 commit ec21911

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,33 @@
1+
<a name="1.1.4"></a>
2+
## [1.1.4](https://github.com/myxvisual/react-uwp/compare/v1.1.3...v1.1.4) (2017-08-29)
3+
4+
5+
### Features
6+
7+
* Add SplitViewCommand support controlled show label text ([4ef9ff7](https://github.com/myxvisual/react-uwp/commit/4ef9ff7)), closes [#17](https://github.com/myxvisual/react-uwp/issues/17)
8+
* Add TransformCard component ([07642b5](https://github.com/myxvisual/react-uwp/commit/07642b5))
9+
10+
11+
112
<a name="1.1.3"></a>
2-
## [1.1.3](https://github.com/myxvisual/react-uwp/compare/v1.1.1...v1.1.3) (2017-08-16)
13+
## [1.1.3](https://github.com/myxvisual/react-uwp/compare/v1.1.2...v1.1.3) (2017-08-16)
314

415

516
### Bug Fixes
617

7-
* Disabled Navigation controlled event ([7212886](https://github.com/myxvisual/react-uwp/commit/7212886))
818
* Fall back react-transition-group version ([a34e46c](https://github.com/myxvisual/react-uwp/commit/a34e46c))
919
* Fixed DropDownMenu onChangeValue callback error ([8b953aa](https://github.com/myxvisual/react-uwp/commit/8b953aa))
1020
* Fixed initWidth not working in NavigationView ([8189635](https://github.com/myxvisual/react-uwp/commit/8189635)), closes [#17](https://github.com/myxvisual/react-uwp/issues/17)
21+
22+
23+
24+
<a name="1.1.2"></a>
25+
## [1.1.2](https://github.com/myxvisual/react-uwp/compare/v1.1.1...v1.1.2) (2017-08-10)
26+
27+
28+
### Bug Fixes
29+
30+
* Disabled Navigation controlled event ([7212886](https://github.com/myxvisual/react-uwp/commit/7212886))
1131
* Fixed ListView items missing key props ([c4109fa](https://github.com/myxvisual/react-uwp/commit/c4109fa))
1232
* Fixed MediaPlayer support react-player v0.20.0 ([131d497](https://github.com/myxvisual/react-uwp/commit/131d497))
1333
* Fixed ScrollReveal not working at theme after update ([12d6c86](https://github.com/myxvisual/react-uwp/commit/12d6c86))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-uwp",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "UWP Design & Fluent Design UiKit by React",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)