Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 996 Bytes

CHANGELOG.md

File metadata and controls

35 lines (21 loc) · 996 Bytes

Changelog

All notable changes to freeform-input will be documented in this file.

The format is based on Keep a Changelog and the project adheres to semver.

0.3.0 - 2023-08-02

Changed

  • This library is now published as an ESM package. You should not notice a difference.
  • Modernized the build system to remove deprecated tools and optimize bundle size.

0.2.0 - 2020-11-24

Fixed

  • React warning complaining about a hidden ref property.

Changed

  • Now onChange fires any time the user stops editing, even if the value is identical.

0.1.0 - 2020-11-20

Initial release.