Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [3.0.0](https://github.com/radicalbit/formbit/compare/v2.1.0...v3.0.0) (2026-07-29)


### ⚠ BREAKING CHANGES

* the deprecated type aliases are removed (Object, Writer, SuccessCheckCallback, ErrorCheckCallback, ErrorFn, IsFormValid, IsFormInvalid, ClearIsDirty, ResetForm, LiveValidationFn, IsDirty), together with the internal base types FormbitRecord, Form and InitialValues. Use FormbitValues instead.

### Features

* improve Formbit examples ([#20](https://github.com/radicalbit/formbit/issues/20)) ([88ed9e4](https://github.com/radicalbit/formbit/commit/88ed9e42cacef49abb8d8df885234bb10a8503e4))


### Bug Fixes

* validation bugs, simpler public types, and example cleanup ([#22](https://github.com/radicalbit/formbit/issues/22)) ([9f19936](https://github.com/radicalbit/formbit/commit/9f199369fb9dcfb2b28e803da8dcf98d4c3d16b4))

## [2.1.0](https://github.com/radicalbit/formbit/compare/v2.0.0...v2.1.0) (2026-02-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@radicalbit/formbit",
"version": "2.1.0",
"version": "3.0.0",
"description": "Lightweight state form library",
"author": "https://github.com/radicalbit",
"license": "MIT",
Expand Down
Loading