Releases: modernweb-dev/web
Releases · modernweb-dev/web
@web/rollup-plugin-import-meta-assets@2.3.2
Patch Changes
- 2c2f92e: sort glob to ensure the order of switch cases and consistent build output for same files
rollup-plugin-workbox@8.1.3
Patch Changes
- d304459: Bump esbuild version to 0.27.0
@web/rollup-plugin-import-meta-assets@2.3.1
Patch Changes
- ef0641b: add originalFileName to emitFile
@web/rollup-plugin-html@3.1.0
Minor Changes
- 3a9c97b: add CSS bundling and minification
@web/parse5-utils@2.1.1
Patch Changes
- 2da292c: fix MJS exports
fix export of updateNodeSourceCodeLocation
fix docs about exported utils
@web/storybook-builder@0.2.5
Patch Changes
- Updated dependencies [9781c19]
- @web/rollup-plugin-html@3.0.0
@web/rollup-plugin-html@3.0.0
Major Changes
-
9781c19: 1. Enabled CSS assets extraction by default (as a result, removed configuration option bundleAssetsFromCss). 2. Made extraction of assets from all link rel types 3. Fixed "assetFileNames" behavior 4. Refactored all tests, added tests for more corner cases 5. Added legacy modes for old 2.x.x behavior.
See MIGRATION.md for migration notes.
@web/rollup-plugin-html@2.4.1
Patch Changes
- bd12d3c: revert support transform on input html
@web/rollup-plugin-html@2.4.0
Minor Changes
- 44fff34: support transform on input html
@web/storybook-builder@0.2.4
Patch Changes
- 0dd56f2: replace glob-promise with glob due to security findings