Skip to content

Releases: rarenatoe/more-or-less

Release 2.0.2

27 Apr 20:40
Compare
Choose a tag to compare

2.0.2 (2024-04-27)

Bug Fixes

  • last line with more/less button was not updating when children changed (1f6a2e6)

Release 2.0.1

26 Jun 20:29
Compare
Choose a tag to compare

2.0.1 (2023-06-26)

  • DOCS: Fixed error in README.md (thanks @alexrififi)
  • Updated example app to react native 0.72 (@rarenatoe)

Release 2.0.0

22 Oct 20:23
Compare
Choose a tag to compare

2.0.0 (2022-10-22)

Bug Fixes

  • add font weight bold to button text / keep font color removed (9f875c2)

BREAKING CHANGES

  • color prop has to be passed to textComponent/textButtonStyle for it to have color

Release 1.2.0

21 Oct 23:14
Compare
Choose a tag to compare

1.2.0 (2022-10-21)

Refactored

  • extract code chunk to its own functional component for better code quality (a9b5835)

Features

  • enable animated expanding/shrinking (6387a61)

Release 1.1.1

14 Sep 07:54
Compare
Choose a tag to compare

1.1.1 (2022-09-14)

Bug Fixes

  • styling bug (e492744)
  • styling in example app (529627d)
  • Opt in to new react native architecture for example app

Release 1.1.0

12 Jul 02:47
Compare
Choose a tag to compare

1.1.0 (2022-07-12)

Bug Fixes

  • android: upgrade gradle distribution (9b76e6a)
  • namespace/name (4d8dc77)

Features

Release 1.0.0

23 May 17:47
Compare
Choose a tag to compare

1.0.0 (2022-05-23)

Bug Fixes

Release 0.3.0

19 May 23:20
Compare
Choose a tag to compare

0.3.0 (2022-05-19)

Bug Fixes

  • bump version (3ed2bb5)
  • ios: podfile and project configuration updated (72d59d5)
  • update changelog (57c5e4c)

Features

  • implemented moreText and lessText (65344a7)

Full Changelog: v0.1.0...v0.3.0

Release 0.1.0

19 May 08:09
Compare
Choose a tag to compare

0.1.0 (2022-05-19)

Features

  • more/less buttons in frame
  • onTextLayout edge cases working correctly.
  • can add a custom Text component.
  • can set containerStyle and textStyle
  • takes an optional onMorePress function that if provided, the more button will execute it and the text will never expand.