Changes since 23.5.12
Breaking changes
- Upgrade default Node.js to 22 and supported to 20 (23.6)
Commit · Pull request
New features
-
Enable preserving partial view chain
CommitCherry pick of #21189
-
Backport of PWA icons generation at build time
Commit · Pull request · IssueBackport #20516 to Flow 23.5
-
Backport of PWA icon image lazy generation
Commit · Pull request · IssueThis commit is a backport of #16994 (limited to PWA icon handling)
Fixes
-
Extra delay on full page reload when reloading full page
Commit · Pull request · IssueWe now close the push channel if open for beacon close request before ui.close so we do not get a pending empty message that blocks push channel close.