Skip to content

v1.4.0

Choose a tag to compare

@EvanSchleret EvanSchleret released this 27 May 07:48
· 15 commits to main since this release
f538e5b

v1.4.0

Added

  • Runtime locale resolution for backend validation flows:
    • explicit method locale
    • query param (formforge_locale)
    • header (X-FormForge-Locale)
    • config/app locale fallback chain
  • EN/FR translation resources for FormForge backend messages.
  • Publishable package language files via formforge-lang.

Changed

  • Validation and field-level backend responses now use translatable message keys while preserving canonical technical keys.
  • Partial validation flows continue to return canonical field keys; only message text is localized.
  • Backend docs reorganized with a dedicated Validation section.

Notes

  • Laravel native rule messages are still resolved by host app translation files.

Full Changelog: v1.3.0...v1.4.0