Skip to content

ember-headless-form@1.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 25 May 14:06
· 421 commits to main since this release
95eb97f

Patch Changes

  • #136 da9f16c Thanks @simonihmig! - Yield submit and reset actions

    <HeadlessForm> yields submit and reset actions, that can be used in place of the native buttons.

  • #134 a3908fc Thanks @simonihmig! - Add support for reset button

    Click a native reset button will reset the state of the form.

  • #132 757353d Thanks @simonihmig! - Support reactivity when @data is updated

    This supports updates of @data (or any of its tracked properties) getting rendered into the form, while previously filled in ("dirty") data is being preserved. This is the implementation for case #2 of #130.