Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Dec 7, 2021
1 parent f87c50a commit d8d866c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@



## v0.10.0 (2021-12-07)

#### :boom: Breaking Change
* [#473](https://github.com/kaliber5/ember-ecsy-babylon/pull/473) Drop Ember 3.20 support ([@simonihmig](https://github.com/simonihmig))
* [#469](https://github.com/kaliber5/ember-ecsy-babylon/pull/469) Expose AssetContainer directly in `<LoadGltfs>` ([@simonihmig](https://github.com/simonihmig))

#### :rocket: Enhancement
* [#470](https://github.com/kaliber5/ember-ecsy-babylon/pull/470) Add `loadAssetContainer` resource ([@simonihmig](https://github.com/simonihmig))
* [#469](https://github.com/kaliber5/ember-ecsy-babylon/pull/469) Expose AssetContainer directly in `<LoadGltfs>` ([@simonihmig](https://github.com/simonihmig))

#### :house: Internal
* [#472](https://github.com/kaliber5/ember-ecsy-babylon/pull/472) Fix flaky test ([@simonihmig](https://github.com/simonihmig))

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

## v0.9.2 (2021-11-26)

#### :memo: Documentation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-ecsy-babylon",
"version": "0.9.2",
"version": "0.10.0",
"description": "Ember addon that uses escy and babylon.js for a fully declarative 3D rendering experience in Ember apps",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit d8d866c

Please sign in to comment.