Catberry v9.0.0 Release Notes
Release Date: 2017-03-27 // almost 8 years ago-
- ๐ New optimized build system that splits code into
externals.js
andapp.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 - ๐ New optimized build system that splits code into
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