Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Latest commit

 

History

History
103 lines (48 loc) · 3.07 KB

CHANGELOG.md

File metadata and controls

103 lines (48 loc) · 3.07 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.11.1 (2018-07-23)

Performance Improvements

  • router.js: make webpackStats.toJson faster (#64) (6eee4e9), closes #63

0.11.0 (2017-02-13)

Bug Fixes

  • remove mocha from deps (73e1572)
  • throw exception on invalid input to setExtraCaptureElement (49081ec)

Features

  • add ability to use .jsx extensions for tests (b4a90b2)

0.10.2 (2016-11-15)

Bug Fixes

  • remove display: inline-block from mount node (35bf226)

0.10.1 (2016-11-15)

Bug Fixes

(2016-11-11)

Bug Fixes

  • use webpack config from options completely (b733188)
  • deps: remove unnecessary dependencies (10f7020)

BREAKING CHANGES

  • 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)

Features

  • Add replaceRootUrl option (da55f54)

BREAKING CHANGES

  • publicHost option is removed. If you need rootUrl to have different value, set replaceRootUrl option to false and manually set rootUrl.

0.8.0 (2016-10-17)

Features

  • webpack: add webpackLazyMode option (6ff0e25)

0.7.2 (2016-10-14)

Bug Fixes

  • Ignore styles in node environment (#20) (e080953)