Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

36 lines (24 loc) · 1.28 KB

React Habitat Change log

[0.4.2]

  • Updated readme with TypeScript notes
  • Fixed issues with type script definitions #9. Thanks @aventurella

[0.4.1]

  • Fixed typo in readme. Thanks @WPprodigy

[0.4.0]

  • React Habitat Components can now have children #5. Thanks @6stringbeliever

[0.3.1]

  • Updated docs

[0.3.0]

  • 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

[0.2.1]

  • Deprecated 'registerComponent' should now use 'register'
  • Deprecated 'registerComponents' should now use 'registerAll'