Skip to content

Latest commit

 

History

History
135 lines (74 loc) · 2.12 KB

CHANGELOG.md

File metadata and controls

135 lines (74 loc) · 2.12 KB

@web/rollup-plugin-polyfills-loader

2.1.1

Patch Changes

  • 1c0088de: Update Rollup to version 4.

2.1.0

Minor Changes

  • c185cbaa: Set minimum node version to 18

Patch Changes

2.0.1

Patch Changes

  • f6ba53f0: Export types with package

2.0.0

Major Changes

  • febd9d9d: Set node 16 as the minimum version.
  • 72c63bc5: Require [email protected] and update all Rollup related dependencies to latest.

Patch Changes

1.3.1

Patch Changes

  • e9508a24: fix: support node 17 & 18 by using md5 hashing
  • Updated dependencies [e9508a24]

1.3.0

Minor Changes

  • 03f1481c: Add option to externalize polyfills loader script

Patch Changes

1.2.0

Minor Changes

  • ea4ccb03: use modulepreload-shim for es-module-shims

1.1.1

Patch Changes

  • e40335a4: Update main entrypoint to point to dist

1.1.0

Minor Changes

  • 205bf88f: Retain script attributes

Patch Changes

1.0.7

Patch Changes

  • f2733bb5: allow changing filetype for only modern output

1.0.6

Patch Changes

  • 338f22b6: Inject the polyfills loader also when only using regeneratorRuntime with 'always' value.

1.0.5

Patch Changes

  • 2c616b84: fix pathToRoot

1.0.4

Patch Changes

  • ac379b48: fix(rollup-plugin-polyfills-loader): fix relative paths to polyfills with flattenOutput: false
  • Updated dependencies [ac379b48]

1.0.3

Patch Changes

  • 2006211: update minimum systemjs version
  • Updated dependencies [2006211]

1.0.2

Patch Changes

  • 9680970: Add missing files to the npm artifact

1.0.1

Patch Changes

  • da360bc: correctly preload non-module entrypoints

1.0.0

Major Changes

  • 8a48245: Initial implementation

Patch Changes