Releases: headless-ninja/javascript
Releases · headless-ninja/javascript
hn-react-v1.9.1
Bug Fixes
- replace all static methods with plain functions (0345882)
hn-v0.7.0
Bug Fixes
- hn: don't return uuid if it isn't fully loaded yet (c215734)
Features
- implement a new loading technique (b94cee6)
hn-react-v1.9.0
Bug Fixes
- hn: don't return uuid if it isn't fully loaded yet (c215734)
Features
- export assureComponent (e240800)
- implement a new loading technique (b94cee6)
- hn-react: make the mapper optional for the DrupalPage (4b9cbe1)
hn-v0.6.3
Bug Fixes
- Site: import deepmerge with a require instead of a import. To prevent missing imports. (5567afa)
hn-react-v1.8.2
Bug Fixes
- Drupal page: export the DrupalPage.assureData method (b3352b9)
hn-v0.6.2
Bug Fixes
- types: disable allowSyntheticDefaultImports (9c39a47)
hn-react-v1.8.0
Features
- hn-react: add a SiteProvider, SiteConsumer and withSite HOC (b15f25d)
- hn-react: export site-context components, functions and types (3d3aabd)
- hn-react: use site context in DrupalPage (d7ed17a)
- hn-react: use site context in EntityMapper (918b58b)
hn-react-v1.7.12
Bug Fixes
- drupal-page: only persist context on mount for same url (f22c465), closes #23