Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 641 Bytes

CHANGELOG.md

File metadata and controls

20 lines (13 loc) · 641 Bytes

Change Log

All notable changes after version 1.0.0 to the react-hook-form-chakra library will be documented in this file.

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

[1.0.2] - 2023-12-19

Fixed

  • error when there is no initial value defined

Added

  • Add ability to define tooltip text on all controls
  • Add ability to set default values via prop (in support of dynamic components) #2

[1.0.1] - 2023-05-01

Fixed

  • Bug where field errors not showing on submit if the field was not touched