Releases: spyder-ide/qtsass
Releases · spyder-ide/qtsass
QtSASS 0.4.0
What's Changed
- PR: Update RELEASE.md by @dalthviz in #69
- PR: Add the support for QRadialGradient by @regrainb in #59
- PR: Drop support for Python <=3.6 by @dalthviz in #71
- PR: Made
compile_filename
file output optional by @gentlegiantJGC in #70
New Contributors
- @regrainb made their first contribution in #59
- @gentlegiantJGC made their first contribution in #70
Full Changelog: v0.3.2...v0.4.0
QtSASS 0.3.2
What's Changed
- PR: Update changelog and authors by @dalthviz in #66
- PR:🚇 Add deployment pipeline step by @s-weigand in #65
- PR: Constraint libsass to 0.21.0 and update .authors.yml file by @dalthviz in #68
New Contributors
- @s-weigand made their first contribution in #65
Full Changelog: v0.3.1...v0.3.2
QtSASS 0.3.1
Fix rgba alpha conversion
color: rgba(255, 10, 10, 0.5)
now correctly outputs
color: rgba(255, 10, 10, 50%)
Improved Watch
QtSass watch mode now:
- recovers from a failed Sass file compilation
- correctly watches files with the same extension in same directory as the input
- successfully watches files in the current working directory
Recompile on source change
Added auto-recompile feature on source SASS file change (option -w, --watch).
Initial preview build for Windows and Mac OS X 10.10
Python 3.4 64 bits
First version as an executable for Windows and Mac OS X, which should cover most of use-cases.