Skip to content

Maintenance release Flow 3.0.2 for Vaadin 15

Compare
Choose a tag to compare
@ptdatkhtn ptdatkhtn released this 25 Mar 13:32
· 52 commits to 3.0 since this release
90813a3

Vaadin Flow 3.0.2 is a maintenance release for Vaadin 15 with the following changes:

Warranty Fixes:

  • Fixed the issue with the @JsModule annotation that if it was used in an Addon, the referred resources could not be resolved (#7752).

Bugfixes and enhancements

  • Changed the default body width from 100vwto 100% so that it does not show an unnecessary horizontal scrollbar when the content vertically overflows the body element (#7611).
  • Fixed the issue with the Anchor component that calling setHref() removed the "router-ignore" attribute set by a user (#7804).
  • Fixed the issue with the @Endpoint annotation that the value was not detected by TypeScript generator if it was defined in the format of @Endpoint(value=VALUE)(#7671).

See all the changes in Flow 3.0.2