Skip to content

Releases: darrenkopp/SassyStudio

Minor Fixes

06 Mar 23:42
Compare
Choose a tag to compare

In this release there's a minor fix to the parsing engine that would cause @import url directives that did not use strings to act funny. Also, the latest version of libsass is included which fixed some reported issues.

0.8.8.7 - Go To Definition

14 Feb 05:11
Compare
Choose a tag to compare

This release expands the support for the Go-to Definition command (F12) to support the following items:

  • Import Directives
  • Mixin Reference
  • User Function Reference
  • Variable Reference
  • Parent Reference

These depend on there being a @import directive. I'll add support for the /// directive soon, I just totally forgot about it.

0.8.8.6 - Replace NSass with libsass-net

15 Jan 05:01
Compare
Choose a tag to compare

It's unfortunate but it appears that the NSass project is no longer being maintained, so I ported it to a new project: libsass-net. This release will bring about ~6 months of libsass fixes, and a couple that were reported in SassyStudio.

Fixes

  • Latest version of libsass fixes #14 and #44.

0.8.8.5 - Nested Files Fix

10 Jan 01:57
Compare
Choose a tag to compare

This release should resolve #24 and #42.

0.8.8.4 - Stability

09 Jan 19:12
Compare
Choose a tag to compare

Resolve issue that may crash visual studio on CSS generation.

0.8.8.3 - Go to import

07 Jan 04:01
Compare
Choose a tag to compare

This is a minor release which primarily includes some logging to track down cause of issue #24.

Improvements

  • You can now hit F12 (go to definition) on import file and navigate to that file. Resolves #36

0.8.8.2 - Minor fix

24 Dec 19:06
Compare
Choose a tag to compare

Resolved issue #35

Light Color Theme Fix

22 Dec 19:08
Compare
Choose a tag to compare

There was a bug in the detection of the light color theme, causing the dark theme to be used and thus the light theme was not very easy to read. This has been fixed and the light color theme colors have been darkened to make it even higher contrast.

0.8.8 - Enhanced colors and fixes

19 Dec 05:19
Compare
Choose a tag to compare

Improvements

  • #32 - You can now customize the color of selectors and property values (no defaults currently)
  • #28 - A new option allows you to emit warning comment at top of CSS file stating that file is auto-generated

Fixes

  • #31 - All documents that reference root level scss files will also be generated now

0.8.7 - Default Colors

16 Dec 03:08
Compare
Choose a tag to compare

There seemed to be some issues with the way that SassyStudio was copying color values in VS2013, so in this release we've built in default colors for light and dark themes. If you hadn't customized the colors before, you will definitely notice a big change, otherwise everything should look exactly the same.

Feel free to drop any feedback on the colors to me on Twitter.

Fixes

#23 - Color configuration overriding other languages. Huge thanks to @mdonatas, @cleftheris, and @altearius

Improvements

Better exception reporting for Compass