Changes since 24.4.0.alpha25
New features
-
Pass inline styles to JS
Commit · Pull requestPublish node info only for dev mode
Fixes
-
Do not deactivate expanded item keys (#19006)
Commit · Pull request -
Show available client routes
Commit · Pull request · IssueAdds client views in the list of available routes when viewing "Route not found" page in development mode. Adds ClientRoutesProvider interface to get available client routes. Client routes means mainly Hilla views, but not limited to.
-
Reorder unhandled imports in CSS bundler
Commit · Pull requestCurrently, CssBundler just replaces
Atimports
with inlined file contents and returns the result. That can be problematic if an unprocessed import, for example to an external URL, comes after an inlined import. Now the unprocessed import comes after a regular CSS rule, which is invalid and ignored by the browser. -
Restore hasBeenAttached on resync (#19023)
Commit · Pull request · Issue -
More robust Server route check
Commit · Pull requestMake server route validation not use path but element instead.
-
Path separator in vfs
Commit · Pull request · Issuecharacter according to string instead of OS. for file path.