Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@andrejsharapov andrejsharapov released this 07 Nov 18:54

What's new

Main differences from vue-line-clamp.

What's changed

Changed

  • importCss option renamed to useClass;
  • fallbackFunc option not used (removed);
  • textOverflow option defaults to the empty string.

Added

  • Added wordBreak option - set the value for word-break property. Default: break-word;
  • Added useImportant option - set value as important. Allows you to override some values of libraries and ui-frameworks. Default: false.