Skip to content

v2.3.0

Compare
Choose a tag to compare
@alexlafroscia alexlafroscia released this 01 Oct 20:29
· 198 commits to master since this release
  • Cleanup scheduled task when component is torn down (Contribution by @bdollard)
  • chore: configure Prettier (Contribution by @alexlafroscia)
  • Allow minDate & maxDate to be reset (Contribution by @asjongers)
  • Update Tests (Contribution by @alexlafroscia)
  • fix: remove use of deprecated sync queue (Contribution by @alexlafroscia

New Test Helpers

The old test helpers have been deprecated in favor of a new set based around async and await, like the modern @ember/test-helpers. Please see the README for documentation on the new helpers.

The existing helpers will remain in the codebase until v3.0.0, at which time they will be removed.