Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

50 lines (38 loc) · 1.47 KB

Road map

  • Support linked .less files
  • Move all strings to .resx file

Features that have a checkmark are complete and available for download in the CI build.

Change log

These are the changes to each version that has been released on the official Visual Studio extension gallery.

0.9

  • Get .less files from project system instead of file system
  • Output window log time to build LESS catalog
  • Made .less file parsing async
  • File nesting support for Website Projects
  • Made CSSComb opt-in only
  • Changed autoprefix value to > 1%
  • Show more information on adornment
  • Dark theme support for watermarks

0.8

  • Install npm modules when VS starts
  • Alert when the npm modules are installed when .less file is saved
  • Compile parent .less files when imported file changes
  • Context menu command to enable compiler for project
  • Adornment to toggle compilation per solution
  • Command to compile less files in all enabled projects in solution
  • Make project/solution compiler defaults configurable
  • Adapt to renames, additions and deletions from project
  • Make indication that .css file generated

0.7

  • Configurable options per file
  • Add unit tests
  • Support minification
  • Support source maps
  • Allow spaces in output file names

0.6

  • Initial release
  • Install npm modules
  • Compiles on save