Skip to content

Latest commit

 

History

History
242 lines (92 loc) · 10.9 KB

CHANGELOG.md

File metadata and controls

242 lines (92 loc) · 10.9 KB

1.6.0 (2021-09-29)

Bug Fixes

Features

  • plugin-legacy: add externalSystemJS option (#5024) (60b6f55)

1.5.3 (2021-09-07)

Bug Fixes

1.5.2 (2021-09-01)

Bug Fixes

  • plugin-legacy: avoid executing blank dynamic import (#4767) (de71408), closes #4568

1.5.1 (2021-08-03)

Bug Fixes

1.5.0 (2021-07-27)

Bug Fixes

  • deps: update all non-major dependencies (#4387) (2f900ba)
  • plugin-legacy: legacy fallback for dynamic import (#3885) (fc6d8f1)

1.4.4 (2021-07-12)

Features

  • allow entryFileNames, chunkFileNames functions for legacy (#4122) (df29bff)

1.4.3 (2021-06-27)

Bug Fixes

1.4.2 (2021-06-22)

Bug Fixes

1.4.1 (2021-06-01)

Bug Fixes

1.4.0 (2021-05-17)

Bug Fixes

1.3.4 (2021-05-11)

Bug Fixes

1.3.3 (2021-05-03)

Bug Fixes

1.3.2 (2021-03-27)

Bug Fixes

1.3.1 (2021-02-15)

Bug Fixes

  • plugin-legacy: prevent constant folding for import.meta.env.LEGACY (bace724), closes #1999
  • plugin-legacy: use correct string length in legacy env replacement (#2015) (7f48086)

1.3.0 (2021-02-11)

Features

  • plugin-legacy: inject import.meta.env.LEGACY (416f190)

1.2.3 (2021-02-01)

Features

  • plugin-legacy: use compact output when transpiling legacy chunks (045e519), closes #1828

1.2.2 (2021-01-25)

Bug Fixes

  • plugin-legacy: throw error when using esbuild minify with legacy plugin (8fb2511)

Features

  • default vendor chunk splitting (f6b58a0)
  • support base option during dev, deprecate build.base (#1556) (809d4bd)

1.2.1 (2021-01-14)

Bug Fixes

1.2.0 (2021-01-11)

Bug Fixes

  • plugin-html: typo in the Safari 10 nomodule snippet (#1483) (e5576c3)

Features

  • plugin-legacy: support additionalLegacyPolyfills (ca25896), closes #1475

1.1.1 (2021-01-09)

Bug Fixes

  • plugin-legacy: add index.d.ts at publish (#1457) (dce2456)

1.1.0 (2021-01-07)

Features

  • use constant inline script + provide CSP hashes (72107cd)

1.0.1 (2021-01-07)

Bug Fixes

  • plugin-legacy: avoid esbuild transform on legacy chunks (7734105)
  • add promise polyfill if not used in bundle (b72db4e)

Performance Improvements

  • use @babel/standalone + lazy load (b2f98fb)

1.0.0 (2021-01-07)

Features

  • plugin-legacy: @vitejs/plugin-legacy (8c34870)