Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Aug 16:42
· 33 commits to main since this release

Major Changes

  • #397 606e0f8fe4e6ef3ff527cb432c65af2fb9d631d4 Thanks @simonihmig! - Drop support for Ember < 4.8

  • #399 562c673596fdcad78a4f7f5b89877b2ff3a18073 Thanks @simonihmig! - Update ember-window-mock, drop unneeded glue code

    There is a potentially breaking change, as you cannot mock window.location.origin directly anymore. But this should not restrict you, as you can set window.location.href, and origin will be correctly reflected. Having origin not be aligned with href can never happen in reality, since origin is a read-only property, so having these diverge in tests is not really useful.