Commit Graph

2519 Commits

Author SHA1 Message Date
Luke Page
7a9779db7d Merge pull request #2784 from less/greenkeeper-grunt-contrib-jasmine-1.0.0
Update grunt-contrib-jasmine to version 1.0.0 🚀
2016-01-30 11:03:38 +01:00
greenkeeperio-bot
4960b2ab91 chore(package): update grunt-contrib-jasmine to version 1.0.0
http://greenkeeper.io/
2016-01-30 08:34:54 +00:00
Luke Page
29f8ae22cc upgrade jshint and fix new errors 2016-01-30 08:29:47 +00:00
Luke Page
36dec20249 Merge pull request #2773 from less/greenkeeper-update-all
Update all dependencies 🌴
2016-01-30 08:32:41 +01:00
Luke Page
2c0f833a1b Fix jscs error 2016-01-30 07:12:39 +00:00
greenkeeperio-bot
c8997f544e chore(package): update dependencies
http://greenkeeper.io/
2016-01-30 07:12:38 +00:00
Matthew Dean
8b16599542 Update CHANGELOG.md 2016-01-29 12:00:49 -08:00
Matthew Dean
633e499566 - Bump version to 2.6.0 and update changelog v2.6.0 2016-01-29 11:55:13 -08:00
Matthew Dean
0a703c4d7f v2.5.4 2016-01-29 07:36:11 -08:00
Max Mikhailov
46cc804348 Merge pull request #2788 from pra85/patch-1
Update license year in README.md
2016-01-27 14:07:50 +03:00
Prayag Verma
223ce73324 Update license year in README.md 2016-01-27 15:52:20 +05:30
Matthew Dean
809f1b1862 Merge pull request #2735 from less/browser-cache
Fix for #2384 and caching enabled with modifyVars set
2016-01-26 09:54:39 -08:00
Max Mikhailov
fabcceecdb Merge pull request #2783 from seven-phases-max/fix-unknown-atrules
Allow unknown non-{}-block at-rules
2016-01-26 11:19:48 +03:00
Max Mikhailov
e3c13121df allow unknown at-rules w/o {} block 2016-01-26 11:00:31 +03:00
Mária Jurčovičová
71e4bbcd01 Merge pull request #2779 from SomMeri/master
Logical operator and now has higher precedence then logical operator or.
2016-01-17 19:58:07 +01:00
meri
8cc6ea89b1 Logical operator and now has higher precence then logical operator or. 2016-01-17 19:37:51 +01:00
Mária Jurčovičová
4ce7914a53 Merge pull request #2775 from SomMeri/master
Parsing Error "Unrecognised input" for color operations with color names #2124
2016-01-15 22:12:42 +01:00
meri
73f93d4fce removing forgotten commit 2016-01-15 14:37:41 +01:00
meri
9ed82e027d Added tests for #2124 2016-01-15 13:42:42 +01:00
meri
d538509101 Merge https://github.com/less/less.js 2016-01-14 23:46:37 +01:00
meri
ce55a8e79c Fixing #2124 - Parsing Error "Unrecognised input" for color operations
with color names.
2016-01-14 23:46:05 +01:00
Mária Jurčovičová
8c1fcb5115 Merge pull request #2763 from SomMeri/master
Added "or" keyword and allowed arbitrary logical expression in guards.
2016-01-14 14:27:36 +01:00
Luke Page
a5e9ed5836 Merge pull request #2731 from paladox/patch-2
Faster builds and update npm versions to test against
2016-01-12 13:37:09 +00:00
meri
1791587fdc removed pointless comment 2015-12-20 20:25:55 +01:00
meri
07c1c821e9 Simplified code. 2015-12-20 20:25:11 +01:00
meri
0952847217 remove debug logs 2015-12-20 20:24:09 +01:00
meri
81f6fcc312 testing predictability of pure virtual method 2015-12-20 20:19:52 +01:00
meri
77627050c7 Added "or" keyword and allowed arbitrary logical expression in guards. 2015-12-20 20:11:11 +01:00
Mária Jurčovičová
52281b68c1 Merge pull request #2759 from SomMeri/master
Fixed extend leaking through nested parent selector.
2015-12-16 14:27:34 +01:00
meri
c2477751e6 Fixed typo. 2015-12-13 15:54:00 +01:00
meri
dd09691b38 Fixed extend leaking through nested parent selector. #2586 2015-12-13 15:49:20 +01:00
Mária Jurčovičová
51ae9c6c8e Merge pull request #2738 from niom/feature/image-size-not-browser-supported
Fail when image-size functions are used in browser-less.
2015-12-07 13:06:05 +01:00
Mária Jurčovičová
78bf3f18a9 Merge pull request #2485 from seven-phases-max/allow-underscore-after-numbers
Allow underscore in a dimension unit
2015-12-07 13:00:03 +01:00
Mária Jurčovičová
baf45ea326 Merge pull request #2729 from SomMeri/master
Fixing import by reference
2015-12-07 12:57:59 +01:00
Marko Pukari
c731fe0dc1 Fail when image-size functions are used in browser-less. 2015-11-27 13:20:07 +02:00
Matthew Dean
b50a7abf98 Fix: Always restore page visibility even if Less generates an error 2015-11-26 10:19:44 -08:00
Matthew Dean
65404cb506 Allows stylesheets to cache even with modifyVars
- Basically, compares assigned vars to vars in localStorage. If they match (and all the other cache criteria pass), then loads from cache
2015-11-25 22:53:36 -08:00
Matthew Dean
c5283bb8d1 Fix for #2384 - fakes "sync" loading of web page by hiding it until styles are done
/ The actual XHR requests are changed to async for a speed boost for "sync" loading of orders of magnitude
2015-11-25 22:52:24 -08:00
paladox
f2ef0ed795 Update .travis.yml 2015-11-21 17:00:16 +00:00
paladox
daf0b65d16 Faster builds and update npm versions to test against
Remove node_js 0.11 because that release does not exist.

Add npm to test against 4.2.0 and 5.0.0.

Add sudo: false so the builds can be tested much much faster 

http://docs.travis-ci.com/user/workers/container-based-infrastructure/
2015-11-21 16:57:28 +00:00
meri
e753a7eba2 Created separate test case for #2162 2015-11-20 15:31:27 +01:00
meri
ead3e29f7b Fixing import by reference
- refactored how import reference works
- refactored to-css-visitor (this is side product, it was getting
  complicated)
- fixes issues #1851, #1896, #1878, #2716, #1968, #2162 (same as #1896)
2015-11-20 15:10:53 +01:00
Luke Page
73e79b0b84 See if appveyor supports node.js 4 2015-09-29 20:22:06 +01:00
Luke Page
9d332a72ec Fix jshint warning 2015-09-25 13:00:00 +01:00
Luke Page
33fa72767e v2.5.3 v2.5.3 2015-09-25 12:50:16 +01:00
Luke Page
7af6e27430 Remove bower version as per #2607 2015-09-25 12:47:02 +01:00
Luke Page
d85b0e6a28 missing changelog for 2.5.2 2015-09-25 12:45:09 +01:00
Luke Page
c7a6e8d886 Fix import inline. Fixes #2703 2015-09-25 12:39:24 +01:00
Luke Page
f0c454bc68 v2.5.2 v2.5.2 2015-09-24 20:21:01 +01:00
Luke Page
dac026abd4 Merge pull request #2609 from mmelvin0/master
Skip missing optional imports
2015-09-24 20:14:54 +01:00