Skip to content

Releases: wix/stylable

@stylable/webpack-plugin@0.1.13

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

@stylable/react-scripts@0.1.14

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

@stylable/core@0.1.11

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/cli@1.1.0

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/jest@0.1.11

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/e2e-test-kit@1.0.18

17 Sep 21:27
Compare
Choose a tag to compare

Bug fix

  • Fixed compatibility with puppeteer@1.8.0.

@stylable/core@0.1.10

17 Sep 21:24
Compare
Choose a tag to compare

Dependencies

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

@stylable/node@0.1.11

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/cli@1.0.10

29 Aug 11:59
Compare
Choose a tag to compare

Bug fix

  • Add missing yargs dependency

@stylable/core@0.1.9

05 Sep 10:07
Compare
Choose a tag to compare

Infrastructure

  • Update all dependencies to latest stable versions