Skip to content

v3.8.0

Choose a tag to compare

@tomrav tomrav released this 15 Jul 16:11
· 1450 commits to master since this release

eslint-plugin-stylable

  • introducing a new plugin for ESlint offering validation for stylesheet classes usage in your code
  • see readme for further details

@stylable/webpack-plugin

  • add support for filename output path configuration to include [contenthash] - resolves #1253
  • add alwaysWarn option, true by default having webpack emit all warnings and errors as warnings. If set to false warnings and errors will be emitted as they are. In a future major release false will be the default (and possibly only) behavior.

@stylable/experimental-loader

  • emit Stylable warnings and errors

@stylable/webpack-extensions

  • add support for scoped npm packages

Misc.

  • update all dependencies to latest stable, resolving all security audit warnings