Skip to content

v7.0.0

Compare
Choose a tag to compare
@yeojz yeojz released this 10 May 14:07
· 9 commits to master since this release

This module's core renderer, the jsx-render-engine is now part of this repository build process. As such, deployment of both npm repositories are triggered upon version bump.

code

  • Added react-router to v4 support
  • v4 is now default
  • v3 is still available as an export
  • Renamed all strategies to reflect the targeted library. For example: strategy/react instead of strategy/reactTemplates

examples

  • Updated examples with webpack 2
  • Updated dependencies

chore

  • Added more tests
  • Added jsx-render-engine release process