Skip to content

Latest commit

 

History

History
96 lines (55 loc) · 1.85 KB

CHANGELOG.md

File metadata and controls

96 lines (55 loc) · 1.85 KB

rollup-plugin-lit-css

5.0.1

Patch Changes

  • 75b4881: Corrected types for include and exclude. No runtime changes

5.0.0

Major Changes

  • 2ef3460: Remove deprecated uglifycss options
  • 2ef3460: Minimum Node version is now 20. Older versions may continue to work but are unsupported.

Patch Changes

4.0.1

Patch Changes

  • 9fd6b93: Update dependencies

4.0.0

Major Changes

  • 3a53b40: Remove support for older node versions.
    • ESM packages now require es2020 support.
    • lit-css-loader now requires es2018 support.

Patch Changes

3.2.1

Patch Changes

  • 5dec94c: Bump dependency

3.2.0

Minor Changes

  • 2b27339: Add a second parameter to the transform function which contains a filePath property, for use in error reporting, sourcemaps, etc.

Patch Changes

3.1.0

Minor Changes

  • 1242fc1: Add support for transforms like Sass or PostCSS.

    See individual packages READMEs for examples. TL;DR: Pass a function to plugin options which takes source text and outputs CSS text.

Patch Changes

3.0.2

Patch Changes

  • 4e346e2: Fixed typings for plugin options

3.0.1

Patch Changes

  • de52d50: Fix a good-old-npm-package-files-field error, .cjs files should now appear in package tarballs
  • Updated dependencies [de52d50]

3.0.0

Major Changes

  • ac46bb6: Released esbuild-plugin-lit-css and unified logic and options
  • ac46bb6: import option renamed to specifier

Patch Changes