Skip to content

Commit

Permalink
Merge pull request #398 from CrowdStrike/changeset-release/main
Browse files Browse the repository at this point in the history
Release Preview
  • Loading branch information
simonihmig authored Jul 29, 2024
2 parents 8bc99b9 + acde233 commit a363221
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-bikes-dream.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/eighty-swans-whisper.md

This file was deleted.

10 changes: 10 additions & 0 deletions ember-browser-services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# ember-browser-services

## 5.0.0

### Major Changes

- [#397](https://github.com/CrowdStrike/ember-browser-services/pull/397) [`606e0f8fe4e6ef3ff527cb432c65af2fb9d631d4`](https://github.com/CrowdStrike/ember-browser-services/commit/606e0f8fe4e6ef3ff527cb432c65af2fb9d631d4) Thanks [@simonihmig](https://github.com/simonihmig)! - Drop support for Ember < 4.8

- [#399](https://github.com/CrowdStrike/ember-browser-services/pull/399) [`562c673596fdcad78a4f7f5b89877b2ff3a18073`](https://github.com/CrowdStrike/ember-browser-services/commit/562c673596fdcad78a4f7f5b89877b2ff3a18073) Thanks [@simonihmig](https://github.com/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.

## 4.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion ember-browser-services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-browser-services",
"version": "4.0.4",
"version": "5.0.0",
"description": "Browser APIs as services for easier testing",
"repository": "https://github.com/CrowdStrike/ember-browser-services",
"license": "MIT",
Expand Down

0 comments on commit a363221

Please sign in to comment.