Skip to content

Releases: Frondor/vue-line-clamp

1.2.4

01 Nov 11:58
Compare
Choose a tag to compare
feature(options): add textOverflow option

v1.2.3

27 Mar 21:07
6fb9176
Compare
Choose a tag to compare

ES5 transpilation

v1.2.2

09 Mar 20:06
Compare
Choose a tag to compare

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

v1.2.1

13 Feb 12:29
51dc2b3
Compare
Choose a tag to compare

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

v1.2

03 Feb 17:19
Compare
Choose a tag to compare

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.