Skip to content
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.

Releases: ream/deprecated

v4.1.1

10 May 13:18
Compare
Choose a tag to compare

4.1.1 (2019-05-10)

Bug Fixes

  • babel: fix babel preset options caching (5695b14)

v4.1.0

10 May 13:11
Compare
Choose a tag to compare

4.1.0 (2019-05-10)

Features

  • html-minifier integration (cb95cc3)

v4.0.0

05 Jan 09:45
Compare
Choose a tag to compare

4.0.0 (2019-01-05)

Bug Fixes

  • apollo-inject pulling router from wrong context (df9a0e1)

Code Refactoring

  • merge ssrContext into enhanceContext (ceeaa36)
  • remove getInitialDataContextFns in favour of middlewares (5107f5a)

Performance Improvements

  • optimize isRouteComponent (1a3a6a4)

BREAKING CHANGES

  • ssrContext has been merged into enhanceContext.
    Update your plugins accordingly.
  • getInitialDataContext has been removed. Update your
    plugins to use addMiddleware instead.

v3.4.4

08 Dec 10:53
Compare
Choose a tag to compare

3.4.4 (2018-12-08)

Bug Fixes

  • return HTTP 500 on unhandled errors during SSR (d488fe2), closes #133

v3.4.3

04 Dec 05:49
Compare
Choose a tag to compare

3.4.3 (2018-12-04)

Bug Fixes

  • use custom terser-webpack-plugin setup (b39e817), closes #131

v3.4.2

03 Dec 17:16
Compare
Choose a tag to compare

3.4.2 (2018-12-03)

Bug Fixes

  • remove hardcoded uglifyjs, reuse webpack built-in minimizer setup (7df5c2b), closes #130
  • sync @types/webpack-chain version (a7d840c)

v3.4.1

03 Dec 14:24
Compare
Choose a tag to compare

3.4.1 (2018-12-03)

Bug Fixes

  • actually publish type defs (d0a41e7)

v3.4.0

03 Dec 14:16
Compare
Choose a tag to compare

3.4.0 (2018-12-03)

Features

v3.3.5

16 Oct 09:17
Compare
Choose a tag to compare

3.3.5 (2018-10-16)

Bug Fixes

  • prevent multiple rebuilds on ream dev start (bec70de), closes #124

v3.3.4

11 Oct 07:48
Compare
Choose a tag to compare

3.3.4 (2018-10-11)

Bug Fixes