Skip to content

Commit 1f14a48

Browse files
committed
release: Cut the 1.1.2 release
1 parent 3e3545a commit 1f14a48

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
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)
3+
4+
5+
### Bug Fixes
6+
7+
* Disabled Navigation controlled event ([7212886](https://github.com/myxvisual/react-uwp/commit/7212886))
8+
* Fixed ListView items missing key props ([c4109fa](https://github.com/myxvisual/react-uwp/commit/c4109fa))
9+
* Fixed MediaPlayer support react-player v0.20.0 ([131d497](https://github.com/myxvisual/react-uwp/commit/131d497))
10+
* Fixed ScrollReveal not working at theme after update ([12d6c86](https://github.com/myxvisual/react-uwp/commit/12d6c86))
11+
* Fixed styleManager create element in ssr bug ([44cc7ca](https://github.com/myxvisual/react-uwp/commit/44cc7ca)), closes [#16](https://github.com/myxvisual/react-uwp/issues/16)
12+
* react-uwp not export LinkState ([d38629c](https://github.com/myxvisual/react-uwp/commit/d38629c))
13+
14+
15+
### Features
16+
17+
* Add Dialog component to source and docs ([e9bda35](https://github.com/myxvisual/react-uwp/commit/e9bda35)), closes [#11](https://github.com/myxvisual/react-uwp/issues/11)
18+
* Add RenderToBody support ssr ([7f1d563](https://github.com/myxvisual/react-uwp/commit/7f1d563))
19+
* Fixed RenderToBody wrong attribute name ([e4abeb0](https://github.com/myxvisual/react-uwp/commit/e4abeb0))
20+
* Update RenderToBody support className ([b97ba6b](https://github.com/myxvisual/react-uwp/commit/b97ba6b))
21+
22+
23+
124
<a name="1.1.1"></a>
225
## [1.1.1](https://github.com/myxvisual/react-uwp/compare/v1.1.0...v1.1.1) (2017-08-08)
326

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.1",
3+
"version": "1.1.2",
44
"description": "UWP Design & Fluent Design UiKit by React",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)