[Pkg-javascript-commits] [less.js] 86/88: final changelog changes for 1.7.0

Jonas Smedegaard dr at jones.dk
Mon Oct 26 23:22:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag v1.7.0
in repository less.js.

commit 17385490f43fd74233438336b078e1fd17a4439f
Author: Luke Page <luke.a.page at gmail.com>
Date:   Thu Feb 27 20:07:50 2014 +0000

    final changelog changes for 1.7.0
---
 CHANGELOG.md | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d074467..9fa3c75 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,17 +1,23 @@
 # 1.7.0
 
-2014-??-??
+2014-02-27
 
+ - Add support for rulesets in variables and passed to mixins to allow wrapping
+ - Change luma to follow the w3c spec, luma is available as luminance. Contrast still uses luma so you may see differences if your threshold % is close to the existing calculated luma.
  - Add support for using variables with @keyframes, @namespace, @charset
- - Fix support for `.mixin(@args...)` when called with no args (e.g. `.mixin();`)
  - Support property merging with +_ when spaces are needed and keep + for comma separated
+ - Imports now always import once consistently - a race condition meant previously certain configurations would lead to a different ordering of files
+ - Fix support for `.mixin(@args...)` when called with no args (e.g. `.mixin();`)
  - Do unit conversions with min and max functions. Don't pass through if not understood, throw an error
+ - Allow % to be passed on its own to the unit function e.g. `unit(10, %)`
  - Fix a bug when comparing a unit value to a non-unit value if the unit-value was the multiple of another unit (e.g. cm, mm, deg etc.)
  - Fix mixins with media queries in import reference files not being put into the output (they now output, they used to incorrectly not)
  - Fix lint mode - now reports all errors
  - Fixed a small scope issue with & {} selector rulesets incorrectly making mixins visible - regression from 1.6.2
  - Browser - added log level "debug" at 3 to get less logging, The default has changed so unless you set the value to the default you won't see a difference
+ - Browser - logLevel takes effect regardless of the environment (production/dev)
  - Browser - added postProcessor option, a function called to post-process the css before adding to the page
+ - Browser - use the right request for file access in IE
 
 # 1.6.3
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git



More information about the Pkg-javascript-commits mailing list