Skip to content

New optimized build system, multiple template providers and more

Latest
Compare
Choose a tag to compare
@rdner rdner released this 27 Mar 21:44
· 1641 commits to master since this release
  • New optimized build system that splits code into externals.js and app.js (issue #209)
  • Multiple template provider support in a project (issue #245)
  • Drop IE < 11 support (issue #319)
  • Drop Node.js < 6.10 support (issue #325)
  • Remove sendBroadcastAction method from the context (issue #318)
  • Use https://github.com/babel/babel-preset-env for specifying target browsers in .babelrc file (issue #319)
  • Use https://github.com/babel/babili instead of Uglify for minifying ES2015 (issue #321)
  • Fix #334: server-side rendering throws unexpected error if there is no document component
  • Replace Jade with Pug (issue #329)

Please have a look at the migration guide
All code changes you can find here 8.6.1...9.0.0