Skip to content

Releases: emosheeep/vite-plugin-lib-inject-css

[email protected]

10 Apr 16:49

Choose a tag to compare

Patch Changes

  • chore: upgrade eco-dependencies, closes #31

[email protected]

03 Jan 16:09

Choose a tag to compare

Patch Changes

  • fix: re-introduced #21, styles should be injected after 'use strict'

v2.2.0

27 Dec 14:56

Choose a tag to compare

Minor Changes

  • feat: support code injection when output.preserveModules option is enabled, closes #29
  • chore: upgrade eco-dependencies
  • refactor: use typed api of ast-grep instead

[email protected]

13 May 07:39

Choose a tag to compare

Patch Changes

  • fix: upgrade ecosystem dependencies, fix #23

[email protected]

09 May 04:41

Choose a tag to compare

Minor Changes

  • fix: adjust code injection position to prevent top line directive from being invalid #21.
  • chore: update dependencies.

[email protected]

23 Mar 08:57

Choose a tag to compare

Patch Changes

  • fix: code injection failed when multiple entries are importing a same style file. closed #18
  • chore: upgrade dependencies.

Prefer to view CHANGELOG.md to get more information

v2.0.0

22 Feb 13:43

Choose a tag to compare

Major Changes

  • refactor!: remove unnecessary plugin params and scanEntries function, make it simple and focus on code injection.
  • fix: error occurs when uses with storybook builder vite, closed #15.
  • chore: upgrade ecosystem dependencies(vite v5 & rollup v4).