Skip to content

Releases: wix/stylable

@stylable/[email protected]

17 Oct 20:03
Compare
Choose a tag to compare
  • add now needed @stylable/node runtime dependency.

@stylable/[email protected]

17 Oct 20:17
Compare
Choose a tag to compare
  • Correct default size of favicon in manifest. Fixes Chrome console warning.

@stylable/[email protected]

17 Oct 15:07
Compare
Choose a tag to compare

Namespacing

  • Namespaces are now determined based on the path to the nearest package.json, package name and version. The path used for namespace generation is now normalized across different OS. This should lead to better SSR support when building *.st.css files to serve

Misc

  • Upgrade all dependencies, including TypeScript and PostCSS

@stylable/[email protected]

17 Oct 15:01
Compare
Choose a tag to compare
  • fixes #418 - CLI ensures directories exist when creating an index file
  • fixes #428 - kebab case files names are mishandled when creating an index file
  • fixes #431 - add missing diagnostics from transformations
  • add the ability to provide a custom generator for index files (missing documentation, see #434)

@stylable/[email protected]

17 Sep 21:20
Compare
Choose a tag to compare

Bug fix

  • Ensure generated module uses own copy of runtime (#425). This change allows @stylable/jest to be used as part of a globally installed CLI.

@stylable/[email protected]

17 Sep 21:27
Compare
Choose a tag to compare

Bug fix

@stylable/[email protected]

17 Sep 21:24
Compare
Choose a tag to compare

Dependencies

  • Upgrade to postcss-nested@4, which uses postcss@7.

@stylable/[email protected]

05 Sep 10:06
Compare
Choose a tag to compare

Bug fix

  • Fix require hook not marking generated modules as esm causing breaking when module interoperability is on

Infrastructure

  • Update all dependencies to latest stable versions

@stylable/[email protected]

29 Aug 11:59
Compare
Choose a tag to compare

Bug fix

  • Add missing yargs dependency

@stylable/[email protected]

05 Sep 10:07
Compare
Choose a tag to compare

Infrastructure

  • Update all dependencies to latest stable versions