Skip to content

Commit

Permalink
🔖 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Crhistian committed Dec 19, 2023
1 parent 27d3fcb commit 4f89dab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@ All notable changes **after** version 1.0.0 to the react-hook-form-chakra librar
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.1] - 2023-05-01
## [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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-hook-form-chakra",
"description": "chakra ui bindings for react-hook-form",
"author": "Crhistian Ramirez",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 4f89dab

Please sign in to comment.