metalsmith-react
Version:
Metalsmith plugin to use React as a template engine
21 lines (11 loc) • 440 B
Markdown
# 2.0.2 - 2016-06-08
- Add message about [Phenomic](https://phenomic.io/) to use React on the front-end
# 2.0.1 - 2015-01-19
- Fixed: support for es5 React components
([#3](https://github.com/MoOx/metalsmith-react/pull/3))
# 2.0.0 - 2015-01-17
- Changed: now use React 0.14.x
# 1.1.0 - 2015-05-06
- Added: before/after options. Useful to add a doctype (eg: {before: "<!doctype html>\n"})
# 1.0.0 - 2015-05-01
✨ Initial release