Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

35 lines (28 loc) · 1.41 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Changed

  • Nothing yet.

2.2.0 - 2015-07-22

Added

  • Support for hashed JavaScript assets.
  • 'static' option to render static markup.
  • Standard globals are now included when evaluating source code.

2.1.0 - 2015-03-12

Added

  • A template function can now be provided to generate the rendered component's surrounding HTML.

2.0.1 - 2015-03-05

Changed

  • React is now listed in peerDependencies, ensuring version parity with the consuming project. An immediate benefit is that class-based components built with React v0.13+ now work without any issues.

2.0.0 - 2015-02-26

Changed

  • Components should now be exported directly, rather than factories.

1.0.0 - 2015-02-25

Added

  • Basic support for rendering factories without props to HTML.