Changes since 24.4.0.alpha31
New features
- Record support in beanpropertyset
Commit · Pull request
Fixes
-
Generate flow imports in the same folder
Commit · Pull request -
Fix URL rewrite for nested CSS
Commit · Pull request · IssueIn addition, CssBundler now tries to guess if a theme relative path that do not match a physical file might be a reference to a theme asset, and in this case it replaces the URL with one resolvable by StaticFileHandler. Refs #19094
-
Delete only unnecessary generated files
Commit · Pull requestPrevents built tool plugins to to delete all frontend genreated files as first step in the prepare-frontend task, moving the login in BuildFrontendUtil and changing it to only delete files that are no longer created by node tasks. Part of #18907