Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 2.44 KB

CHANGELOG.md

File metadata and controls

53 lines (35 loc) · 2.44 KB

Changelog

v2.0.2

  • Added command to compile all less files in workspace (Thanks ChrisWu11).
  • Updated less to v4.2.0.

v2.0.0

  • Added support for an extensibility API. See README for details.

v1.7.4

  • Added support for optional quotes around string inline options (main, out, math and autoprefixer), so that they look more JSON-ey e.g.
    // out: "../styles.css"
  • Added test suite.
  • Modernise code.

[v1.7.2-v1.7.3]

  • New: math setting is now supported as a per-file directive, and is explicitly available in the settings.json configuration.

v1.7.1

  • Fix: Reverted change in 1.7.0 that caused @import "../../style.css"; imports to stop being exported.

v1.7.0

v1.6.0-v1.6.3

  • Added support for settings in workspaces with multiple projects—#50
  • Added a new variable ${workspaceFolder} which can be used to interpolate the folder root path into an out or main setting.
  • Fix: Compiler stalling when less error exists in file other than being saved—#55
  • Fix: palette command "Compile LESS to CSS" not triggering in newer versions of VS code.—#46
  • Fix: for sourceMapURL not matching generated file when using main and out settings together.—#43

v1.5.0-v1.5.1

  • Updated less to v3.9.0
  • Updated less-plugin-autoprefix to v2.0.0
  • Inline Javascript must now be explictly enabled using the javascriptEnabled option (either per-file or via settings). This regressed in v1.5.0 #54, due to security changes introduced by LESS v3.0.0.

<v1.4.5