Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 547 Bytes

CHANGELOG.md

File metadata and controls

24 lines (18 loc) · 547 Bytes

0.3.0

  • Added textScaleFactor property with fallback to MediaQuery.textScaleFactorOf() (thanks @jeroentrappers)

0.2.2

  • Fixed tests
  • Improved documentation

0.2.1

  • Fixed problem with minFontSize and maxFontSize (thanks @apaatsio)

0.2.0

  • Added support for Rich Text using AutoSizeText.rich() with one or multiple TextSpans.
  • Improved text size calculation (using textScaleFactor)

0.1.0

  • Fixed documentation (thanks @g-balas)
  • Added tests

0.0.2

  • Fixed documentation
  • Added example

0.0.1

  • First Release