Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

22 lines (12 loc) · 1.06 KB

Changelog

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

Upcoming

0.8.0 - 2024-10-27

  • Remove the extractScopedStyles: true option and dependency on enhance-style-transform.
  • Add support for <style global> syntax in extractGlobalStyles

0.7.2 - 2024-03-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