Skip to content

Commit 5bd5c28

Browse files
committed
Released 0.4.1
1 parent 95df99a commit 5bd5c28

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Change Log
22

3+
## [0.4.1](https://github.com/yapplabs/ember-wormhole/tree/0.4.1) (2016-09-12)
4+
[Full Changelog](https://github.com/yapplabs/ember-wormhole/compare/0.4.0...0.4.1)
5+
6+
**Closed issues:**
7+
8+
- \[Glimmer\] Doesn't work in canary since glimmer was enabled [\#64](https://github.com/yapplabs/ember-wormhole/issues/64)
9+
- Explicitly define compatibility with Ember 1.13+ [\#62](https://github.com/yapplabs/ember-wormhole/issues/62)
10+
- Allow users to handle "failed to render into" errors [\#58](https://github.com/yapplabs/ember-wormhole/issues/58)
11+
12+
**Merged pull requests:**
13+
14+
- Use `getDOM` util to get dom reference in glimmer2 [\#65](https://github.com/yapplabs/ember-wormhole/pull/65) ([bantic](https://github.com/bantic))
15+
- \[DOC\] Add Ember version compatibility to README [\#63](https://github.com/yapplabs/ember-wormhole/pull/63) ([lukemelia](https://github.com/lukemelia))
16+
- Use native doc.getElementById when available [\#61](https://github.com/yapplabs/ember-wormhole/pull/61) ([bantic](https://github.com/bantic))
17+
- Test ember-alpha in CI. [\#60](https://github.com/yapplabs/ember-wormhole/pull/60) ([rwjblue](https://github.com/rwjblue))
18+
319
## [0.4.0](https://github.com/yapplabs/ember-wormhole/tree/0.4.0) (2016-06-08)
420
[Full Changelog](https://github.com/yapplabs/ember-wormhole/compare/0.3.6...0.4.0)
521

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-wormhole",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Render a child view somewhere else in the DOM.",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)