Changes since 24.1.0
New features
- A shorthand to pass RouteParam array directly to navigate method (#16973)
Commit · Pull request
Fixes
-
Changed suggested classname to lower dash-case (#17033)
Commit · Pull request -
Fix property detection on for generic types (#17055)
Commit · Pull request · IssueBeanPropertySet fails to merge property definition when a class inherits and overrides a getter with a generic return type. This change checks for return type equality only if both property definitions have not a generic return type. When merging property definitions, the non-generic definition is taken.
-
Do not have server sources in client (#17045)
Commit · Pull requestadd flow-server sources as a sources dependency instead of a src resource. Closes #17020
-
Strip ?inline from import before finding file (#17054)
Commit · Pull request · Issue -
Quote result in CSS bundler (#17040)
Commit · Pull request · IssueCorrectly handles $ and \
-
Add addCssBlock function when needed (#17028)
Commit · Pull request · IssueThe addCssBlock function should be added when ever a cssimport with inclue is added
-
Store LastSeenServerSyncId in atmosphere resource session (#16996)
Commit · Pull requestStoring the header value in AtmosphereResource session should prevent issues with long polling and servlet container that recycles requests. This change stores in the resource session the value got from client during connection so that it will be available even if the underliyng request gets nullified. Part of #16968 Part of #16775
-
Support silent updates for tsconfig.json from Hilla 2.0 (#17010)
Commit · Pull request · IssueFor some time between 2.0 and 2.1 version releases Hilla starters had
"moduleResolution": "nodeNext"
in the defaulttsconfig.json
, while still using the same version key. This change enables silent updates from those to the latesttsconfig.json
. -
Auto-update @vitejs/plugin-react devDependency (#17004)
Commit · Pull request · Issue -
Do not close external filesystems (#16970)
Commit · Pull request · Issue