# Changelog

All notable changes to this project will be documented in this file.

## [1.0.0] - 2024-11-08

### Initial Release

- Released `useHybridForm` hook for flexible form handling.
- Added form components:
  - `InputField`
  - `RadioField`
  - `SelectField`
  - `CheckBoxField`
  - `PasswordField`
  - `TextAreaField`

[1.0.0]: https://github.com/shahin-m-hashim/react-hybrid-form/releases/tag/v1.0.0
