react-textfit
Version:
React component to fit headlines and paragraphs into any element
33 lines (19 loc) • 592 B
Markdown
# Change log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## v1.1.1
Maintenance release.
## v1.1.0
* React 16 support.
## v1.0.1
Improvements:
* Accept multiple children (#23).
## v1.0.0
Backwards-incompatible changes:
* `<span>` changed to a `<div>` in the implementation.
* Dropped `perfectFit` property.
Improvements:
* React 15 support (#21).
* More precise font-size computation (#22).
* Fixed min and max (#1).
* Removed warnings about invalid setState calls during resizing (#15).