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
10 changes: 0 additions & 10 deletions .changeset/ui-field-layout.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/ui-field-react.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/form-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @buildnbuzz/form-core

## 0.1.10

### Patch Changes

- [#153](https://github.com/buildnbuzz/buzzform/pull/153) [`05dde69`](https://github.com/buildnbuzz/buzzform/commit/05dde690ad85159a253f73f1449c0fa6df3c5486) Thanks [@ladparth](https://github.com/ladparth)! - Add support for the new UI field layout type and unregistered custom field types.
- Add `UiField` layout field type for rendering inline dynamic HTML or React markup.
- Allow defining custom, unregistered field types inside `defineSchema` with automatic typings.
- Downgrade the unrecognized field type check from an error to a warning in the schema validator.
- Add `defineField` and `defineFields` helper functions for programmatic field generation.

## 0.1.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/form-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buildnbuzz/form-core",
"version": "0.1.9",
"version": "0.1.10",
"description": "Framework-agnostic core primitives for BuzzForm.",
"author": "Parth Lad <parth@buildnbuzz.com>",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/form-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @buildnbuzz/form-react

## 0.1.12

### Patch Changes

- [#153](https://github.com/buildnbuzz/buzzform/pull/153) [`05dde69`](https://github.com/buildnbuzz/buzzform/commit/05dde690ad85159a253f73f1449c0fa6df3c5486) Thanks [@ladparth](https://github.com/ladparth)! - Add support for rendering UI layout fields and exporting new layout types.
- Export `UiField`, `FormSchemaInput`, `FieldInput`, and `CustomFieldInput` from `packages/form-react`.
- Include `"ui"` layout type in nested error count collections.
- Export `defineField`, `defineFields` for programmatic field generation.

- Updated dependencies [[`05dde69`](https://github.com/buildnbuzz/buzzform/commit/05dde690ad85159a253f73f1449c0fa6df3c5486)]:
- @buildnbuzz/form-core@0.1.10

## 0.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/form-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@buildnbuzz/form-react",
"version": "0.1.11",
"version": "0.1.12",
"description": "React primitives for BuzzForm.",
"author": "Parth Lad <parth@buildnbuzz.com>",
"license": "MIT",
Expand Down