Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Feb 4, 2022
1 parent 26aa6db commit bda2506
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 1 deletion.
62 changes: 62 additions & 0 deletions packages/ember-stargate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
## v0.4.1 (2022-02-04)

#### :rocket: Enhancement
* `ember-stargate`
* [#420](https://github.com/kaliber5/ember-stargate/pull/420) Better error message for unregister assertion ([@simonihmig](https://github.com/simonihmig))

#### Committers: 1
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))


## v0.4.0-0 (2021-10-28)

#### :boom: Breaking Change
* `ember-stargate`, `test-app`
* [#324](https://github.com/kaliber5/ember-stargate/pull/324) Convert to v2 addon ([@simonihmig](https://github.com/simonihmig))
* Other
* [#319](https://github.com/kaliber5/ember-stargate/pull/319) Require ember-auto-import v2 ([@simonihmig](https://github.com/simonihmig))

#### :rocket: Enhancement
* `ember-stargate`, `test-app`
* [#324](https://github.com/kaliber5/ember-stargate/pull/324) Convert to v2 addon ([@simonihmig](https://github.com/simonihmig))

#### :bug: Bug Fix
* [#318](https://github.com/kaliber5/ember-stargate/pull/318) Fix changing portal targets, uses resources instead of lifecycle hooks ([@simonihmig](https://github.com/simonihmig))

#### Committers: 1
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))


## v0.3.0 (2021-08-30)

#### :boom: Breaking Change
* [#263](https://github.com/kaliber5/ember-stargate/pull/263) Update `tracked-maps-and-sets` to support Ember 4.0, drop support for Ember <3.24 ([@simonihmig](https://github.com/simonihmig))
* [#252](https://github.com/kaliber5/ember-stargate/pull/252) Drop node 10 support ([@simonihmig](https://github.com/simonihmig))
* [#251](https://github.com/kaliber5/ember-stargate/pull/251) Update to Ember 3.27, drop support for Ember <3.20 ([@simonihmig](https://github.com/simonihmig))

#### :rocket: Enhancement
* [#263](https://github.com/kaliber5/ember-stargate/pull/263) Update `tracked-maps-and-sets` to support Ember 4.0, drop support for Ember <3.24 ([@simonihmig](https://github.com/simonihmig))

#### :house: Internal
* [#264](https://github.com/kaliber5/ember-stargate/pull/264) Configure Renovate ([@renovate[bot]](https://github.com/apps/renovate))
* [#251](https://github.com/kaliber5/ember-stargate/pull/251) Update to Ember 3.27, drop support for Ember <3.20 ([@simonihmig](https://github.com/simonihmig))
* [#9](https://github.com/kaliber5/ember-stargate/pull/9) Removed the public version of the -portal service ([@cah-briangantzler](https://github.com/cah-briangantzler))

#### Committers: 4
- Alex Kanunnikov ([@lifeart](https://github.com/lifeart))
- Brian Gantzler ([@cah-briangantzler](https://github.com/cah-briangantzler))
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)


## v0.2.0 (2020-06-19)

#### :boom: Breaking Change
* [#5](https://github.com/kaliber5/ember-stargate/pull/5) Introduce fallback=inplace behaviour, change semantics of renderInPlace ([@simonihmig](https://github.com/simonihmig))

#### :rocket: Enhancement
* [#5](https://github.com/kaliber5/ember-stargate/pull/5) Introduce fallback=inplace behaviour, change semantics of renderInPlace ([@simonihmig](https://github.com/simonihmig))

#### Committers: 1
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))

2 changes: 1 addition & 1 deletion packages/ember-stargate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-stargate",
"version": "0.4.0",
"version": "0.4.1",
"description": "Modern lightweight portals for Ember",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit bda2506

Please sign in to comment.