Skip to content

Releases: wkillerud/some-sass

[email protected]

24 Apr 19:32
Compare
Choose a tag to compare

some-sass 3.1.1 (2024-04-24)

Bug Fixes

  • broken image link in published vsix (1b7f5d6)

[email protected]

24 Apr 19:23
Compare
Choose a tag to compare

some-sass 3.1.0 (2024-04-24)

Bug Fixes

Features

[email protected]

24 Apr 19:08
Compare
Choose a tag to compare

some-sass-language-server 1.2.0 (2024-04-24)

Features

[email protected]

03 Apr 18:27
Compare
Choose a tag to compare

some-sass-language-server 1.1.0 (2024-04-03)

Bug Fixes

  • fall back to default settings instead of crashing if no settings are defined (51c9a5a)

Features

  • add --debug flag to run the development build (ffc5410)

[email protected]

02 Apr 20:21
Compare
Choose a tag to compare

some-sass 3.0.1 (2024-04-02)

Dependencies

  • some-sass-language-server: upgraded to 1.0.3

[email protected]

02 Apr 20:18
Compare
Choose a tag to compare

some-sass-language-server 1.0.3 (2024-04-02)

Bug Fixes

  • remove redundant workspace initializationOption requirement (d3ee9a3)

[email protected]

02 Mar 15:27
Compare
Choose a tag to compare

some-sass 3.0.0 (2024-03-02)

chore

  • bump engines to match vscode types (831c489)

BREAKING CHANGES

  • minimum vscode version is now 1.86.0

[email protected]

02 Mar 15:39
Compare
Choose a tag to compare

some-sass-language-server 1.0.2 (2024-03-02)

The language server powering Some Sass is now available on npm as a standalone executable, meaning you can use it with any LSP compatible editor. Big thanks go out to @simeonoff for setting this in motion 🌟

Check out the language server README if you're looking to improve the developer experience for SCSS in your editor of choice.

Bug Fixes

2.14.8

21 Jan 11:23
c0e95d1
Compare
Choose a tag to compare

2.14.8 (2024-01-21)

Bug Fixes

  • remove double dots for Sass built-ins in Svelte, Vue, Astro (fddd8f5)
  • suggest built-in function with signature also when there's text after the dot (43a8d80)

2.14.7

19 Jan 18:17
beee666
Compare
Choose a tag to compare

2.14.7 (2024-01-19)

Bug Fixes

  • no longer omit the $ in variable completions for Svelte (25b216f)