All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.11.1 (2018-07-23)
0.11.0 (2017-02-13)
- remove mocha from deps (73e1572)
- throw exception on invalid input to setExtraCaptureElement (49081ec)
- add ability to use .jsx extensions for tests (b4a90b2)
0.10.2 (2016-11-15)
- remove display: inline-block from mount node (35bf226)
0.10.1 (2016-11-15)
- crash in lazy mode (4a7b36d)
(2016-11-11)
- use webpack config from options completely (b733188)
- deps: remove unnecessary dependencies (10f7020)
webpackLazyMode
option is now incompatible with webpack plugins, which split one chunk into multiple. Either switch it off or exclude such plugins from your config from gemini tests.
(2016-10-18)
- Add
replaceRootUrl
option (da55f54)
publicHost
option is removed. If you needrootUrl
to have different value, setreplaceRootUrl
option tofalse
and manually setrootUrl
.
0.8.0 (2016-10-17)
- webpack: add
webpackLazyMode
option (6ff0e25)