Skip to content

Releases: Foodee/ember-foxy-forms

2.43.0

10 Mar 01:46
Compare
Choose a tag to compare

v2.41.0

01 Mar 01:31
Compare
Choose a tag to compare

A few new features around using ember-model-validator

  • Default implementation for validationOptions is set to the {only: []} where only is the collection of fields that are defined in the form, this prevents an issue where a form might not expose a control for a particular attribute on a model, and thus, not provide a place for an error to show up.
  • Default implementation for the required attribute on fields, which now draws it's out of the box value from the validation hash on the model if present.
  • If a field is set to required, and either the form or environment is configured correctly, it will automatically add a requiredText to the label.

v2.31.0

03 Aug 17:26
Compare
Choose a tag to compare

New Features

  • Adds scrollToFirstVisibleError attribute to the form, which allows the form to scroll its parent container to the first field with an error.
  • Relaxes the comparison in ff-abstract-select to allow for fuzzy comparison, this can happen when a model has a integer for a primary key but the dom stores it as a string.

Bug fixes

  • Fixes our CI, with future work planned for compatibility with more modern Ember + auto import.

v2.29.0

13 May 02:17
Compare
Choose a tag to compare

Features

  • Added the ability to reset the form if confirmSubmit returns false, 'resetOnRejectedConfirm' defaults to true.

v2.28.0

13 May 00:24
Compare
Choose a tag to compare

New Features

  • #willSubmit and #willReset are now asynchronous allowing for back end calls or dialogs to be popped up
  • added #confirmSubmit and #confirmReset which allow for explicitly confirming submission and resetting of the form, will eventually add hooks into this process by default that allow for swapping out confirmation services from your own application.

Bug Fixes

Bug Fixes

28 Jul 05:05
Compare
Choose a tag to compare

Address a number of small issues with checkbox select.

Bug Fixes

17 Jul 21:03
Compare
Choose a tag to compare

Fixed a bug in the form/field components that improperly handled custom element types. (a div as a form)

Grand Upgrade

07 Jul 22:02
Compare
Choose a tag to compare

Big Changes

  • All components upgraded to glimmer!
  • All basic html5 controls supported out of the box
  • Huge update to documentation with examples.
  • Improved test coverage