Changes since 25.0.0-alpha9
New features
-
Add Exception to DownloadResponse and TransferContext
Commit · Pull request · IssueAdds DownloadResponse#exception and TransferContext#exception of type java.lang.Exception. Updates DownloadHandlers to fill exception automatically in case of IOException (or RuntimeException, or error in DownloadResponse for InputStreamDownloadHandler).
-
Assets using NpmPackage
Commit · Pull request · Issue
Fixes
-
Theme classes that are not set as theme do not add css
Commit · Pull request · Issues 21605, 22014If
themeClass
defines CssImport the import is not taken into account if the themeClass is not active. ---------