Changes since 24.2.0.alpha4
New features
- Grid-pro metadata, minor grid metadata update
Commit · Pull request - Overlay resolver, metadata for overlay components
Commit · Pull request - Upgrade pnpm version to latest 8.6.11
Pull request
Fixes
-
Reject emails with double dot between domain and tld
Commit · Pull request · IssueThis changes updates the validation pattern of an email address by invalidating the dot-dot in the domain name. The pattern is now public, in order to reference it in EmaiField and remove duplicate code
-
Add webpush to flow-bom
Commit · Pull requestUpdate bad error handler message
-
Prevent adding query string for empty parameters in router link href
Commit · Pull request · IssueWhen an empty query parameters object is given to a RouterLink the computed href contains an empty query string. This change prevents the addition of the query string to the href attribute when query parameters object is empty. It also fixes parsing to return an empty query parameters object for blank string.
-
Handle spring boot relative path for static resource
Commit · Pull request · IssueStaticFileServer fails to handle missing static resources on Linux when relative paths are used to configure Spring Boot static locations for resources. This change checks that the resource effectively exists and converts relative path to abdsolute form if required.