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

Releases: researchgate/gemini-react

v0.10.0

11 Nov 16:35
Compare
Choose a tag to compare
  • chore: add conventional-github-releaser (6c56997)
  • chore(release): 0.10.0 (af6cb8d)
  • chore(test): add istanbul for code coverage (0ee4d6c)
  • fix(*): use webpack config from options completely (b733188)
  • fix(deps): remove unnecessary dependencies (10f7020)
  • test: add tests for RouteBuilder (eda2c62)

BREAKING CHANGE

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

v0.9.0

18 Oct 15:16
Compare
Choose a tag to compare
  • chore(release): 0.9.0 (405280f)
  • feat: Add replaceRootUrl option (da55f54)

BREAKING CHANGE

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

0.8.0

17 Oct 10:06
Compare
Choose a tag to compare

Features

  • webpack: add webpackLazyMode option (6ff0e25)

0.7.2

14 Oct 10:03
Compare
Choose a tag to compare

Bug Fixes

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