Skip to content

Releases: wix/stylable

@stylable/[email protected]

24 Sep 10:25
Compare
Choose a tag to compare

Bug fix

  • Added rect. path and format to our reserved native CSS functions list

Misc

  • Upgrade dependencies to latest stable

@stylable/[email protected]

18 Sep 14:51
Compare
Choose a tag to compare

Bug fixes

  • fixes #409 and #429 - bugs concerning mixing resolutions
  • add path and rect to native css functions list

@stylable/[email protected]

11 Sep 11:46
Compare
Choose a tag to compare
  • FIX: broken start script since react-dev-utils upgrade.

@stylable/[email protected]

11 Aug 15:16
Compare
Choose a tag to compare
  • FIX: false warnings for class selectors inside @st-scope.

@stylable/[email protected]

24 Jul 13:42
Compare
Choose a tag to compare
  • Add exports.default to legacy modules.

@stylable/[email protected]

24 Jul 13:44
Compare
Choose a tag to compare
  • Add capability to extract css docs from meta

@stylable/[email protected]

16 Jul 14:29
Compare
Choose a tag to compare

Bug fix

  • Disable minifier restructuring in optimizer, it breaks production mode by making classes disappear.

@stylable/[email protected]

16 Jul 12:33
Compare
Choose a tag to compare

Bug fix

  • Replace CleanCSS minifier with CSSO optimizer, due to bugs with the former

@stylable/[email protected]

16 Jul 12:34
Compare
Choose a tag to compare

New modes

  • Add compat/minify modes to the CLI

@stylable/[email protected]

07 Jul 13:29
Compare
Choose a tag to compare

Code improvements

  • separate module and symbol typings
  • add namespace and moduleDependencies to extracted module output
  • include imports used as an alias in the outputted schema
  • no longer include unused imported symbols in the schema
  • add initial css vars support