Skip to content

Releases: windicss/windicss-webpack-plugin

v1.8.0

Choose a tag to compare

@github-actions github-actions released this 14 Sep 11:44

Bug Fixes

v1.7.8

Choose a tag to compare

@github-actions github-actions released this 09 Feb 13:12
chore: release v1.7.8

v1.7.7

Choose a tag to compare

@github-actions github-actions released this 21 Oct 01:21

Bug Fixes

v1.7.6

Choose a tag to compare

@github-actions github-actions released this 29 Aug 09:20

Bug Fixes

  • types: prefer webpack augmentation (11a0b8b), closes #116

v1.7.5

Choose a tag to compare

@github-actions github-actions released this 28 Jul 06:36
chore: release v1.7.5

v1.7.4

Choose a tag to compare

@github-actions github-actions released this 09 Jul 21:45
release v1.7.4

v1.7.3

Choose a tag to compare

@github-actions github-actions released this 23 May 00:55

Bug Fixes

  • resolve the devtools client correctly (86fff31), closes #113

v1.7.2

Choose a tag to compare

@github-actions github-actions released this 20 Apr 08:26

Bug Fixes

  • build: use es2019 build target (3761ec5), closes #112

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 20 Apr 08:05

Bug Fixes

  • pitcher: change logic to avoid shuffling loader order (f25545a), closes #111

Thanks @keuby

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 20 Apr 06:50

Features

  • support devtools for better user experience (#110) (df96ede)

Design In DevTools

Add the import with your existing windi imports and you'll have autocompletion in your Chrome DevTools! See "Design in DevTools" for more information.

import 'virtual:windi-devtools'

Credit to @await-ovo, thanks! πŸŽ‰