Changelog

vitejs/vite · · 6 commits

Vite trims docs, bots, and a URL bugfix

Docs cleanup, bot workflow tweaks, and a timestamp-query fix land alongside small housekeeping changes.

Fix timestamp query stripping with proper delimiters (koding8841f3c6f) removeTimestampQuery() now only removes t=... when it appears as a real query param, preserving similarly named params like current-t and hash fragments. This closes a subtle URL-parsing bug that could strip the wrong text from asset URLs.

Other misc changes

  • Removed obsolete docs banner files and component
  • Pruned outdated locale links from docs config
  • Updated development tools acknowledgement list
  • Broadened semantic pull request workflow to handle synchronize
  • Skip bot handling when a bot: skip label is present