Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Dec 5, 2019
1 parent e627dc8 commit 865ea75
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
37 changes: 21 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,72 +1,77 @@
<a name="0.7.1"></a>
## [0.7.1](https://github.com/chrisvxd/react-from-json/compare/v0.7.0...v0.7.1) (2019-12-05)



<a name="0.7.0"></a>
# [0.7.0](https://github.com/hydrateio/react-from-json/compare/v0.6.0...v0.7.0) (2019-11-11)
# [0.7.0](https://github.com/chrisvxd/react-from-json/compare/v0.6.0...v0.7.0) (2019-11-11)


### Bug Fixes

* retain component keys on render ([d384dc9](https://github.com/hydrateio/react-from-json/commit/d384dc9))
* retain component keys on render ([d384dc9](https://github.com/chrisvxd/react-from-json/commit/d384dc9))


### Features

* pass propKey to mapped components ([1f13968](https://github.com/hydrateio/react-from-json/commit/1f13968))
* pass propKey to mapped components ([1f13968](https://github.com/chrisvxd/react-from-json/commit/1f13968))



<a name="0.6.0"></a>
# [0.6.0](https://github.com/hydrateio/react-from-json/compare/v0.5.0...v0.6.0) (2019-11-04)
# [0.6.0](https://github.com/chrisvxd/react-from-json/compare/v0.5.0...v0.6.0) (2019-11-04)


### Features

* add optional 'default' component mapping, for falling back when component doesn't exist ([8d818a9](https://github.com/hydrateio/react-from-json/commit/8d818a9))
* pass _type to mapped components ([fc0a56b](https://github.com/hydrateio/react-from-json/commit/fc0a56b))
* add optional 'default' component mapping, for falling back when component doesn't exist ([8d818a9](https://github.com/chrisvxd/react-from-json/commit/8d818a9))
* pass _type to mapped components ([fc0a56b](https://github.com/chrisvxd/react-from-json/commit/fc0a56b))



<a name="0.5.0"></a>
# [0.5.0](https://github.com/hydrateio/react-from-json/compare/v0.4.0...v0.5.0) (2019-09-19)
# [0.5.0](https://github.com/chrisvxd/react-from-json/compare/v0.4.0...v0.5.0) (2019-09-19)


### Features

* add support for non-standard JSON shapes via mapProp ([0b601db](https://github.com/hydrateio/react-from-json/commit/0b601db))
* throw a useful error if component missing from components ([f873219](https://github.com/hydrateio/react-from-json/commit/f873219))
* add support for non-standard JSON shapes via mapProp ([0b601db](https://github.com/chrisvxd/react-from-json/commit/0b601db))
* throw a useful error if component missing from components ([f873219](https://github.com/chrisvxd/react-from-json/commit/f873219))



<a name="0.4.0"></a>
# [0.4.0](https://github.com/hydrateio/react-from-json/compare/v0.3.0...v0.4.0) (2018-10-26)
# [0.4.0](https://github.com/chrisvxd/react-from-json/compare/v0.3.0...v0.4.0) (2018-10-26)


### Features

* use array index for unique keys, and add propIndex prop ([c5df9d4](https://github.com/hydrateio/react-from-json/commit/c5df9d4))
* use array index for unique keys, and add propIndex prop ([c5df9d4](https://github.com/chrisvxd/react-from-json/commit/c5df9d4))



<a name="0.3.0"></a>
# [0.3.0](https://github.com/hydrateio/react-from-json/compare/v0.2.0...v0.3.0) (2018-10-17)
# [0.3.0](https://github.com/chrisvxd/react-from-json/compare/v0.2.0...v0.3.0) (2018-10-17)


### Bug Fixes

* resolve null props as expected ([5186b07](https://github.com/hydrateio/react-from-json/commit/5186b07))
* resolve null props as expected ([5186b07](https://github.com/chrisvxd/react-from-json/commit/5186b07))


### Features

* resolve id prop from component JSON root ([214c256](https://github.com/hydrateio/react-from-json/commit/214c256))
* resolve id prop from component JSON root ([214c256](https://github.com/chrisvxd/react-from-json/commit/214c256))



<a name="0.2.0"></a>
# [0.2.0](https://github.com/hydrateio/react-from-json/compare/v0.1.0...v0.2.0) (2018-10-01)
# [0.2.0](https://github.com/chrisvxd/react-from-json/compare/v0.1.0...v0.2.0) (2018-10-01)


### Features

* replace ComponentRef props with ComponentLookup components ([d77e080](https://github.com/hydrateio/react-from-json/commit/d77e080))
* replace ComponentRef props with ComponentLookup components ([d77e080](https://github.com/chrisvxd/react-from-json/commit/d77e080))



Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-from-json",
"version": "0.7.0",
"version": "0.7.1",
"description": "Declare your React component tree in JSON",
"author": "hydrateio",
"license": "MIT",
Expand Down

0 comments on commit 865ea75

Please sign in to comment.