Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 560 Bytes

CHANGELOG.md

File metadata and controls

28 lines (17 loc) · 560 Bytes

Change log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

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).