Releases: sevenwestmedia-labs/json-react-layouts-data-loader
Releases · sevenwestmedia-labs/json-react-layouts-data-loader
v3.1.0
3.1.0 (2019-09-16)
Features
- Component render path is no longer included in data loader props (6d6918c)
v3.0.1
3.0.1 (2019-09-09)
Bug Fixes
- getComponentDataArgs throws when component is not registered (9886a33), closes #12
v3.0.0
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
2.3.0 (2019-09-06)
Features
- Allow component with data registrations to augment the load arguments at runtime (1c7b8e9)
v2.2.0
2.2.0 (2019-09-03)
Features
- Expose paramsCacheKey to components (f7eab61)
v2.1.0
2.1.0 (2019-09-03)
Features
- Allow wrapping data load function (63950f1)
v2.0.0
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
1.1.0 (2019-09-02)
Features
- Added API to get component data args from component (e12076f)
v1.0.2
1.0.2 (2019-08-31)
Bug Fixes
v1.0.1
1.0.1 (2019-08-30)
Bug Fixes
- Exported DataDefinition type (efa2b95)
- Moved json-react-layouts to peer dependencies (41d9e25)