All notable changes to this project will be documented in this file.
0.8.0 - 2024-10-27
- Remove the
extractScopedStyles: true
option and dependency onenhance-style-transform
. - Add support for
<style global>
syntax inextractGlobalStyles
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 adata-ssr-only
attribute in the module template when theignoreSSROnly
experimental option is set to true