Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 974 Bytes

CHANGELOG.md

File metadata and controls

30 lines (23 loc) · 974 Bytes

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

  • Update tests and example to React 16
  • Package Updates
  • Use prettierrc.js

[3.0.1] - 2017-07-13

Changed

  • Add React v16 to peerDependencies
  • Package Updates

[3.0.0] - 2017-05-31

Added

  • Re-added Automatic "early input" handling when onEarlyInput does not exist.

[2.0.0] - 2017-05-31

Added

Removed

  • Automatic "early input" handling (replaced with onEarlyInput)
  • <Textarea />

Fixed

  • type="radio" and type="checkbox" early input detection