Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented May 5, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

ember-headless-form@1.2.0

ember-headless-form

1.1.1

Patch Changes

  • #488 ba43b09 Thanks @bradaune-cs! - Fixes a bug where if the submit button is clicked multiple times with async validation present the submit callback would trigger. Now if there is pending validation the submit will be cancelled to avoid extra calls.

1.1.0

Minor Changes

1.0.1

Patch Changes

1.0.0

Major Changes

Patch Changes

1.0.0-beta.3

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 Clarify semantics of updating @data vs. changed data #130.

1.0.0-beta.2

Patch Changes

  • #80 241ccdc Thanks @simonihmig! - Add @ignoreNativeValidation for opting out of native validation

  • #121 fdc4ff9 Thanks @simonihmig! - Support numbers for Inputs with `@type="number"

    For @type="number" Inputs we support passing its value as a real number, and parse and return it as a number as well.

  • #76 544509b Thanks @simonihmig! - Refactor radio group for better a11y

  • #84 67a5169 Thanks @simonihmig! - Convert addon to use template tag

1.0.0-beta.1

Patch Changes

1.0.0-beta.0

Major Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch 17 times, most recently from 178cac6 to 85c8c88 Compare May 6, 2025 06:47
@github-actions github-actions bot force-pushed the changeset-release/main branch from 85c8c88 to cd32be9 Compare May 6, 2025 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants