Skip to content

Release v1.14.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 23:12
· 22 commits to main since this release

v1.14.0: FormKit help/placeholder false + require form-kit ^2.2

Changelog

Changed

  • Login, registration, magic-login, and password-reset FormKit fields pass help: false and placeholder: false so missing convention keys are not rendered as raw help/placeholder text.
  • Default FormKit profile seed (auth_kit) sets auto_help: false and auto_placeholder: false when the host has not defined the profile. Hosts that already define auth_kit should set those flags (or keep the per-field false overrides).
  • Composer: require nowo-tech/form-kit-bundle ^2.2.

Full Changelog: v1.13.1...v1.14.0