Skip to content

v1.2.1

Choose a tag to compare

@EvanSchleret EvanSchleret released this 28 May 15:01
· 10 commits to main since this release

v1.2.1

Changed

  • Refactored useFormForgeManagement list 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 /forms after 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-result refresh() is now the recommended pattern.

Full Changelog: v1.2.0...v1.2.1