Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 811 Bytes

CHANGELOG.md

File metadata and controls

17 lines (9 loc) · 811 Bytes

Changelog

All notable changes to this project will be documented in this file.

Upcoming

0.7.2 - 2024-13-06

  • Fix bug where the ignoreSSROnly option wasn't including client-side scripts when the HTML was totally blank

0.7.1 - 2023-10-08

  • Strip out CSS comments (they cause data URL bundling issues in esbuild)

0.7.0 - 2023-03-28

  • Deprecate the skipBundlingFilter option in favor of filtering out all tags with a data-ssr-only attribute in the module template when the ignoreSSROnly experimental option is set to true