Skip to content

Releases: wix/stylable

@stylable/webpack-extensions@0.1.10

28 Aug 08:59
Compare
Choose a tag to compare
  • Add configuration allowing to manually modify how component module resolution works for HTMLSnapshot Plugin

@stylable/core@0.1.8

28 Aug 08:45
Compare
Choose a tag to compare

Diagnostics - issues resolved

  • #196 - warn about empty -st-from declaration
  • #381 - warn about an empty @namespace definition
  • #317 - make unknown native function/custom formatter warning more verbose
  • #391 - warn about unknown vars in CSS mixins
  • #393 / #193 - warn about missing files and symbols in imports (even without usage)

Infrastructure

  • Update all dependencies

@stylable/dom-test-kit@0.1.0

16 Aug 11:51
5f8ae8f
Compare
Choose a tag to compare
  • First release for @stylable/dom-test-kit. A collection of utilities to assist in testing DOM-related aspects of components using Stylable.

@stylable/node@0.1.8

08 Aug 15:14
Compare
Choose a tag to compare
  • generateModuleSource now accepts an optional argument for @stylable/runtime path

@stylable/webpack-plugin@0.1.7

07 Aug 21:52
Compare
Choose a tag to compare

Stylable Integration

  • Passes through environment mode flag to Stylable for new dev-time diagnostics

Infrastructure

  • Package renamed from stylable-webpack-plugin to @stylable/webpack-plugin

@stylable/react-scripts@0.1.7

07 Aug 21:50
Compare
Choose a tag to compare

Infrastructure

  • Package renamed from stylable-scripts to @stylable/react-scripts

@stylable/core@0.1.7

07 Aug 21:45
Compare
Choose a tag to compare

Infrastructure

  • Rename stylable package to @stylable/core

Deprecations

  • Remove deprecated features:
    • -st-theme
    • -st-compose
    • -st-variant
  • Remove un-needed specificty when using st-extend
  • Remove runtime type definitions in favor of @stylable/runtime types
  • Remove deprecated bundler, generator and runtime
  • Remove automatic root scoping setting

Diagnostics

  • Add warning when trying to name a state beginning with -- (reserved for native CSS variables)
  • Add warning when possibly creating broken inheritence (using -st-extend) during development

@stylable/cli@1.0.7

07 Aug 21:49
Compare
Choose a tag to compare

API Change

  • indexFile flag default value changed to false, and will not automatically generate an index file

Note: the change is from the now deprecated stylable-integration

stylable@5.4.11

18 Jul 08:41
Compare
Choose a tag to compare
  • Change property access of projectRoot in Stylable to public

stylable-scripts@0.5.10

18 Jul 08:40
Compare
Choose a tag to compare
  • Fix type error in stylable-scripts where the last argument of the style function was not optional
  • Use TypeScript import type in global.d.ts