Skip to content

Releases: unplugin/unplugin-vue-cssvars

v1.3.3-beta.0

12 Apr 02:22
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v1.3.2

06 Apr 09:40
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v1.3.1

04 Apr 09:49
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v1.3.0

03 Apr 15:38
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v1.3.0-beta.2

03 Apr 15:26
Compare
Choose a tag to compare
v1.3.0-beta.2 Pre-release
Pre-release

No significant changes

    View changes on GitHub

v1.3.0-beta.1

03 Apr 15:08
Compare
Choose a tag to compare
v1.3.0-beta.1 Pre-release
Pre-release

No significant changes

    View changes on GitHub

v1.3.0-beta.0

03 Apr 14:43
Compare
Choose a tag to compare
v1.3.0-beta.0 Pre-release
Pre-release

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.2.1

01 Apr 05:18
Compare
Choose a tag to compare
v1.2.1 Pre-release
Pre-release

1.2.1 (2023-04-01)

Bug Fixes

  • Modify the injection strategy in build mode to avoid error reporting (#23) (aa91995)

Feature Breaking Change

Core Strategy

  1. When using the development server,
    unplugin-vue-cssvars will analyze the referenced css file from the component,
    and inject styles in the transformation code of @vitejs/plugin-vue
  2. When building, unplugin-vue-cssvars will analyze the referenced css file from the component and inject it into
    sfc, don't worry about generating redundant code, packaging tools (such as vite) will automatically handle it.

Option Change

  1. remove revoke
  2. adee server

v1.0.0-beta.5

28 Mar 04:50
Compare
Choose a tag to compare

1.0.0-beta.5 (2023-03-28)

Features

v1.0.0-beta.3

23 Mar 07:42
Compare
Choose a tag to compare

1.0.0-beta.3 (2023-03-23)

Features