v1.2.1
v1.2.1
Changed
- Refactored
useFormForgeManagementlist APIs to return contextual list results:listForms(...)now returns{ data, refresh }listFormRoute(...)now returns{ data, refresh }
refresh()on the returned list result now reliably re-runs the same original request context (endpoint, scope, filters, and route key when applicable).
Fixed
- Fixed ambiguity where global
management.refresh()could refresh a different list source than the one previously loaded (for example falling back to/formsafter loading/form-routes/{key}).
Compatibility
- Existing reactive state (
management.forms) remains available for current integrations. - Global
refreshForms()/refresh()is kept as a fallback, while per-resultrefresh()is now the recommended pattern.
Full Changelog: v1.2.0...v1.2.1