Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: rstudio/sass

sass 0.4.10

11 Apr 20:24
643b643
Compare
Choose a tag to compare
  • Closed #149: FileCache R6 class finalize() method should be private. (#150)
  • More informative output when font_google() downloads google font files (for font_google(local=TRUE)).

sass 0.4.9

15 Mar 23:11
6f8f3e4
Compare
Choose a tag to compare
  • Closed #138: font_google(local = TRUE) now uses woff2 (instead of woff) for a font file type. (#139)

sass 0.4.8

06 Dec 15:28
2e934ae
Compare
Choose a tag to compare
  • Closed #132: Fix R CMD check warning re error() format strings (for r-devel). (#133)

sass 0.4.7

26 Jul 21:22
Compare
Choose a tag to compare
  • Closed #129: Fixed a compilation warning on latest Apple Clang (15). (#130)
  • Closed #125: Installation now (correctly) requires {fs} >= 1.2.4.

sass 0.4.6

04 May 17:14
feeb896
Compare
Choose a tag to compare

Close #127: Removed a compilation warning on Windows w/ gcc-12. (#128)

sass 0.4.5

24 Jan 14:52
Compare
Choose a tag to compare

Improvements

  • Close #122: Upgrade LibSass dependency from v3.6.4 to v3.6.5. (#123)

sass 0.4.4

11 Jan 23:03
Compare
Choose a tag to compare

Improvements

  • Close #116: Remove hard-coded lstdc++ flag from Makevars. (#118)

sass 0.4.3

21 Nov 15:27
Compare
Choose a tag to compare

Improvements

  • Close #113: Get rid of C++ warning during package installation about sprintf() being deprecated

sass 0.4.2

16 Jul 14:13
6b87213
Compare
Choose a tag to compare

Bug fixes

  • sass() no longer encounters a false positive cache hit when sass_file() is used inside a sass_bundle(). (#107, #108)
  • font_google() no longer produces a directory name with a _ prefix (which was causing the directory to be ignored when deployed to GitHub Pages). (#105, #106)

sass 0.4.1

06 Apr 17:29
Compare
Choose a tag to compare

Improvements

  • Several speed improvements for sass() and as_sass_layer(), particularly when sass(write_attachments = TRUE) encounters a cache hit. (#98)
  • Removed compilation warnings with gcc-12. (#100)
  • Removed linking errors that occur when custom C++ flags are used to compile
    (#94, #104).