Skip to content

Releases: RonaldTreur/STSS

v0.4.3

15 May 12:04
Compare
Choose a tag to compare

Bugs fixed in this release:

  • Backslashes are incorrectly added when using L('somekey')

Additionally some useful shorthands were added to the default ones that ship with STSS.

Thanks to @mmeester and @silvandiepen for these contributions!

v0.4.2

28 Nov 22:46
Compare
Choose a tag to compare

Support added for Node v4.

Thanks to @smumu and @dbankier for supplying the required fix!

v0.4.1

31 Jul 19:20
Compare
Choose a tag to compare

Bugs fixed in this release:

  • Filenames and paths are unquoted / mangled in output (#19)
  • Hexadecimal color values with an alpha-component won't parse (#20)
  • Using @extend with complex objects gives weird results (#22)

Thanks to @jvandijk & @winsonet for reporting!

STSS 0.4.0 (contains Node v0.12 support)

31 Jul 19:13
Compare
Choose a tag to compare

It's been a long time coming, but support for Node v0.12 has finally arrived to STSS!
A big thanks to @xavierlacot for pointing in the right direction!

Additionally, this release packs a newer version of LibSass to parse the SCSS (to which your STSS is converted in step 1). LibSass v3 closes part of the gap that exists between the C-compiler and the Ruby one. In other words: More SCSS-constructs are now available for you to use in your STSS!

STSS 0.3.0

02 Sep 19:51
Compare
Choose a tag to compare

Since 0.2.1 a lot of bugs were squashed, involving some refactoring of existing components. Locating these issues would not have been possible without your help. A gracious hat tip to @jvandijk and @Pyreweb, who raised most of the issues solved in this release.

Fixes:

  • Array-values in general
  • Object-values in general
  • Nested arrays/object-values
  • Array values inside queries
  • Full stops (.) in texts