Skip to content

Commit 1b0e970

Browse files
committed
release: Cut the 1.1.3 release
1 parent a34e46c commit 1b0e970

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
<a name="1.1.2"></a>
2-
## [1.1.2](https://github.com/myxvisual/react-uwp/compare/v1.1.1...v1.1.2) (2017-08-10)
1+
<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)
33

44

55
### Bug Fixes
66

77
* Disabled Navigation controlled event ([7212886](https://github.com/myxvisual/react-uwp/commit/7212886))
8+
* Fall back react-transition-group version ([a34e46c](https://github.com/myxvisual/react-uwp/commit/a34e46c))
9+
* Fixed DropDownMenu onChangeValue callback error ([8b953aa](https://github.com/myxvisual/react-uwp/commit/8b953aa))
10+
* 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)
811
* Fixed ListView items missing key props ([c4109fa](https://github.com/myxvisual/react-uwp/commit/c4109fa))
912
* Fixed MediaPlayer support react-player v0.20.0 ([131d497](https://github.com/myxvisual/react-uwp/commit/131d497))
1013
* 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.2",
3+
"version": "1.1.3",
44
"description": "UWP Design & Fluent Design UiKit by React",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)