Releases: magalhas/express-react-engine
Releases · magalhas/express-react-engine
v0.6.0
24 Mar 11:12
Compare
Sorry, something went wrong.
No results found
v0.5.0
02 Feb 20:39
Compare
Sorry, something went wrong.
No results found
v0.4.4
17 Apr 11:51
Compare
Sorry, something went wrong.
No results found
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.3
06 Apr 15:35
Compare
Sorry, something went wrong.
No results found
v0.4.2
28 Mar 17:27
Compare
Sorry, something went wrong.
No results found
Bug fixes
Option to disable babel on runtime
v0.4.1
24 Mar 12:55
Compare
Sorry, something went wrong.
No results found
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
28 Feb 17:22
Compare
Sorry, something went wrong.
No results found
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
26 Feb 14:58
Compare
Sorry, something went wrong.
No results found
Major
Module cache is now cleared in development environment so that the application doesn't need to be restarted
v0.2.0
19 Feb 01:27
Compare
Sorry, something went wrong.
No results found
Major
props are now passed from res.render method options instead of options.props