Changes since 9.0.6
New features
- Only send index.html when the browser requests a HTML page (#12571)
Commit · Pull request · Issue
Fixes
-
Push '.' instead of '' when navigating (#12991)
Commit · Pull request · IssueThe API for Location::getPath/getPathWithQueryParameters was changed in V15 to return "" instead of "." for the base URL. However, it seems to not have been taken into account that FF / Safari do not navigate to base when passing the empty string for URL to the history methods (and this ticket, which seems to have observed that this workaround was necessary, was closed without action). This commit moves the workaround to its own method in History.
-
Upgrade fusion npm pkg version to fix bugs
Commit · Pull request -
Clean default system error messages (#12951)
Commit · Pull request · Issue