Skip to content

Releases: wkillerud/some-sass

[email protected]

05 Sep 17:02
Compare
Choose a tag to compare

Support for the indented syntax

Excited to share that Some Sass now has support for the indented syntax 🥳

  • IntelliSense for CSS and Sass that adapts to the Sass module system
  • Sass function signature helpers
  • Completions for placeholder selectors for both @extend-first and placeholder first workflows
  • Full workspace code navigation (go to definition, find references) and refactoring (rename symbol)
  • Hover information that includes CSS documentation, SassDoc, selector specificity and more
  • Color decorators
  • Deprecation decorators powered by SassDoc, and warnings for mixed indentation (tabs and spaces)
  • Mix and match the two syntaxes in the same workspace

See the announcement post for more

Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@3.7.0

[email protected]

05 Sep 17:14
Compare
Choose a tag to compare

Support for the indented syntax

Excited to share that Some Sass now has support for the indented syntax 🥳

  • IntelliSense for CSS and Sass that adapts to the Sass module system
  • Sass function signature helpers
  • Completions for placeholder selectors for both @extend-first and placeholder first workflows
  • Full workspace code navigation (go to definition, find references) and refactoring (rename symbol)
  • Hover information that includes CSS documentation, SassDoc, selector specificity and more
  • Color decorators
  • Deprecation decorators powered by SassDoc, and warnings for mixed indentation (tabs and spaces)
  • Mix and match the two syntaxes in the same workspace

See the announcement post for more

Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@1.6.0

[email protected]

24 Aug 12:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@3.6.4

[email protected]

21 Aug 17:04
Compare
Choose a tag to compare

This release reverts 3.6.2 as it caused a loop when navigating

Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@3.6.3

[email protected]

21 Aug 17:06
Compare
Choose a tag to compare

This release reverts 1.5.3 as it caused a loop when navigating

Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@1.5.4

[email protected]

20 Aug 20:02
Compare
Choose a tag to compare

What's Changed

  • fix: a race condition that caused partials not to be parsed sometimes by @wkillerud in #205

Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@3.6.2

[email protected]

20 Aug 18:37
fda90f9
Compare
Choose a tag to compare

No changes since 3.6.0, but something failed on Visual Studio Marketplace during publication.

Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@3.6.1

[email protected]

20 Aug 18:12
Compare
Choose a tag to compare

What's Changed

Somehow this fell through the cracks. End to end tests only use the default settings, and tests at the lower levels didn't catch the missing link in the server.

With this change the code suggestion settings will work again.

Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@3.6.0

[email protected]

20 Aug 20:03
Compare
Choose a tag to compare

What's Changed

  • fix: a race condition that caused partials not to be parsed sometimes by @wkillerud in #205

Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@1.5.3

[email protected]

20 Aug 18:14
Compare
Choose a tag to compare

What's Changed

Somehow this fell through the cracks. End to end tests only use the default settings, and tests at the lower levels didn't catch the missing link in the server.

With this change the code suggestion settings will work again.

Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@1.5.2