Skip to content

v0.5.0

Compare
Choose a tag to compare
@JayCanuck JayCanuck released this 10 Mar 18:22
· 425 commits to master since this release
  • Added a new plugin for webpack, EnzymeAdapterPlugin, which automates the Enzyme initialization of an adapter. Whenever an app imports/requires Enzyme, a small proxy will intervene and ensure the desired Enzyme adapter is configured and used. This allows easier Enzyme usage within karma-webpack, for example.
  • PrerenderPlugin inline script to initialize root fontSize now considers window height in addition to window width.
  • Deep linking support in a prerendered page will now default to empty content, inserting prerendered app HTML as needed.