Skip to content

Latest commit

 

History

History
87 lines (30 loc) · 2.72 KB

CHANGELOG.md

File metadata and controls

87 lines (30 loc) · 2.72 KB

0.8.0 (2023-12-23)

Features

  • 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)

Bug Fixes

  • retain component keys on render (d384dc9)

Features

  • pass propKey to mapped components (1f13968)

0.6.0 (2019-11-04)

Features

  • 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)

Features

  • 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)

Features

  • use array index for unique keys, and add propIndex prop (c5df9d4)

0.3.0 (2018-10-17)

Bug Fixes

  • resolve null props as expected (5186b07)

Features

  • resolve id prop from component JSON root (214c256)

0.2.0 (2018-10-01)

Features

  • replace ComponentRef props with ComponentLookup components (d77e080)

0.1.0 (2018-09-28)