Skip to content
This repository was archived by the owner on Apr 8, 2021. It is now read-only.

Version 2.0.7

Choose a tag to compare

@tocker tocker released this 08 Mar 14:55
· 38 commits to master since this release

New functionality and features

  • Conditional Transformations
  • Set breakpoint steps to 100. Default responsive_use_stoppoints to true instead of "resize".
  • Round up DPR by default. Add round_dpr configuration parameter.

Other Changes

  • Add Condition class. Add Transformation.if, Transformation.endif, Transformation.else.
  • Use String.slice() instead of String.substring()
  • Update Grunt build task to not delete the lodash artifacts. Update compile task to not clean jsdoc.
  • Add bootstrap argument to responsive(). Support responsive_class in options (defaults to cld-responsive).
  • Add Util.removeAttribute
  • Add item == null to jQuery utils isEmpty