Catberry v9.0.0 Release Notes

Release Date: 2017-03-27 // almost 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