Skip to content

Releases: sevenwestmedia-labs/json-react-layouts-data-loader

v3.1.0

16 Sep 06:38
cc60c00
Compare
Choose a tag to compare

3.1.0 (2019-09-16)

Features

  • Component render path is no longer included in data loader props (6d6918c)

v3.0.1

09 Sep 14:19
de85a19
Compare
Choose a tag to compare

3.0.1 (2019-09-09)

Bug Fixes

  • getComponentDataArgs throws when component is not registered (9886a33), closes #12

v3.0.0

06 Sep 06:11
d587372
Compare
Choose a tag to compare

3.0.0 (2019-09-06)

Bug Fixes

  • Use hooks naming to make it clear you can use React hooks in the useRuntimeParams function (5bd7e53)

BREAKING CHANGES

  • Renames getRuntimeParams to useRuntimeParams

v2.3.0

06 Sep 02:40
4d15803
Compare
Choose a tag to compare

2.3.0 (2019-09-06)

Features

  • Allow component with data registrations to augment the load arguments at runtime (1c7b8e9)

v2.2.0

03 Sep 05:11
e96b32e
Compare
Choose a tag to compare

2.2.0 (2019-09-03)

Features

  • Expose paramsCacheKey to components (f7eab61)

v2.1.0

03 Sep 03:27
233a9dc
Compare
Choose a tag to compare

2.1.0 (2019-09-03)

Features

  • Allow wrapping data load function (63950f1)

v2.0.0

02 Sep 08:48
7f7efc3
Compare
Choose a tag to compare

2.0.0 (2019-09-02)

Features

  • Upgrade to latest json-react-layouts (ec4329b)

BREAKING CHANGES

  • json-react-layouts has breaking changes and this relies on the new APIs

v1.1.0

02 Sep 00:31
df2a491
Compare
Choose a tag to compare

1.1.0 (2019-09-02)

Features

  • Added API to get component data args from component (e12076f)

v1.0.2

31 Aug 01:21
a22b0d4
Compare
Choose a tag to compare

1.0.2 (2019-08-31)

Bug Fixes

  • Expose MaybeLoaded type (c2f8b3e)

v1.0.1

30 Aug 12:38
e9e6f32
Compare
Choose a tag to compare

1.0.1 (2019-08-30)

Bug Fixes

  • Exported DataDefinition type (efa2b95)
  • Moved json-react-layouts to peer dependencies (41d9e25)