Vue Line Clamp Versions Save

"Cross browser" solution for the poorly supported `-webkit-line-clamp` css property regarding to multi-line text truncation

1.2.4

5 years ago

v1.2.3

6 years ago

ES5 transpilation

v1.2.2

6 years ago

Implemented fallbackFunc option & fixed multiple element clamping on same page. Thanks to @zevdg

v1.2.1

6 years ago

Implemented fallbackFunc option & fixed multiple element clamping on same page. Thanks to @zevdg

v1.2

6 years ago

Reactive value, new Rollup build and fallback method improvement

Changelog

  • Switched build system from Webpack to Rollup.
  • Directive value is now reactive.
  • Fixed fallback for non-webkit browsers using directive's argument as line-height value for proper calculations.