Skip to content

Releases: bennypowers/lit-css

@pwrs/vite-plugin-lit-css@2.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Mar 13:08
523e25d

Major Changes

  • 7ba04d5: Rename package from vite-plugin-lit-css to @pwrs/vite-plugin-lit-css

@pwrs/lit-css@4.1.0

Choose a tag to compare

@bennypowers bennypowers released this 01 Mar 13:15
7f11e3c

4.1.0

Minor Changes

  • 7422cd4: Add inline option to esbuild plugin. When enabled, CSS imports are inlined directly into the importing JS/TS module as tagged template literals, rather than creating separate modules. Also exports toTaggedTemplateLiteral from @pwrs/lit-css.

web-dev-server-plugin-lit-css@4.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 06:09
8c69d07

Major Changes

Patch Changes

  • Updated dependencies [0f9a613]
    • @pwrs/lit-css@4.0.0

typescript-transform-lit-css@3.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 06:08
8c69d07

Major Changes

Patch Changes

  • Updated dependencies [0f9a613]
    • @pwrs/lit-css@4.0.0

rollup-plugin-lit-css@6.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 06:09
8c69d07

Major Changes

Patch Changes

  • Updated dependencies [0f9a613]
    • @pwrs/lit-css@4.0.0

lit-css-loader@4.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 06:08
8c69d07

Major Changes

Patch Changes

  • Updated dependencies [0f9a613]
    • @pwrs/lit-css@4.0.0

esbuild-plugin-minify-html-literals@3.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 06:09
8c69d07

Major Changes

esbuild-plugin-lit-css@4.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 06:08
8c69d07

Major Changes

Patch Changes

  • Updated dependencies [0f9a613]
    • @pwrs/lit-css@4.0.0

@pwrs/lit-css@4.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 06:08
8c69d07

Major Changes

typescript-transform-lit-css@2.0.2

Choose a tag to compare

@github-actions github-actions released this 02 Mar 11:08
4a9c933

Patch Changes

  • d85e257: Prevent Error: Debug Failure. Did not expect SourceFile to have an Identifier in its trivia. See Typescript#39854.