Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
ba43b09Thanks @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
6a9cc44Thanks @basz! - Adds checkbox-group similar to radio-group1.0.1
Patch Changes
ec33d19Thanks @simonihmig! - Remove optional chaining inassert()call to workaround upstream bug1.0.0
Major Changes
ad9072bThanks @NullVoxPopuli! - Initial releasePatch Changes
#80
241ccdcThanks @simonihmig! - Add@ignoreNativeValidationfor opting out of native validation#136
da9f16cThanks @simonihmig! - Yieldsubmitandresetactions<HeadlessForm>yieldssubmitandresetactions, that can be used in place of the native buttons.#134
a3908fcThanks @simonihmig! - Add support for reset buttonClick a native
resetbutton will reset the state of the form.#121
fdc4ff9Thanks @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.#77
7c7ff9fThanks @simonihmig! - YieldrawErrorsfor custom error renderingBoth the form and each field yield a
rawErrorsproperty that gives access to the raw validation error objects for custom error rendering.#76
544509bThanks @simonihmig! - Refactor radio group for better a11y#84
67a5169Thanks @simonihmig! - Convert addon to use template tag#147
6984523Thanks @NullVoxPopuli! - Upgrade dependency: ember-async-data to 1.0.1#132
757353dThanks @simonihmig! - Support reactivity when@datais updatedThis 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#2of Clarify semantics of updating@datavs. changed data #130.#74
eb52f07Thanks @simonihmig! - Use describedby instead of errormessage ARIA attributeSupport for
aria-errormessageis very incomplete across screen readers, therefore switching to the better supported, but less specificaria-describedby.1.0.0-beta.3
Patch Changes
#136
da9f16cThanks @simonihmig! - Yieldsubmitandresetactions<HeadlessForm>yieldssubmitandresetactions, that can be used in place of the native buttons.#134
a3908fcThanks @simonihmig! - Add support for reset buttonClick a native
resetbutton will reset the state of the form.#132
757353dThanks @simonihmig! - Support reactivity when@datais updatedThis 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#2of Clarify semantics of updating@datavs. changed data #130.1.0.0-beta.2
Patch Changes
#80
241ccdcThanks @simonihmig! - Add@ignoreNativeValidationfor opting out of native validation#121
fdc4ff9Thanks @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
544509bThanks @simonihmig! - Refactor radio group for better a11y#84
67a5169Thanks @simonihmig! - Convert addon to use template tag1.0.0-beta.1
Patch Changes
#77
7c7ff9fThanks @simonihmig! - YieldrawErrorsfor custom error renderingBoth the form and each field yield a
rawErrorsproperty that gives access to the raw validation error objects for custom error rendering.#74
eb52f07Thanks @simonihmig! - Use describedby instead of errormessage ARIA attributeSupport for
aria-errormessageis very incomplete across screen readers, therefore switching to the better supported, but less specificaria-describedby.1.0.0-beta.0
Major Changes
ad9072bThanks @NullVoxPopuli! - Initial release