Releases: darrenkopp/SassyStudio
Minor Fixes
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
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
0.8.8.5 - Nested Files Fix
0.8.8.4 - Stability
Resolve issue that may crash visual studio on CSS generation.
0.8.8.3 - Go to import
0.8.8.2 - Minor fix
Resolved issue #35
Light Color Theme Fix
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
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
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