|
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 | + |
2 | 10 | ## [0.7.2](https://github.com/measuredco/react-from-json/compare/v0.7.1...v0.7.2) (2020-10-22)
|
3 | 11 |
|
4 | 12 |
|
5 | 13 |
|
6 |
| -<a name="0.7.1"></a> |
7 | 14 | ## [0.7.1](https://github.com/measuredco/react-from-json/compare/v0.7.0...v0.7.1) (2019-12-05)
|
8 | 15 |
|
9 | 16 |
|
10 | 17 |
|
11 |
| -<a name="0.7.0"></a> |
12 | 18 | # [0.7.0](https://github.com/measuredco/react-from-json/compare/v0.6.0...v0.7.0) (2019-11-11)
|
13 | 19 |
|
14 | 20 |
|
15 | 21 | ### Bug Fixes
|
16 | 22 |
|
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)) |
18 | 24 |
|
19 | 25 |
|
20 | 26 | ### Features
|
21 | 27 |
|
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)) |
23 | 29 |
|
24 | 30 |
|
25 | 31 |
|
26 |
| -<a name="0.6.0"></a> |
27 | 32 | # [0.6.0](https://github.com/measuredco/react-from-json/compare/v0.5.0...v0.6.0) (2019-11-04)
|
28 | 33 |
|
29 | 34 |
|
30 | 35 | ### Features
|
31 | 36 |
|
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)) |
34 | 39 |
|
35 | 40 |
|
36 | 41 |
|
37 |
| -<a name="0.5.0"></a> |
38 | 42 | # [0.5.0](https://github.com/measuredco/react-from-json/compare/v0.4.0...v0.5.0) (2019-09-19)
|
39 | 43 |
|
40 | 44 |
|
41 | 45 | ### Features
|
42 | 46 |
|
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)) |
45 | 49 |
|
46 | 50 |
|
47 | 51 |
|
48 |
| -<a name="0.4.0"></a> |
49 | 52 | # [0.4.0](https://github.com/measuredco/react-from-json/compare/v0.3.0...v0.4.0) (2018-10-26)
|
50 | 53 |
|
51 | 54 |
|
52 | 55 | ### Features
|
53 | 56 |
|
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)) |
55 | 58 |
|
56 | 59 |
|
57 | 60 |
|
58 |
| -<a name="0.3.0"></a> |
59 | 61 | # [0.3.0](https://github.com/measuredco/react-from-json/compare/v0.2.0...v0.3.0) (2018-10-17)
|
60 | 62 |
|
61 | 63 |
|
62 | 64 | ### Bug Fixes
|
63 | 65 |
|
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)) |
65 | 67 |
|
66 | 68 |
|
67 | 69 | ### Features
|
68 | 70 |
|
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)) |
70 | 72 |
|
71 | 73 |
|
72 | 74 |
|
73 |
| -<a name="0.2.0"></a> |
74 | 75 | # [0.2.0](https://github.com/measuredco/react-from-json/compare/v0.1.0...v0.2.0) (2018-10-01)
|
75 | 76 |
|
76 | 77 |
|
77 | 78 | ### Features
|
78 | 79 |
|
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)) |
80 | 81 |
|
81 | 82 |
|
82 | 83 |
|
83 |
| -<a name="0.1.0"></a> |
84 | 84 | # 0.1.0 (2018-09-28)
|
85 | 85 |
|
86 | 86 |
|
|
0 commit comments