Changes since 23.0.1
New features
-
Only send index.html when the browser requests a HTML page (#13242)
Commit · Pull request · IssueSame as #12571 but for V14 bootstrapping mode.
-
Clarify multiple-AppShellConfigurator exception message (#13226)
Commit · Pull request
Fixes
-
Check that feature exists before using (#13277)
Commit · Pull request · IssueFor nodes not having the InertData feature we should be able to handle them in the component chain. This is usually a shadowRoot node.
-
Require Safari 14 minimum (#13282)
Commit · Pull requestSafari 13 does not support the EventTarget constructor, used in @vaadin/components-base: https://caniuse.com/?search=EventTarget()
-
Allow server registered return calls (#13264)
Commit · Pull request · IssueAllow return calls for server-side registered return channel on targeted node.
-
Shortcut event to modal component instead of UI (#13263)
Commit · Commit · Pull request · Pull request · IssueIf the UI is overlaid by a modal component, shortcut events to UI are ignored; send them from the active modal component instead.
-
Upgrade to new Atmosphere (#13262)
Commit · Pull request · Issue