Skip to content

Releases: windicss/windicss-webpack-plugin

Release 1.5.0

26 Oct 00:04
Compare
Choose a tag to compare
  • chore(pkg): fix ESM / CJS builds 38fad03
  • fix(css): avoid transforming css without directives or theme function f6b9977
  • fix(pkg): main branch rename 4befb89

Breaking Change

The plugin now correctly exports both CJS and ESM modules. If you previously had the import code as

const WindiCSSWebpackPlugin = require('windicss-webpack-plugin').default

You should change it to

const WindiCSSWebpackPlugin = require('windicss-webpack-plugin')

Release 1.4.10

19 Oct 02:36
Compare
Choose a tag to compare

Release 1.4.8

14 Sep 08:59
Compare
Choose a tag to compare
  • chore(dependencies): upgrade @windicss/plugin-utils 1.4.3 #94

Release 1.4.7

12 Sep 05:09
Compare
Choose a tag to compare

Dependencies

  • upgrade @windicss/plugin-utils 1.4.2 d7b6894

Types

  • declare virtual module types e5575d4

Examples

  • update umi example for mfsu issue 5d35b5f

Release 1.4.6

25 Aug 02:22
Compare
Choose a tag to compare
  • chore(examples): adding example for loading a .sass file 1e4e3ae
  • chore(tests): verify the @apply'd css works, disable sass test 5ab9f82
  • fix: avoid css loader returning null source for unsupported langs d467338
  • fix: run the transform-css on all file types again 8e31e4a

Release 1.4.5

25 Aug 01:20
Compare
Choose a tag to compare
  • fix: lodash dependency not listed, fixes #90 #90
  • chore(dependencies): upgrade @windicss/plugin-utils 1.3.0 5853afe
  • chore(dependencies): update caniuse-lite db 3d0e88d

Release 1.4.4

13 Aug 00:46
Compare
Choose a tag to compare

Release 1.4.3

07 Aug 01:58
Compare
Choose a tag to compare

Release 1.4.2

05 Aug 07:24
Compare
Choose a tag to compare
  • fix: translate styled jsx #88
  • chore(tests): add test for non-applied jsx @apply, tests #89 11a1b1d
  • chore(tests): removing redundent snapshot ddce602

Release 1.4.1

24 Jul 03:40
Compare
Choose a tag to compare
  • fix: remove ident from loaders 94e2dc4