Skip to content

Commit

Permalink
Released 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Sep 12, 2016
1 parent 95df99a commit 5bd5c28
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [0.4.1](https://github.com/yapplabs/ember-wormhole/tree/0.4.1) (2016-09-12)
[Full Changelog](https://github.com/yapplabs/ember-wormhole/compare/0.4.0...0.4.1)

**Closed issues:**

- \[Glimmer\] Doesn't work in canary since glimmer was enabled [\#64](https://github.com/yapplabs/ember-wormhole/issues/64)
- Explicitly define compatibility with Ember 1.13+ [\#62](https://github.com/yapplabs/ember-wormhole/issues/62)
- Allow users to handle "failed to render into" errors [\#58](https://github.com/yapplabs/ember-wormhole/issues/58)

**Merged pull requests:**

- Use `getDOM` util to get dom reference in glimmer2 [\#65](https://github.com/yapplabs/ember-wormhole/pull/65) ([bantic](https://github.com/bantic))
- \[DOC\] Add Ember version compatibility to README [\#63](https://github.com/yapplabs/ember-wormhole/pull/63) ([lukemelia](https://github.com/lukemelia))
- Use native doc.getElementById when available [\#61](https://github.com/yapplabs/ember-wormhole/pull/61) ([bantic](https://github.com/bantic))
- Test ember-alpha in CI. [\#60](https://github.com/yapplabs/ember-wormhole/pull/60) ([rwjblue](https://github.com/rwjblue))

## [0.4.0](https://github.com/yapplabs/ember-wormhole/tree/0.4.0) (2016-06-08)
[Full Changelog](https://github.com/yapplabs/ember-wormhole/compare/0.3.6...0.4.0)

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-wormhole",
"version": "0.4.0",
"version": "0.4.1",
"description": "Render a child view somewhere else in the DOM.",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 5bd5c28

Please sign in to comment.