Skip to content

Commit 7abff94

Browse files
EvanSchleretgithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 7e19246 commit 7abff94

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,52 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on Keep a Changelog.
66

7+
## v1.1.0 - 2026-04-14
8+
9+
### FormForge Client v1.1.0 🚀
10+
11+
I'm excited to announce **v1.1.0**, focused on stronger standalone integration, clearer publishing workflows, and better validation control in embedded/custom form setups.
12+
13+
This release improves how FormForge works when integrated into external parent forms while also simplifying management API publication behavior through payload-driven actions.
14+
15+
#### ✨ Highlights
16+
17+
- Payload-driven auto-publication for form create/update workflows
18+
- `defaultPublished` builder behavior aligned with create/patch actions (no extra publish call)
19+
- Better standalone validation ergonomics with exposed renderer validation APIs
20+
- Improved blur-based validation behavior in external `v-model` integrations
21+
- Continued stability improvements for scoped route resolution
22+
23+
#### ➕ Added
24+
25+
- Management payload support for:
26+
- `auto_publish: true`
27+
- `autoPublish: true` (normalized to `auto_publish`)
28+
29+
- `FormForgeRenderer` exposed methods for host apps:
30+
- `validate(options?)`
31+
- `validateField(name)`
32+
- `clearErrors(path?)`
33+
- `getErrors(path?)`
34+
35+
- New renderer props for validation triggers:
36+
- `validateOn`
37+
- `validateOnBlur`
38+
39+
40+
#### ⚡ Improved
41+
42+
- Builder save flow now supports auto-publication via payload on create/patch
43+
- `defaultPublished` now relies on the management mutation path instead of issuing a separate `/publish` request
44+
- Standalone/external-model UX with explicit field-level blur validation handling
45+
- Scope param resilience when resolving named scoped routes after navigation
46+
47+
#### 🐛 Fixed
48+
49+
- Cases where named scope params could be missed after route transitions
50+
- TypeScript lint issue (`no-explicit-any`) in submission response typing
51+
52+
53+
---
54+
55+
** 📘 Full Changelog**: https://github.com/EvanSchleret/FormForgeClient/compare/v1.0.0...v1.1.0

0 commit comments

Comments
 (0)