Skip to content

v8.0.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 13 Feb 01:05
· 1074 commits to master since this release
f8aae40

8.0.0 (2019-02-13)

Migration guide

Features

  • Add transform-runtime babel plugin
    • Should offer a good bundle size decrease with no tradeoffs
  • Render all dynamic imports through loadable-components
  • All scripts are now loaded async for concurrent downloads
  • Renderlink rel="preload" tags for all scripts
  • Add host based site serving
  • Add provideClientContext to render entry

Bug Fixes

  • Routes can now be a list of strings, name is no longer required

Other

BREAKING CHANGES

  • Render and Server API now needs to use the new SkuProvider component for correct script/style rendering.
  • Server renderCallback API has changed
  • Any custom entries need to be migrated to a loadable component
  • Client entries now must export a function
  • devTransformOutputPath option has been removed
  • In your Storybook stories, you must now import from sku/@storybook/react instead of sku/storybook.