Vaadin Flow 7.0.8
Changes in Flow from 7.0.7
-
Fixes:
-
⧉ Return ServletConfig during servlet destroy invocation (#11625). PR:11711. Ticket:11624
-
⧉ Bump webpack version in client package.json (#11671). PR:11691. Ticket:11668
-
⧉ Do not use Flow namespace for information not related to Flow (#11678). PR:11688. Tickets:9905, 11669
-
⧉ Add plugin dependencies to plugin package.json (#11627). PR:11680. Ticket:11621
-
⧉ Not fail for missing window.Vaadin.Flow (#11669). PR:11672. Tickets:11635, 11666
-
⧉ Keep track of css injected to document (#11635). PR:11658
Stops css/fonts from being loaded multiple times to the document with embedded applications.
-
⧉ Remove old data provider listener on component attach (#11586) (#11596). PR:11602. Ticket:1914
-