We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5186b07 commit 3861ba8Copy full SHA for 3861ba8
2 files changed
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+<a name="0.3.0"></a>
2
+# [0.3.0](https://github.com/hydrateio/react-from-json/compare/v0.2.0...v0.3.0) (2018-10-17)
3
+
4
5
+### Bug Fixes
6
7
+* resolve null props as expected ([5186b07](https://github.com/hydrateio/react-from-json/commit/5186b07))
8
9
10
+### Features
11
12
+* resolve id prop from component JSON root ([214c256](https://github.com/hydrateio/react-from-json/commit/214c256))
13
14
15
16
<a name="0.2.0"></a>
17
# [0.2.0](https://github.com/hydrateio/react-from-json/compare/v0.1.0...v0.2.0) (2018-10-01)
18
package.json
@@ -1,6 +1,6 @@
{
"name": "react-from-json",
- "version": "0.2.0",
+ "version": "0.3.0",
"description": "Declare your React component tree in JSON",
"author": "hydrateio",
"license": "MIT",
0 commit comments