Releases: yeojz/metalsmith-react-templates
Releases · yeojz/metalsmith-react-templates
v7.0.1
chore
- fix circle ci release process for
jsx-render-engine
v7.0.0
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
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
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.0
- [PR] #29 - Added option
propsKey
to allow predefined data to be passed to the templates
v4.0.1
- [PR] #26 - Updates to example
v4.0.0
- [PR] #24
- Rewritten tests
- Increased test coverage / cases
- Updated Readme
- More configuration options
v3.1.5
- [PR] #18 - Readme typos
- [added] peer dependencies for babel presets (addresses #20)