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

v4.0.0

Compare
Choose a tag to compare
@IlyaSemenov IlyaSemenov released this 05 Jan 09:45
· 6 commits to master since this release

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.