Skip to content

Releases: wix/stylable

v6.0.2

15 Apr 15:41
Compare
Choose a tag to compare

@stylable/cli

  • fix: add missing dependencies (#2951)

Full Changelog: v6.0.1...v6.0.2

v6.0.1

19 Mar 13:29
Compare
Choose a tag to compare

@stylable/core

  • fix: ignore namespace collision of deleted files (#2948)

Full Changelog: v6.0.0...v6.0.1

v6.0.0

13 Mar 14:32
Compare
Choose a tag to compare

GENERAL BREAKING CHANGES

  • Drop nodejs 14/16 (#2904)
  • Move default resolver from enhance-resolver to @file-services/resolve (#2907)
  • Turn on experimentalSelectorInference flag by default (#2906)
  • Remove support for server css rendering - build CSS in advance

@stylable/core

  • feat: container style query support (#2932)
  • feat: improve namespace readability (#2928)
  • feat: strict custom property (#2929)
  • feat!: normalize build-var value to be analyzed and transformed like other values (#2921)
  • feat!: strict class -st-global mapping (#2910)
  • feat!: strict simple custom-state template to compound selector (#2905)
  • feat: add missing native definitions (#2933)
  • feat: default resolver cache (#2920)
  • fix: imported symbols unintentionally leak to runtime (#2896)
  • fix: initial mapped-selector inference with experimentalSelectorInference flag (#2908)
  • fix: mixin from @st-scope regression with experimentalSelectorInference flag (#2909)
  • fix: at-rule mixin collecting extra rules regression (#2915)
  • fix!: improve type definitions for resolved CSS and JS symbols (#2912)
  • fix: scope nested global selector (#2925)
    • when nesting a global selector into a @st-scope, the parent selector is ignored
    • when mixining a JS mixin, any nested rule that starts with :global() is missing the mixed into selector

@stylable/webpack

  • feat!: default to use css-only depth to order CSS (#2917)

@stylable/rollup

  • chore: support for rollup@4 (#2919)

@stylable/esbuild

  • fix: plugin break after error (#2938)

@stylable/runtime

  • feat: expose stylesheet types in package exports (#2924)

@stylable/cli

  • feat: accept resolveModule (#2926)
  • fix: resolveNamespace cli argument should override stylable.config (#2923)

@stylable/optimizer

  • fix: remove csso and use lightningcss for improved minification (#2947)

Full Changelog: v5.16.0...v6.0.0

v5.19.0

05 Mar 13:44
Compare
Choose a tag to compare

@stylable/core

  • feat: expose computed build vars source location programmatically (#2942)
  • feat: expose css custom properties api programmatically (#2943)

Full Changelog: v5.18.1...v5.19.0

v5.18.1

12 Feb 08:32
Compare
Choose a tag to compare

@stylable/cli

  • fix: ensure d.ts output folder exists before generating files (#2940)

@stylable/esbuild

  • fix: stylable error breaks build (#2939)

Full Changelog: v5.18.0...v5.18.1

v5.18.0

14 Jan 08:22
Compare
Choose a tag to compare

@stylable/core

  • feat: add missing native definitions (#2933)
  • fix: remove pure markers from js module output (#2936)

@stylable/rollup

  • test: check rollup version 4 (#2919)

create-react-app

  • fix: add required tslib dev dependency to rollup template (#2934)

Full Changelog: v5.17.0...v5.18.0

v5.17.0

03 Dec 15:17
Compare
Choose a tag to compare

@stylable/core

  • chore: deprecation info for unknown custom-properties in build-var (#2922)
  • feat: strict custom property with stylable configuration flag {flags: {strictCustomProperty: true}} (#2929)

Full Changelog: v5.16.1...v5.17.0

v5.16.1

05 Oct 12:30
Compare
Choose a tag to compare

@stylable/core

  • fix: at-rule mixin collecting extra rules regression (#2915)
  • fix: initial mapped-selector infer (experimentalSelectorInference=true) (#2908)
  • fix: mixin bug (experimentalSelectorInference=true) (#2909)

Full Changelog: v5.16.0...v5.16.1

v5.16.0

14 Sep 05:34
Compare
Choose a tag to compare

@stylable/core

  • fix: mixin with native CSS nesting (#2898)
  • next major version deprecation info diagnostic for @namespace used by stylable - move to @st-namespace (#2895)

@stylable/esbuild

  • fix: errors with minify config (#2899)

Full Changelog: v5.15.2...v5.16.0

v5.15.2

11 Sep 12:52
Compare
Choose a tag to compare

@stylable/webpack

  • fix: unhandled native css external entry (#2901)

@stylable/language-service

  • fix: invalid node location offset (#2897)

Full Changelog: v5.15.1...v5.15.2