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

Releases: researchgate/gemini-react

v0.10.0

Choose a tag to compare

@SevInf SevInf released this 11 Nov 16:35
  • 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

Choose a tag to compare

@SevInf SevInf released this 18 Oct 15:16
  • 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

Choose a tag to compare

@SevInf SevInf released this 17 Oct 10:06

Features

  • webpack: add webpackLazyMode option (6ff0e25)

0.7.2

Choose a tag to compare

@SevInf SevInf released this 14 Oct 10:03

Bug Fixes

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