Skip to content

Releases: DeloitteAU/react-habitat

v1.0.1

08 Mar 03:01
Compare
Choose a tag to compare

v1.0.0

12 Feb 20:23
Compare
Choose a tag to compare

Breaking Change: registerAsync now expects a function. Please see migration guide.

  • Fixed missing dependencies in Code Splitting Example. Thanks @ryanpcmcquen
  • Fixed lazy loading #28. Thanks @ryanpcmcquen
  • Cleanup: removed old deprecated method 'register' from container
  • Cleanup: removed old deprecated method 'registerAll' from container
  • Cleanup: removed old deprecated method 'registerComponent' from container
  • Cleanup: removed old deprecated method 'registerComponents' from container
  • Cleanup: removed old deprecated method 'getComponent' from container
  • Cleanup: removed old deprecated method 'domFactory' from container

v0.6.1

23 Oct 05:30
Compare
Choose a tag to compare

v0.6.0

14 Oct 04:23
Compare
Choose a tag to compare
  • Added "unmountHabitats" method and lifecycle hooks. Thanks @finnfiddle

v0.5.1

03 Oct 12:05
Compare
Choose a tag to compare
  • Updated support for React and React DOM v16. Thanks @nilsml
  • Moved react and react dom into peerDependencies

v0.5.0

19 Aug 12:23
Compare
Choose a tag to compare
  • Updated npm packages in examples
  • Code Splitting Support and Dynamic imports #2
  • Updated readme with JSON encoding information #11. Thanks @JoshuaKelly
  • Added new container builder
  • Register components with default props and options
  • Added update lifecycle methods
  • Added dynamic html wire up support #12
  • Added Redux example
  • Added TypeScript example
  • Updated examples to use latest webpack
  • Deprecated elements property from Bootstrapper
  • Small optimisation wins for production builds

v0.4.2

07 Feb 07:49
Compare
Choose a tag to compare
  • Updated readme with TypeScript notes
  • Fixed issues with type script definitions #9. Thanks @aventurella

v0.4.1

07 Feb 08:05
Compare
Choose a tag to compare

v0.4.0

30 Nov 10:11
Compare
Choose a tag to compare

v0.3.0

01 Oct 12:48
Compare
Choose a tag to compare
  • Added 'data-n-prop' to parse in number type properties
  • Added 'data-r-prop' to parse in reference type properties
  • 'null' values will now parse in as a null object
  • Added safe logging
  • Warnings and Errors now only apply when NODE_ENV is not 'production'
  • Updated warning messages & added more details links
  • Non empty React Habitat component elements now log's a warning instead of throwing errors
  • Fixed issue with parsing empty object's and array's as strings. #3
  • Updated framework module exports so commonJS no longer needs ugly '.default' #4
  • Added examples