Release 9
BREAKING
- drop node 16 support ef83d35
Project
- use node 20 as default ef83d35
- (refactor) viewData are now loaded before the routes 159ee1c (potentially breaking if you use some viewData and routes)
If this does not work in your project, this can be undone in the configuration ( setserver.loadViewDataBeforeRoutes
tofalse
- as usual, the information can be found in the readme)
... and some other fixes and improvements: 8.1.0...9.0.0
Update from v8
Node 16 should not be used anymore ;-)
If you are using the themes feature, you will get a new 'viewData/_themes.js' file and an updated 'routes/_themes.js' file, because we spit up the themes functionality into separate viewData and route files. If you didn't customize the '_themes.js' file before, you can simply take over the new ones.