unplugin-vue-cssvars

🌀 A vue plugin that allows you to use vue's CSSVars feature in css files

MIT License

Stars
131
Committers
7

Bot releases are hidden (Show)

unplugin-vue-cssvars - v2.0.0 Latest Release

Published by baiwusanyu-c about 1 year ago

No significant changes

    View changes on GitHub
unplugin-vue-cssvars - v2.0.0-beta.0

Published by baiwusanyu-c over 1 year ago

   🐞 Bug Fixes

    View changes on GitHub
unplugin-vue-cssvars - v1.3.4

Published by baiwusanyu-c over 1 year ago

   🚀 Features

    View changes on GitHub
unplugin-vue-cssvars - v1.3.3

Published by baiwusanyu-c over 1 year ago

   🐞 Bug Fixes

    View changes on GitHub
unplugin-vue-cssvars - v1.3.3-beta.6

Published by baiwusanyu-c over 1 year ago

   🚀 Features

   🐞 Bug Fixes

  • The repaired webpack and vue-cli fail to build when server is false  -  by @baiwusanyu-c (4d712)
  • Fix path error on win  -  by @baiwusanyu-c (e5303)
    View changes on GitHub
unplugin-vue-cssvars - v1.3.3-beta.5

Published by baiwusanyu-c over 1 year ago

   🚀 Features

  • More complete webpack, vue-cli support  -  by @baiwusanyu-c (a6bed)
    View changes on GitHub
unplugin-vue-cssvars - v1.3.3-beta.4

Published by baiwusanyu-c over 1 year ago

   🚀 Features

  • Use ast to impl css inject on server  -  by @baiwusanyu-c (e9a3e)

   🐞 Bug Fixes

  • Fix webpack type error  -  by @baiwusanyu-c (20808)
    View changes on GitHub
unplugin-vue-cssvars - v1.3.3-beta.3

Published by baiwusanyu-c over 1 year ago

   🚀 Features

  • Support generate sourcemap  -  by @baiwusanyu-c (81374)
    View changes on GitHub
unplugin-vue-cssvars - v1.3.3-beta.2

Published by baiwusanyu-c over 1 year ago

   🐞 Bug Fixes

    View changes on GitHub
unplugin-vue-cssvars - v1.3.3-beta.1

Published by baiwusanyu-c over 1 year ago

   🚀 Features

  • Support vite hmr  -  by @baiwusanyu-c (16f48)
    View changes on GitHub
unplugin-vue-cssvars - v1.3.3-beta.0

Published by baiwusanyu-c over 1 year ago

   🐞 Bug Fixes

    View changes on GitHub
unplugin-vue-cssvars - v1.3.2

Published by baiwusanyu-c over 1 year ago

   🐞 Bug Fixes

    View changes on GitHub
unplugin-vue-cssvars - v1.3.1

Published by baiwusanyu-c over 1 year ago

No significant changes

    View changes on GitHub
unplugin-vue-cssvars - v1.3.0

Published by baiwusanyu-c over 1 year ago

No significant changes

    View changes on GitHub
unplugin-vue-cssvars - v1.3.0-beta.2

Published by baiwusanyu-c over 1 year ago

No significant changes

    View changes on GitHub
unplugin-vue-cssvars - v1.3.0-beta.1

Published by baiwusanyu-c over 1 year ago

No significant changes

    View changes on GitHub
unplugin-vue-cssvars - v1.3.0-beta.0

Published by baiwusanyu-c over 1 year ago

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub
unplugin-vue-cssvars - v1.2.1

Published by baiwusanyu-c over 1 year ago

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
unplugin-vue-cssvars - v1.0.0-beta.5

Published by baiwusanyu-c over 1 year ago

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

Features

unplugin-vue-cssvars - v1.0.0-beta.3

Published by baiwusanyu-c over 1 year ago

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

Features