This repository has been archived by the owner on Feb 17, 2021. It is now read-only.
Version 2.0.7
New functionality and features
- Conditional Transformations
- Set breakpoint steps to 100. Default
responsive_use_stoppoints
totrue
instead of"resize"
. - Round up DPR by default. Add
round_dpr
configuration parameter.
Other Changes
- Add
Condition
class. AddTransformation.if
,Transformation.endif
,Transformation.else
. - Use String.slice() instead of String.substring()
- Update Grunt
build
task to not delete the lodash artifacts. Updatecompile
task to not cleanjsdoc
. - Add
bootstrap
argument toresponsive()
. Support responsive_class in options (defaults tocld-responsive
). - Add
Util.removeAttribute
- Add
item == null
to jQuery utilsisEmpty