Skip to content

Releases: yeojz/metalsmith-react-templates

v7.0.1

10 May 14:08
Compare
Choose a tag to compare

chore

  • fix circle ci release process for jsx-render-engine

v7.0.0

10 May 14:07
Compare
Choose a tag to compare

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

v6.0.3

01 Apr 08:00
Compare
Choose a tag to compare

code

  • Error callback is now given the whole error object / string instead of just message. PR #46

chore

  • README.md linted with remark-lint
  • Update cross-env to 4.0.0

v6.0.0

26 Feb 05:56
Compare
Choose a tag to compare

code

  • Introduced support for preact and react-router with new engine

renames

  • noConflict -> templateKey
  • propKeys -> props

notes

  • Most of the code has been grouped into an engine folder which can work independently.

v4.1.2

04 Jun 02:33
Compare
Choose a tag to compare

Support for React 15.0

v4.1.0

13 Mar 03:30
Compare
Choose a tag to compare
  • [PR] #29 - Added option propsKey to allow predefined data to be passed to the templates

v4.0.1

01 Mar 16:26
Compare
Choose a tag to compare
  • [PR] #26 - Updates to example

v4.0.0

27 Feb 15:34
Compare
Choose a tag to compare
  • [PR] #24
    • Rewritten tests
    • Increased test coverage / cases
    • Updated Readme
    • More configuration options

v3.1.5

24 Feb 01:21
Compare
Choose a tag to compare
  • [PR] #18 - Readme typos
  • [added] peer dependencies for babel presets (addresses #20)

v3.1.3

09 Feb 10:26
Compare
Choose a tag to compare
  • CI Build fixes