Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 904 Bytes

CHANGELOG.md

File metadata and controls

38 lines (21 loc) · 904 Bytes

Changelog

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.

[2.1.2] - 2024-12-23

Fixed

  • Do not bundle react/jsx-runtime

[2.1.1] - 2023-05-13

Fixed

  • Improved types to properly support array form fields

[2.1.0] - 2023-09-13

Added

  • Configure the comparison of values to decide on dirtiness

[2.0.1] - 2023-03-02

Fixed

  • Value update is propagated now immediately to prevent lose of cursor positions in input fields
  • Stateful effect hooks adjusted to fix the React.StrictMode
  • Do not minify library code for better debuggability

[2.0.0] - 2022-07-10

Changed