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 codeThere is a potentially breaking change, as you cannot mock
window.location.origin
directly anymore. But this should not restrict you, as you can setwindow.location.href
, andorigin
will be correctly reflected. Havingorigin
not be aligned withhref
can never happen in reality, sinceorigin
is a read-only property, so having these diverge in tests is not really useful.