Skip to content

Releases: headless-ninja/javascript

hn-react-v1.10.0

19 Nov 11:13
00a8e19
Compare
Choose a tag to compare

hn-react-v1.10.0 (2019-11-19)

Features

hn-react-v1.9.1

10 Apr 07:03
031f386
Compare
Choose a tag to compare

hn-react-v1.9.1 (2019-04-10)

Bug Fixes

  • replace all static methods with plain functions (0345882)

hn-v0.7.0

07 Feb 21:12
5bcfd38
Compare
Choose a tag to compare

hn-v0.7.0 (2019-02-07)

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

07 Feb 21:11
5bcfd38
Compare
Choose a tag to compare

hn-react-v1.9.0 (2019-02-07)

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

30 Oct 10:59
0f60422
Compare
Choose a tag to compare

hn-v0.6.3 (2018-10-30)

Bug Fixes

  • Site: import deepmerge with a require instead of a import. To prevent missing imports. (5567afa)

hn-react-v1.8.2

30 Oct 10:58
0f60422
Compare
Choose a tag to compare

hn-react-v1.8.2 (2018-10-30)

Bug Fixes

  • Drupal page: export the DrupalPage.assureData method (b3352b9)

hn-v0.6.2

30 Aug 14:57
ed70468
Compare
Choose a tag to compare

hn-v0.6.2 (2018-08-30)

Bug Fixes

  • types: disable allowSyntheticDefaultImports (9c39a47)

hn-react-v1.8.0

13 Aug 21:34
0265a7c
Compare
Choose a tag to compare

hn-react-v1.8.0 (2018-08-13)

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.13

10 Apr 20:48
5314952
Compare
Choose a tag to compare

hn-react-v1.7.13 (2018-04-10)

Bug Fixes

hn-react-v1.7.12

10 Apr 14:57
d4e22db
Compare
Choose a tag to compare

hn-react-v1.7.12 (2018-04-10)

Bug Fixes

  • drupal-page: only persist context on mount for same url (f22c465), closes #23