Skip to content

Releases: modernweb-dev/web

@web/rollup-plugin-import-meta-assets@2.3.2

11 Feb 22:31
20001dc

Choose a tag to compare

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

10 Feb 13:38
2a8feac

Choose a tag to compare

Patch Changes

  • d304459: Bump esbuild version to 0.27.0

@web/rollup-plugin-import-meta-assets@2.3.1

10 Feb 22:43
1ea4af2

Choose a tag to compare

Patch Changes

  • ef0641b: add originalFileName to emitFile

@web/rollup-plugin-html@3.1.0

03 Feb 17:44
79490d8

Choose a tag to compare

Minor Changes

  • 3a9c97b: add CSS bundling and minification

@web/parse5-utils@2.1.1

20 Jan 13:34
f4f00c3

Choose a tag to compare

Patch Changes

  • 2da292c: fix MJS exports
    fix export of updateNodeSourceCodeLocation
    fix docs about exported utils

@web/storybook-builder@0.2.5

30 Dec 11:24

Choose a tag to compare

Patch Changes

  • Updated dependencies [9781c19]
    • @web/rollup-plugin-html@3.0.0

@web/rollup-plugin-html@3.0.0

30 Dec 11:24

Choose a tag to compare

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

03 Dec 12:18
84f2fdd

Choose a tag to compare

Patch Changes

  • bd12d3c: revert support transform on input html

@web/rollup-plugin-html@2.4.0

26 Nov 13:54
ea49352

Choose a tag to compare

Minor Changes

  • 44fff34: support transform on input html

@web/storybook-builder@0.2.4

20 Nov 15:50
02b16f4

Choose a tag to compare

Patch Changes

  • 0dd56f2: replace glob-promise with glob due to security findings