1
1
# Change Log
2
2
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 )
9
5
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:**
20
7
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 ) )
24
15
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 )
30
18
31
19
** Merged pull requests:**
32
20
35
23
## [ 0.5.0] ( https://github.com/yapplabs/ember-wormhole/tree/0.5.0 ) (2016-10-18)
36
24
[ Full Changelog] ( https://github.com/yapplabs/ember-wormhole/compare/0.4.1...0.5.0 )
37
25
38
- Note: This release should be avoided due to a bug. Use 0.5.1 instead.
39
-
40
26
** Merged pull requests:**
41
27
42
28
- \[ 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.
46
32
## [ 0.4.1] ( https://github.com/yapplabs/ember-wormhole/tree/0.4.1 ) (2016-09-12)
47
33
[ Full Changelog] ( https://github.com/yapplabs/ember-wormhole/compare/0.4.0...0.4.1 )
48
34
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
-
55
35
** Merged pull requests:**
56
36
57
37
- 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.
62
42
## [ 0.4.0] ( https://github.com/yapplabs/ember-wormhole/tree/0.4.0 ) (2016-06-08)
63
43
[ Full Changelog] ( https://github.com/yapplabs/ember-wormhole/compare/0.3.6...0.4.0 )
64
44
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
-
72
45
** Merged pull requests:**
73
46
74
47
- 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.
79
52
## [ 0.3.6] ( https://github.com/yapplabs/ember-wormhole/tree/0.3.6 ) (2016-06-02)
80
53
[ Full Changelog] ( https://github.com/yapplabs/ember-wormhole/compare/0.3.5...0.3.6 )
81
54
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
-
90
55
** Merged pull requests:**
91
56
92
57
- 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.
95
60
## [ 0.3.5] ( https://github.com/yapplabs/ember-wormhole/tree/0.3.5 ) (2016-02-01)
96
61
[ Full Changelog] ( https://github.com/yapplabs/ember-wormhole/compare/0.3.4...0.3.5 )
97
62
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
-
103
63
** Merged pull requests:**
104
64
105
65
- 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.
109
69
## [ 0.3.4] ( https://github.com/yapplabs/ember-wormhole/tree/0.3.4 ) (2015-07-26)
110
70
[ Full Changelog] ( https://github.com/yapplabs/ember-wormhole/compare/0.3.3...0.3.4 )
111
71
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
-
117
72
** Merged pull requests:**
118
73
119
74
- 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.
122
77
## [ 0.3.3] ( https://github.com/yapplabs/ember-wormhole/tree/0.3.3 ) (2015-06-24)
123
78
[ Full Changelog] ( https://github.com/yapplabs/ember-wormhole/compare/0.3.2...0.3.3 )
124
79
125
- ** Closed issues:**
126
-
127
- - Self-documenting Code Snippets [ \# 11] ( https://github.com/yapplabs/ember-wormhole/issues/11 )
128
-
129
80
## [ 0.3.2] ( https://github.com/yapplabs/ember-wormhole/tree/0.3.2 ) (2015-06-24)
130
81
[ Full Changelog] ( https://github.com/yapplabs/ember-wormhole/compare/0.3.1...0.3.2 )
131
82
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
-
139
83
** Merged pull requests:**
140
84
141
85
- 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.
153
97
## [ 0.2.0] ( https://github.com/yapplabs/ember-wormhole/tree/0.2.0 ) (2015-04-17)
154
98
[ Full Changelog] ( https://github.com/yapplabs/ember-wormhole/compare/0.1.0...0.2.0 )
155
99
156
- ** Closed issues:**
157
-
158
- - Bound ` to ` & block template [ \# 2] ( https://github.com/yapplabs/ember-wormhole/issues/2 )
159
-
160
100
** Merged pull requests:**
161
101
162
102
- 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.
166
106
## [ 0.1.0] ( https://github.com/yapplabs/ember-wormhole/tree/0.1.0 ) (2015-04-05)
167
107
168
108
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 ) *
0 commit comments