github Justineo/vue-clamp v1.3.0

3 hours ago

Minor release focused on boundary-aware clamping and smoother resizing.

Added

  • <LineClamp>, <RichLineClamp>, and <InlineClamp> now support boundary="word" to prefer
    whole-word truncation. The default remains "grapheme" for the existing maximum-fit behavior.

Changed

  • <RichLineClamp> now places the ellipsis outside preserved inline markup when truncating rich
    text, so elements such as <code>, links, and emphasis stay structurally intact.

Improved

  • Resizing clamped content is smoother, especially when container width changes continuously.

Don't miss a new vue-clamp release

NewReleases is sending notifications on new releases.