Skip to content

Commit 6e84db9

Browse files
committed
v0.8.0
1 parent 16e0df6 commit 6e84db9

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

CHANGELOG.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,86 @@
1-
<a name="0.7.2"></a>
1+
# [0.8.0](https://github.com/measuredco/react-from-json/compare/v0.7.2...v0.8.0) (2023-12-23)
2+
3+
4+
### Features
5+
6+
* support React 18, modernise package build and dependencies ([ab60acb](https://github.com/measuredco/react-from-json/commit/ab60acba13b4f099c932d590493eca4b79e1d887))
7+
8+
9+
210
## [0.7.2](https://github.com/measuredco/react-from-json/compare/v0.7.1...v0.7.2) (2020-10-22)
311

412

513

6-
<a name="0.7.1"></a>
714
## [0.7.1](https://github.com/measuredco/react-from-json/compare/v0.7.0...v0.7.1) (2019-12-05)
815

916

1017

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

1420

1521
### Bug Fixes
1622

17-
* retain component keys on render ([d384dc9](https://github.com/measuredco/react-from-json/commit/d384dc9))
23+
* retain component keys on render ([d384dc9](https://github.com/measuredco/react-from-json/commit/d384dc949b9a86d7a63804ef873489486860e728))
1824

1925

2026
### Features
2127

22-
* pass propKey to mapped components ([1f13968](https://github.com/measuredco/react-from-json/commit/1f13968))
28+
* pass propKey to mapped components ([1f13968](https://github.com/measuredco/react-from-json/commit/1f139684ab7b41113a64f21c70d995221345bd45))
2329

2430

2531

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

2934

3035
### Features
3136

32-
* add optional 'default' component mapping, for falling back when component doesn't exist ([8d818a9](https://github.com/measuredco/react-from-json/commit/8d818a9))
33-
* pass _type to mapped components ([fc0a56b](https://github.com/measuredco/react-from-json/commit/fc0a56b))
37+
* add optional 'default' component mapping, for falling back when component doesn't exist ([8d818a9](https://github.com/measuredco/react-from-json/commit/8d818a983952cc0453faafb025e4c8fb3dc523b3))
38+
* pass _type to mapped components ([fc0a56b](https://github.com/measuredco/react-from-json/commit/fc0a56b38ced887c45bf2f6019440c564310af5d))
3439

3540

3641

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

4044

4145
### Features
4246

43-
* add support for non-standard JSON shapes via mapProp ([0b601db](https://github.com/measuredco/react-from-json/commit/0b601db))
44-
* throw a useful error if component missing from components ([f873219](https://github.com/measuredco/react-from-json/commit/f873219))
47+
* add support for non-standard JSON shapes via mapProp ([0b601db](https://github.com/measuredco/react-from-json/commit/0b601db1f2dae42b3032c175edf6634473ff65e3))
48+
* throw a useful error if component missing from components ([f873219](https://github.com/measuredco/react-from-json/commit/f873219318167e2bfb1bbc62390d0ed295f55000))
4549

4650

4751

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

5154

5255
### Features
5356

54-
* use array index for unique keys, and add propIndex prop ([c5df9d4](https://github.com/measuredco/react-from-json/commit/c5df9d4))
57+
* use array index for unique keys, and add propIndex prop ([c5df9d4](https://github.com/measuredco/react-from-json/commit/c5df9d4004be99afa38feaaae03bd0d00ae77e9b))
5558

5659

5760

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

6163

6264
### Bug Fixes
6365

64-
* resolve null props as expected ([5186b07](https://github.com/measuredco/react-from-json/commit/5186b07))
66+
* resolve null props as expected ([5186b07](https://github.com/measuredco/react-from-json/commit/5186b07ad97c09e4e4d85c103cc3df874dca9b58))
6567

6668

6769
### Features
6870

69-
* resolve id prop from component JSON root ([214c256](https://github.com/measuredco/react-from-json/commit/214c256))
71+
* resolve id prop from component JSON root ([214c256](https://github.com/measuredco/react-from-json/commit/214c2563b8e869ed5759742bd3bd0f9ab58dd9d0))
7072

7173

7274

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

7677

7778
### Features
7879

79-
* replace ComponentRef props with ComponentLookup components ([d77e080](https://github.com/measuredco/react-from-json/commit/d77e080))
80+
* replace ComponentRef props with ComponentLookup components ([d77e080](https://github.com/measuredco/react-from-json/commit/d77e0804c689f3e18be6bf84e918c4d5de244f11))
8081

8182

8283

83-
<a name="0.1.0"></a>
8484
# 0.1.0 (2018-09-28)
8585

8686

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-from-json",
3-
"version": "0.7.2",
3+
"version": "0.8.0",
44
"description": "Declare your React component tree in JSON",
55
"author": "Measured Co. <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)