Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.

Releases: headless-ninja/hn-react

v1.7.11

19 Mar 08:51
Compare
Choose a tag to compare

1.7.11 (2018-03-19)

Bug Fixes

  • async-mapper: add tests for asyncMapper in DrupalPage (7a214a0)
  • async-mapper: make sure mapper state is preserved after asyncBootstrap (136391a)
  • async-mapper: use asyncMapper as mapper, not boolean (45e1fda)
  • drupal-page: stop render when loading data (134b3b3)

v1.7.10

28 Feb 00:04
Compare
Choose a tag to compare

1.7.10 (2018-02-28)

Bug Fixes

  • entity-mapper: check for existing state on asyncBootstrap (e36cb30)
  • entity-mapper: move index property to EntityListMapper (5270027)
  • entity-mapper: refactor entityComponents state (e9d695f)

v1.7.9

26 Feb 11:28
Compare
Choose a tag to compare

1.7.9 (2018-02-26)

Bug Fixes

  • bootstrapper: make sure components are unmounted after bootstrap (41470ac)

v1.7.8

23 Feb 21:08
Compare
Choose a tag to compare

1.7.8 (2018-02-23)

Bug Fixes

  • drupal-page: don't render layout component when none provided (5a64990)
  • drupal-page: only render entityMapper when rendered once before (ddb4761)

v1.7.7

21 Feb 11:01
Compare
Choose a tag to compare

1.7.7 (2018-02-21)

Bug Fixes

  • components: remove deprecated prop types that were only used for Paragraphs (592650b)
  • entity-list-mapper: change entityWrapper propType (8c9c65f)
  • paragraph: map props in Paragraph component to remove PropType warnings (ac465d3)
  • paragraph: map props in Paragraphs component to remove PropType warnings (47b1408)

v1.7.6

17 Feb 18:37
Compare
Choose a tag to compare

1.7.6 (2018-02-17)

Bug Fixes

  • deprecations: use console.warn instead of console.error (d7c98aa)
  • waitForHnData: allow EntityMapper to be rendered without DrupalPage (137a689)
  • waitForHnData: use combination of uuid and mapper to save loaded entities (87da45a)

v1.7.5

11 Feb 17:55
Compare
Choose a tag to compare

1.7.5 (2018-02-11)

Bug Fixes

  • async-mapper: fix asyncMapper for entities (22bbb12)

v1.7.4

10 Feb 10:56
Compare
Choose a tag to compare

1.7.4 (2018-02-10)

Bug Fixes

v1.7.3

09 Feb 21:40
Compare
Choose a tag to compare

1.7.3 (2018-02-09)

Bug Fixes

  • entity-mapper: fix deprecation of page prop (4ae05e2)
  • entity-mapper: fix entityProps override order (bfdaf8d)
  • entity-mapper: make entityProps stateful (a08a994)
  • entity-mapper: remove deprecated defaultProps (b3aaeb3)

v1.7.2

09 Feb 18:28
Compare
Choose a tag to compare

1.7.2 (2018-02-09)

Bug Fixes

  • entity-mapper: refactor entity mapper (1845a4c)
  • page: spread page props into ContentType & add pageProps prop (ab08dff)