Changes since 10.0.0.alpha3
Breaking changes
- Remove 'Fusion' prefixes from classes and related names
Commit · Pull request - Rename fusion package name to hilla
Commit · Pull request
Fixes
-
Upgrade to Atmosphere 2.7.3 and Atmopshere JS 3.1.3
Commit · Pull request · Issue -
Reduce excessive endpoint mapping logging
Commit · Pull request -
Handle non versions in isUserChanged
Commit · Pull requestIf the version in vaadin or dependenices is not a valid version, but a string like next/latest compare string content to determine if they equal.
-
Always use defined node version
Commit · Pull requestIf defined always use the node version and download root url is defined. Closes #12686
-
Remove read-only flag on copy
Commit · Pull request · IssueWhen copying the local frontend files remove any read-only flags from the copies.
-
--openssl-legacy-provider also in build-frontend
Commit · Pull request · IssueNeed to pass --openssl-legacy-provider to make Webpack 4 work with Node 17 in some cases. Now also when invoked as part of build-frontend.
-
Copy source maps for frontend resources
Commit · Pull request -
Remove
<custom-style>
and use registerStyles
Commit · Pull requestDo not wrap CSS added directly to head in . For targeted CssImports, use registerStyle from vaadin-themable-mixin instead of dom-module.
-
Use configured push parameter
Commit · Pull request · IssueGet the push suspend timout parameter from the configuration as atmosphere doesn't read it from anywhere.