Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
New optimized build system, multiple template providers and more.tar.gz | 2017-03-27 | 121.5 kB | |
New optimized build system, multiple template providers and more.zip | 2017-03-27 | 208.3 kB | |
README.md | 2017-03-27 | 871 Bytes | |
Totals: 3 Items | 330.6 kB | 1 |
- 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 https://github.com/catberry/catberry/compare/8.6.1...9.0.0