Skip to content

Inlining resources and generator improvements

Pre-release
Pre-release
Compare
Choose a tag to compare
@ahie ahie released this 06 Jul 11:31
· 7309 commits to main since this release

New features

  • Inlining of JavaScript and stylesheet files is now supported with LoadMode.INLINE
  • Generated components now support slots
  • webcomponents-loader is now being used instead of the full set of WebComponent polyfills
  • Generated components now automatically add the @Synchronized annotation to getters which are mapped to change events

Fixes

  • Vaadin Push JavaScript dependency is now served correctly in production mode

Tutorials

All changes

https://github.com/vaadin/flow/milestone/39?closed=1