Skip to content
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.

Update dependency less to v3 #12

Merged
merged 1 commit into from
Mar 7, 2018
Merged

Update dependency less to v3 #12

merged 1 commit into from
Mar 7, 2018

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 7, 2018

This Pull Request updates dependency less from v2.7.3 to v3.0.1

Release Notes

v3.0.0

2018-02-10

  • Fix calc() function to not do math operations on compile
  • Rename Directive -> AtRule & Rule -> Declaration
  • Cross-platform @plugin loading! (Node & Browser)
  • Numerous changes / improvements to plugin architecture
  • Simplified API calls in plugins (less.atrule() vs new less.tree.AtRule())
  • Property accessors ($width to refer to width: 300px value)
  • Inline JavaScript disabled by default for security reasons (use @plugin)
  • Improvements in Less error reporting
  • Added feature: returning null / false from Less functions will remove that line
  • Simple boolean() and if() functions added
  • Bug fixes
  • Removal of unnecessary nodes from API (like IE's alpha())

Commits

v3.0.0

v3.0.1


This PR has been generated by Renovate Bot.

@m1guelpf m1guelpf merged commit 37883c7 into master Mar 7, 2018
@m1guelpf m1guelpf deleted the renovate/less-3.x branch March 7, 2018 07:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError: pluginLoader.tryLoadPlugin is not a function
2 participants