0.8.0 (2023-12-23)
- support React 18, modernise package build and dependencies (ab60acb)
0.7.2 (2020-10-22)
0.7.1 (2019-12-05)
0.7.0 (2019-11-11)
- retain component keys on render (d384dc9)
- pass propKey to mapped components (1f13968)
0.6.0 (2019-11-04)
- add optional 'default' component mapping, for falling back when component doesn't exist (8d818a9)
- pass _type to mapped components (fc0a56b)
0.5.0 (2019-09-19)
- add support for non-standard JSON shapes via mapProp (0b601db)
- throw a useful error if component missing from components (f873219)
0.4.0 (2018-10-26)
- use array index for unique keys, and add propIndex prop (c5df9d4)
0.3.0 (2018-10-17)
- resolve null props as expected (5186b07)
- resolve id prop from component JSON root (214c256)
0.2.0 (2018-10-01)
- replace ComponentRef props with ComponentLookup components (d77e080)