Vaadin Flow 9.0.2
Changes in Flow from 9.0.1
-
New Features:
-
Fixes:
-
⧉ Do not use --ignore-existing which is only available in npm 6. PR:12406. Ticket:11963
While this might break some pnpm case, it will still help more to have consistent behavior across npm versions. Also the cases it might break are already broken for many users (npm 7+)
-
⧉ Do not throw NPE for UI.access called when session has expired (#12531) (CP: 9.0). PR:12547. Ticket:12100
-
⧉ Updated ASM8 to ASM9 (#12487). PR:12504
Update ASM to support Java 17
-
⧉ Fusion: Support PathPattern parsed mapping for endpoint prefix PR:12556. Ticket:150
-