Skip to content

Releases: bdlukaa/rounded_background_text

v0.4.1

05 Aug 22:49
Compare
Choose a tag to compare

0.4.1

  • fix: update how the line heights are calculated based on the baseline and its accent

0.4.0

  • fix: hint is aligned with the text field (#7)
  • feat: RoundedBackgroundText.selectable now uses SelectableText under the hood instead of EditableText (4ba757)
  • fix: the width normalizer now works reversely. This means there will not be any inconsistencies when breaking lines (9ac0b6)
  • fix: the background painter now updates correctly when property changes (076dd05)
    fix: Highlighted text now works properly on RoundedBackgroundTextField

v0.2.0

30 Jul 15:56
Compare
Choose a tag to compare
  • fix: RoundedBackgroundTextField.hint is no longer hidden. (#3)
  • feat: Added RoundedBackgroundTextField.hintStyle, which is the text style applied to .hint
  • fix: Correctly apply padding to inner corners
  • fix: Correctly apply size to background painter
  • fix: Correctly inherit any DefaultTextStyle above
  • feat: Added RoundedBackgroundText.selectable, a backgrounded version of SelectableText

v0.1.2 - Text Field update

12 Jan 14:23
Compare
Choose a tag to compare
  • RoundedBackgroundTextField now scales down to fit the text
  • RoundedBackgroundTextField now can't be scrollable
  • RoundedBackgroundTextField now uses EditableText instead of TextField in order to get the best positioning
  • Expose more text field properties
  • Update example app

Full Changelog: https://github.com/bdlukaa/rounded_background_text/commits/0.1.0