Catberry v9.0.0 Release Notes

Release Date: 2017-03-27 // about 7 years ago
    • ๐Ÿ†• 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


Previous changes from v8.6.1

    • ๐Ÿ›  Fix morphdom version because it introduced a breaking change in the last minor version (2.3.x) and the rendering tests started failing