Skip to content

Commit c464085

Browse files
committed
Released 0.5.2
1 parent 4afd41d commit c464085

File tree

2 files changed

+14
-74
lines changed

2 files changed

+14
-74
lines changed

CHANGELOG.md

+13-73
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,20 @@
11
# Change Log
22

3-
## [0.5.1](https://github.com/yapplabs/ember-wormhole/tree/0.5.1) (2016-11-10)
4-
[Full Changelog](https://github.com/yapplabs/ember-wormhole/compare/0.5.0...0.5.1)
5-
6-
_Note: This release is the first that is compatible with Ember 2.10 (Glimmer 2) with a caveat:_
7-
8-
With latest ember-wormhole and [email protected], you need to have a stable root element inside the wormhole block. This is something that the Ember Core team will continue to iterate and work on, but for now the work around is fairly straightforward.
3+
## [v0.5.2](https://github.com/yapplabs/ember-wormhole/tree/v0.5.2) (2017-06-11)
4+
[Full Changelog](https://github.com/yapplabs/ember-wormhole/compare/0.5.1...v0.5.2)
95

10-
Change:
11-
12-
```hbs
13-
{{#ember-wormhole to="worm"}}
14-
{{#if foo}}
15-
16-
{{/if}}
17-
<p>Other content, whatever</p>
18-
{{/ember-wormhole}}
19-
To:
6+
**Merged pull requests:**
207

21-
{{#ember-wormhole to="worm"}}
22-
<div>
23-
{{#if foo}}
8+
- Fix getDOM for Ember 2.6/2.7 in integration tests [\#95](https://github.com/yapplabs/ember-wormhole/pull/95) ([simonihmig](https://github.com/simonihmig))
9+
- Upgrade to Ember-cli 2.13 / Babel6 / yarn [\#94](https://github.com/yapplabs/ember-wormhole/pull/94) ([simonihmig](https://github.com/simonihmig))
10+
- Update code sample to use boolean instead of string representation of a boolean [\#90](https://github.com/yapplabs/ember-wormhole/pull/90) ([andrewhavens](https://github.com/andrewhavens))
11+
- some cleanup and clarifying [\#85](https://github.com/yapplabs/ember-wormhole/pull/85) ([raycohen](https://github.com/raycohen))
12+
- Add note about Ember 2.10 [\#83](https://github.com/yapplabs/ember-wormhole/pull/83) ([lukemelia](https://github.com/lukemelia))
13+
- Update README.md [\#80](https://github.com/yapplabs/ember-wormhole/pull/80) ([graham-sportsmgmt](https://github.com/graham-sportsmgmt))
14+
- Update README.md [\#79](https://github.com/yapplabs/ember-wormhole/pull/79) ([graham-sportsmgmt](https://github.com/graham-sportsmgmt))
2415

25-
{{/if}}
26-
<p>Other content, whatever</p>
27-
</div>
28-
{{/ember-wormhole}}
29-
```
16+
## [0.5.1](https://github.com/yapplabs/ember-wormhole/tree/0.5.1) (2016-11-10)
17+
[Full Changelog](https://github.com/yapplabs/ember-wormhole/compare/0.5.0...0.5.1)
3018

3119
**Merged pull requests:**
3220

@@ -35,8 +23,6 @@ To:
3523
## [0.5.0](https://github.com/yapplabs/ember-wormhole/tree/0.5.0) (2016-10-18)
3624
[Full Changelog](https://github.com/yapplabs/ember-wormhole/compare/0.4.1...0.5.0)
3725

38-
Note: This release should be avoided due to a bug. Use 0.5.1 instead.
39-
4026
**Merged pull requests:**
4127

4228
- \[Glimmer2\] Use the document service for glimmer [\#73](https://github.com/yapplabs/ember-wormhole/pull/73) ([chadhietala](https://github.com/chadhietala))
@@ -46,12 +32,6 @@ Note: This release should be avoided due to a bug. Use 0.5.1 instead.
4632
## [0.4.1](https://github.com/yapplabs/ember-wormhole/tree/0.4.1) (2016-09-12)
4733
[Full Changelog](https://github.com/yapplabs/ember-wormhole/compare/0.4.0...0.4.1)
4834

49-
**Closed issues:**
50-
51-
- \[Glimmer\] Doesn't work in canary since glimmer was enabled [\#64](https://github.com/yapplabs/ember-wormhole/issues/64)
52-
- Explicitly define compatibility with Ember 1.13+ [\#62](https://github.com/yapplabs/ember-wormhole/issues/62)
53-
- Allow users to handle "failed to render into" errors [\#58](https://github.com/yapplabs/ember-wormhole/issues/58)
54-
5535
**Merged pull requests:**
5636

5737
- Use `getDOM` util to get dom reference in glimmer2 [\#65](https://github.com/yapplabs/ember-wormhole/pull/65) ([bantic](https://github.com/bantic))
@@ -62,13 +42,6 @@ Note: This release should be avoided due to a bug. Use 0.5.1 instead.
6242
## [0.4.0](https://github.com/yapplabs/ember-wormhole/tree/0.4.0) (2016-06-08)
6343
[Full Changelog](https://github.com/yapplabs/ember-wormhole/compare/0.3.6...0.4.0)
6444

65-
**Closed issues:**
66-
67-
- Call an user-provided action on didInsertElement/willDestroyElement [\#49](https://github.com/yapplabs/ember-wormhole/issues/49)
68-
- Ability to replace content instead of appending [\#48](https://github.com/yapplabs/ember-wormhole/issues/48)
69-
- fastboot compatibility [\#47](https://github.com/yapplabs/ember-wormhole/issues/47)
70-
- Render a child view after target instead of inside it [\#45](https://github.com/yapplabs/ember-wormhole/issues/45)
71-
7245
**Merged pull requests:**
7346

7447
- Fix initializer arity deprecation [\#56](https://github.com/yapplabs/ember-wormhole/pull/56) ([bantic](https://github.com/bantic))
@@ -79,14 +52,6 @@ Note: This release should be avoided due to a bug. Use 0.5.1 instead.
7952
## [0.3.6](https://github.com/yapplabs/ember-wormhole/tree/0.3.6) (2016-06-02)
8053
[Full Changelog](https://github.com/yapplabs/ember-wormhole/compare/0.3.5...0.3.6)
8154

82-
**Closed issues:**
83-
84-
- \[Feature\] Destination component which fires up an action when wormhole is mounted [\#44](https://github.com/yapplabs/ember-wormhole/issues/44)
85-
- How do I hook in to the render/move life event? [\#43](https://github.com/yapplabs/ember-wormhole/issues/43)
86-
- Is there a callback \(action\) when the rendering has been done [\#42](https://github.com/yapplabs/ember-wormhole/issues/42)
87-
- Packaged versions of ember wormhole lose focus on "wormholing" [\#41](https://github.com/yapplabs/ember-wormhole/issues/41)
88-
- Inner component action sent to wormhole component instead of outer component \(canary\) [\#33](https://github.com/yapplabs/ember-wormhole/issues/33)
89-
9055
**Merged pull requests:**
9156

9257
- Avoid bind-attr in tests for newer Ember [\#51](https://github.com/yapplabs/ember-wormhole/pull/51) ([bantic](https://github.com/bantic))
@@ -95,11 +60,6 @@ Note: This release should be avoided due to a bug. Use 0.5.1 instead.
9560
## [0.3.5](https://github.com/yapplabs/ember-wormhole/tree/0.3.5) (2016-02-01)
9661
[Full Changelog](https://github.com/yapplabs/ember-wormhole/compare/0.3.4...0.3.5)
9762

98-
**Closed issues:**
99-
100-
- \[Idea\] component for the wormhole output [\#39](https://github.com/yapplabs/ember-wormhole/issues/39)
101-
- "wormholing" elements destroys focus, selection [\#22](https://github.com/yapplabs/ember-wormhole/issues/22)
102-
10363
**Merged pull requests:**
10464

10565
- Upgrade to ember-cli 1.13.7 [\#32](https://github.com/yapplabs/ember-wormhole/pull/32) ([chrislopresto](https://github.com/chrislopresto))
@@ -109,11 +69,6 @@ Note: This release should be avoided due to a bug. Use 0.5.1 instead.
10969
## [0.3.4](https://github.com/yapplabs/ember-wormhole/tree/0.3.4) (2015-07-26)
11070
[Full Changelog](https://github.com/yapplabs/ember-wormhole/compare/0.3.3...0.3.4)
11171

112-
**Closed issues:**
113-
114-
- Tests should not require `Ember.View.views` [\#28](https://github.com/yapplabs/ember-wormhole/issues/28)
115-
- Make ember-wormhole component extendible [\#19](https://github.com/yapplabs/ember-wormhole/issues/19)
116-
11772
**Merged pull requests:**
11873

11974
- BUGFIX fix tests to support beta and canary [\#29](https://github.com/yapplabs/ember-wormhole/pull/29) ([krisselden](https://github.com/krisselden))
@@ -122,20 +77,9 @@ Note: This release should be avoided due to a bug. Use 0.5.1 instead.
12277
## [0.3.3](https://github.com/yapplabs/ember-wormhole/tree/0.3.3) (2015-06-24)
12378
[Full Changelog](https://github.com/yapplabs/ember-wormhole/compare/0.3.2...0.3.3)
12479

125-
**Closed issues:**
126-
127-
- Self-documenting Code Snippets [\#11](https://github.com/yapplabs/ember-wormhole/issues/11)
128-
12980
## [0.3.2](https://github.com/yapplabs/ember-wormhole/tree/0.3.2) (2015-06-24)
13081
[Full Changelog](https://github.com/yapplabs/ember-wormhole/compare/0.3.1...0.3.2)
13182

132-
**Closed issues:**
133-
134-
- How future proof is this library? [\#13](https://github.com/yapplabs/ember-wormhole/issues/13)
135-
- Uncaught TypeError: Cannot read property 'previousSibling' of null [\#12](https://github.com/yapplabs/ember-wormhole/issues/12)
136-
- Triggers error on Glimmer [\#9](https://github.com/yapplabs/ember-wormhole/issues/9)
137-
- Destination rerender breaks subsequent data changes [\#3](https://github.com/yapplabs/ember-wormhole/issues/3)
138-
13983
**Merged pull requests:**
14084

14185
- fix issue when firstNode is the same as lastNode [\#15](https://github.com/yapplabs/ember-wormhole/pull/15) ([piotrpalek](https://github.com/piotrpalek))
@@ -153,10 +97,6 @@ Note: This release should be avoided due to a bug. Use 0.5.1 instead.
15397
## [0.2.0](https://github.com/yapplabs/ember-wormhole/tree/0.2.0) (2015-04-17)
15498
[Full Changelog](https://github.com/yapplabs/ember-wormhole/compare/0.1.0...0.2.0)
15599

156-
**Closed issues:**
157-
158-
- Bound `to` & block template [\#2](https://github.com/yapplabs/ember-wormhole/issues/2)
159-
160100
**Merged pull requests:**
161101

162102
- Use Public APIs [\#7](https://github.com/yapplabs/ember-wormhole/pull/7) ([chrislopresto](https://github.com/chrislopresto))
@@ -166,4 +106,4 @@ Note: This release should be avoided due to a bug. Use 0.5.1 instead.
166106
## [0.1.0](https://github.com/yapplabs/ember-wormhole/tree/0.1.0) (2015-04-05)
167107

168108

169-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
109+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

package.json

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

0 commit comments

Comments
 (0)