Skip to content

v7.0.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 03 Dec 00:57
· 1126 commits to master since this release
56a4075

7.0.0 (2018-12-03)

Migration guide

Bug Fixes

Features

  • test: Support test framework setup via ‘setupTests’ script (#216) (2c5465b)
  • Add supportedBrowsers option and default to seek config (#222) (90bbeb2)
  • Generate ESLint config files (#214) (9fc55ae)
  • Introduce new render API (#215) (3e000f4)
  • Support source maps for local development (#215) (3e000f4)
  • Support library builds (#211) (d981e05)
  • Transform ‘compilePackages’ code in tests (#213) (2a4c683)

BREAKING CHANGES

  • entry config object has been removed in favour of specific entry values
  • entry config object has been removed in favour of specific entry values
  • locales config has been removed in favour of sites.
  • env is deprecated and considered harmful, apps should move to the new environments config.
  • Render entry API has changed.
  • Relying on the existence of styles.css or main.js is no longer valid.
  • Build output structure has changed and could break current deployment strategies.
  • braid-design-system is no longer auto-mocked in tests
  • Removed support for monorepos.
  • Update SSR port config.