Skip to content

Releases: wix/stylable

stylable-scripts@0.5.7

20 Jun 17:26
Compare
Choose a tag to compare
  • Upgrade dependencies

stylable-runtime@1.0.3

20 Jun 17:25
Compare
Choose a tag to compare
  • Correct runtime function API optional parameters
  • Export runtime stylesheet types

stylable-cli@1.0.3

20 Jun 17:22
Compare
Choose a tag to compare

Internal release

  • Correct main entry of package so it can be used as a library
  • Reuse functionality from stylable-node
  • Removed unused dependencies

stylable@5.4.3

14 Jun 10:27
Compare
Choose a tag to compare

Stylable Core:

  • Fix bug concerning quote stripping from pseudo-state selectors (#352)
  • Fix bug with false empty function diagnostics in media queries and declaration values (#319)
  • Remove unused imports and upgrade dependencies

stylable@5.4.2

14 Jun 10:22
Compare
Choose a tag to compare

Stylable:

  • Remove default optimizer from Stylable

stylable@5.4.1

14 Jun 10:18
Compare
Choose a tag to compare

Stylable:

  • Remove chai dependency from ast-matchers

stylable@5.4.0

12 Jun 13:40
Compare
Choose a tag to compare

Stylable:

Bug fix

  • Mixins from CSS and JS are now "fixed" to their relative URLs
  • Fixed resolution of 3rd party packages that have their own context (deeply nested node_modules)

API

  • Add stylable assets helpers
  • Add new StylableOptimizer
  • Add Stylable.create that uses config object
  • Add urls array on StylableMeta
  • Deprecate old optimize

Stylable Build:

  • Added memory-fs
  • Added webpack in memory test

stylable-webpack-plugin@1.1.0

12 Jun 13:40
Compare
Choose a tag to compare

StylableWebpackPlugin:

  • Upgrade to use new stylable features (assets,optimizer)
  • Remove old optimizer
  • Add optimize.minify option
  • Add optimize.removeEmptyNodes option
  • Add documentation for minify values in the README

stylable@5.3.11

07 Jun 10:03
Compare
Choose a tag to compare

Scoping

  • Refactor handling for scoping with global

Diagnostics

  • Add diagnostics for un-scoped elements and imported classes

Bug fix

  • Resolve a bug causing keyframe props to be traversed
  • Resolve a bug that collected globally scoped selector parts to the file meta
  • Resolve #170 - Warning on default imports with a lower case first letter
  • Resolve #334 - No more warnings when using global selectors before root

stylable@5.3.10

31 May 09:38
Compare
Choose a tag to compare
  • Fix lookup of pseudo elements on class mixin