Skip to content

v2.31.0

Compare
Choose a tag to compare
@joegaudet joegaudet released this 03 Aug 17:26
· 54 commits to master since this release

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.