Skip to content

Releases: wix/stylable

v5.9.0

22 Mar 16:46
Compare
Choose a tag to compare

@stylable/core

  • feat: support selector intersection (#2827) - with new experimentalSelectorInference
  • refactor: make core compatible with ESM bundling (#2839)

@stylable/create-stylable-app

@stylable/node

  • feat: add experimental ESM loader (#2837)

Full Changelog: v5.8.0...v5.9.0

v5.8.0

05 Mar 13:17
Compare
Choose a tag to compare

@stylable/language-service

  • feat: completions support for @st-import specifier (#2824)

Full Changelog: v5.7.1...v5.8.0

v5.7.1

15 Feb 10:32
Compare
Choose a tag to compare

@stylable/language-service

  • fix: change import to "path" from "node:path" to support browser mapping (d7430b6)

v5.7.0

14 Feb 14:03
Compare
Choose a tag to compare

@stylable/core

  • fix: improve performance by collecting imports deeply only on Stylable files (#2815)

@stylable/language-service

  • feat: new lang service context based completions (#2813)

@stylable/code-formatter

  • feat: Implement new code formatter (#2268)

@stylable/webpack-plugin

  • feat: experimental flag for next 13 app directory (#2808)

Full Changelog: v5.6.1...v5.7.0

v5.6.1

08 Jan 08:36
Compare
Choose a tag to compare

fix: direct import in @stylable/cli from core/src cause typecheck errors (#2802)

New Contributors

Full Changelog: v5.6.0...v5.6.1

v5.6.0

26 Dec 10:57
Compare
Choose a tag to compare

@stylable/core

  • feat: remove Stylable directives at transform (#2798)
  • chore: replace deindent dependency (#2799)

@stylable/webpack-plugin

  • fix: webpack optimization bailout for generate Stylable modules (#2783)

@stylable/cli

  • fix: resolve namespaceResolver path relative to rootDir (#2628)
  • chore: deprecate typedConfiguration in favor of stcConfig

Full Changelog: v5.5.0...v5.6.0

v5.5.0

14 Dec 15:57
Compare
Choose a tag to compare

@stylable/core

  • feat: custom state with parameter to template (#2780)
  • feat: expand resolution error with error details (#2787)

@stylable/language-service

  • fix: st-global in at-rules definition (#2788)

@stylable/webpack-plugin

  • fix: preserve native CSS class names in production (#2794)

Other

  • feat: dual publish mode build target and integration support (#2726)
  • feat: improve side effect detection (#2786)

Full Changelog: v5.4.0...v5.5.0

v5.4.0

22 Nov 10:10
Compare
Choose a tag to compare

@stylable/core

  • feat: support native CSS file import (#2746)
  • feat: CSS contains support (#2744)
  • refactor: extract custom state feature (#2775)

Infra & Configs

  • feat: add defaultConfig option in stylable.config.js (#2691)
  • infra: add code coverage dev flow (#2777)

Full Changelog: v5.3.0...v5.4.0

v5.3.0

07 Nov 12:23
Compare
Choose a tag to compare

@stylable/rollup

  • feat: provide stylable config override (#2771)

@stylable/core

  • fix: transform global @property (#2723)
  • fix: dev inherit check with global selector (#2752)
  • fix: production mode globals (#2764)

@stylable/core-test-kit

  • test: allow to inline test for empty decl value (#2768)

Full Changelog: v5.2.1...v5.3.0

v5.2.1

08 Sep 16:06
Compare
Choose a tag to compare

@stylable/core

  • fix: allow value references in st-map (#2668)

@stylable/webpack-plugin

  • feat: expose function to bundle libraries according to configuration (#2673)

@stylable/jest

  • fix: process output matches new Jest transformer API (#2709)

create-stylable-app

  • feat: support font assets (#2687)

Full Changelog: v5.2.0...v5.2.1