Skip to content

Commit

Permalink
1.7.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeapage committed Jul 27, 2014
1 parent 0e88395 commit a168b1f
Show file tree
Hide file tree
Showing 9 changed files with 17,815 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 1.7.4

2014-07-27

- Handle uppercase paths in browser
- Show error if an empty selector is used in extend
- Fix property merging in directives
- Fix ordering of charset and import directives
- Fix race condition that caused a rules is undefined error sometimes if you had a complex import strategy
- Better error message for imports missing semi-colons or malformed
- Do not use util.print to avoid deprecate warnings in node 0.11

# 1.7.3

2014-06-22
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Build Status](https://travis-ci.org/less/less.js.png?branch=master)](https://travis-ci.org/less/less.js)
[![Dependencies](https://david-dm.org/less/less.js.png)](https://david-dm.org/less/less.js) [![devDependency Status](https://david-dm.org/less/less.js/dev-status.png)](https://david-dm.org/less/less.js#info=devDependencies) [![optionalDependency Status](https://david-dm.org/less/less.js/optional-status.png)](https://david-dm.org/less/less.js#info=optionalDependencies)

# [Less.js v1.7.3](http://lesscss.org)
# [Less.js v1.7.4](http://lesscss.org)

> The **dynamic** stylesheet language. [http://lesscss.org](http://lesscss.org).
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "less",
"version": "1.7.3",
"main": "./dist/less-1.7.3.js",
"version": "1.7.4",
"main": "./dist/less-1.7.4.js",
"ignore": [
"**/.*",
"benchmark",
Expand Down

0 comments on commit a168b1f

Please sign in to comment.