Skip to content

Releases: zoltantothcom/react-clamp-lines

v3.0.2 release

24 May 17:45
Compare
Choose a tag to compare

[3.0.2] - 2019-05-24

Bugfix

  1. Fixed broken TS definitions

v3.0.0 release

08 May 22:50
Compare
Choose a tag to compare

[3.0.0] - 2019-05-08

Added

  1. [ BREAKING ] Required id property for ARIA props

v2.3.0 release

17 Apr 14:42
2180397
Compare
Choose a tag to compare

[2.3.0] - 2019-04-16

Enhancements

  1. Added ARIA attributes to button and clamped text container to improve accessibility.

v2.2.0 release

28 Jan 15:48
Compare
Choose a tag to compare

[2.2.0] - 2019-01-28

Enhancements

  1. Server side rendering displays the full text.

v2.1.0 release

15 Jan 20:12
Compare
Choose a tag to compare

[2.1.0] - 2019-01-15

Enhancements

  1. Added support for stopPropagation - prevents the event from bubbling up the DOM tree when clicked on the «Read more» button
  2. Modified declaration file to export ClampLines as default in a module

Bugfix

  1. Fixed issue when rendered text does not update if the prop changed

v2.0.2 release

07 Dec 20:13
Compare
Choose a tag to compare

[2.0.2] - 2018-12-07

Bugfix

  1. Debounced clamp attempt on unmounted component resulted in TypeError

v2.0.1 release

07 Dec 19:11
Compare
Choose a tag to compare

[2.0.1] - 2018-12-06

Added

  1. [ BREAKING ] PropTypes for type checking

Enhancement

  1. Type declaration file added for TypeScript