New features
- Prevent browser from caching templates while developing
- Now template changes are picked up after reload even if caching is not disabled in browser
- Generated Components Demo now displays the code for each sample
- Generated Components now produce protected API for methods that have a return type
- This allows to see what is not supported, and create a workaround for those in an extending class
Fixes
- Provide full bean name for proxied classes for easier debugging
- Do not break client side engine if
page.executeJavaScript()
invocation throws an error - Do not scroll to page top for each server response, but only when the URL has changed
Tutorials
- Added tutorial on Templates in Templates
- Fixed links in the template basic tutorial