Skip to content

Commit 865ea75

Browse files
committed
v0.7.1
1 parent e627dc8 commit 865ea75

2 files changed

Lines changed: 22 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,77 @@
1+
<a name="0.7.1"></a>
2+
## [0.7.1](https://github.com/chrisvxd/react-from-json/compare/v0.7.0...v0.7.1) (2019-12-05)
3+
4+
5+
16
<a name="0.7.0"></a>
2-
# [0.7.0](https://github.com/hydrateio/react-from-json/compare/v0.6.0...v0.7.0) (2019-11-11)
7+
# [0.7.0](https://github.com/chrisvxd/react-from-json/compare/v0.6.0...v0.7.0) (2019-11-11)
38

49

510
### Bug Fixes
611

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

914

1015
### Features
1116

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

1419

1520

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

1924

2025
### Features
2126

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

2530

2631

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

3035

3136
### Features
3237

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

3641

3742

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

4146

4247
### Features
4348

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

4651

4752

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

5156

5257
### Bug Fixes
5358

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

5661

5762
### Features
5863

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

6166

6267

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

6671

6772
### Features
6873

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

7176

7277

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-from-json",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Declare your React component tree in JSON",
55
"author": "hydrateio",
66
"license": "MIT",

0 commit comments

Comments
 (0)