Releases: magalhas/express-react-engine
Releases · magalhas/express-react-engine
v0.4.4
Bug fixes
- Replace usage of
options.settings
with @root
so that it never gets overridden if a settings
prop is passed to res.render
(56ab09d @bruno12mota )
v0.4.2
Bug fixes
- Option to disable babel on runtime
v0.4.1
Major
React
is now a peer dependency instead of a direct dependency. This fixed a lot of weird bugs when rendering on the server
Bug fixes
- Views location now must be set with full path to avoid problems with different working directories
v0.4.0
Major
- The engine now supports a
wrapper
option. A wrapper
is a React component that renders the Html
element as well as the initial props
and children html
v0.3.0
Major
- Module cache is now cleared in development environment so that the application doesn't need to be restarted
v0.2.0
Major
props
are now passed from res.render
method options
instead of options.props