Skip to content

Commit c4804b8

Browse files
committed
Released 0.3.6
1 parent ceb4db3 commit c4804b8

File tree

2 files changed

+93
-6
lines changed

2 files changed

+93
-6
lines changed

CHANGELOG.md

+91-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,93 @@
1-
# CHANGELOG
1+
# Change Log
22

3-
## 0.3.4
3+
## [0.3.6](https://github.com/yapplabs/ember-wormhole/tree/0.3.6) (2016-06-02)
4+
[Full Changelog](https://github.com/yapplabs/ember-wormhole/compare/0.3.5...0.3.6)
45

5-
- Call super in `didInsertElement` and `willDestroyElement` (@olivierlesnicki)
6-
- Fix tests in recent versions of Ember
6+
**Closed issues:**
7+
8+
- \[Feature\] Destination component which fires up an action when wormhole is mounted [\#44](https://github.com/yapplabs/ember-wormhole/issues/44)
9+
- How do I hook in to the render/move life event? [\#43](https://github.com/yapplabs/ember-wormhole/issues/43)
10+
- Is there a callback \(action\) when the rendering has been done [\#42](https://github.com/yapplabs/ember-wormhole/issues/42)
11+
- Packaged versions of ember wormhole lose focus on "wormholing" [\#41](https://github.com/yapplabs/ember-wormhole/issues/41)
12+
- Inner component action sent to wormhole component instead of outer component \(canary\) [\#33](https://github.com/yapplabs/ember-wormhole/issues/33)
13+
14+
**Merged pull requests:**
15+
16+
- Avoid bind-attr in tests for newer Ember [\#51](https://github.com/yapplabs/ember-wormhole/pull/51) ([bantic](https://github.com/bantic))
17+
- Update ember-code-snippet to ^1.3.0 [\#50](https://github.com/yapplabs/ember-wormhole/pull/50) ([bantic](https://github.com/bantic))
18+
19+
## [0.3.5](https://github.com/yapplabs/ember-wormhole/tree/0.3.5) (2016-02-01)
20+
[Full Changelog](https://github.com/yapplabs/ember-wormhole/compare/0.3.4...0.3.5)
21+
22+
**Closed issues:**
23+
24+
- \[Idea\] component for the wormhole output [\#39](https://github.com/yapplabs/ember-wormhole/issues/39)
25+
- "wormholing" elements destroys focus, selection [\#22](https://github.com/yapplabs/ember-wormhole/issues/22)
26+
27+
**Merged pull requests:**
28+
29+
- Upgrade to ember-cli 1.13.7 [\#32](https://github.com/yapplabs/ember-wormhole/pull/32) ([chrislopresto](https://github.com/chrislopresto))
30+
- Update to Ember-CLI 1.13.1 [\#30](https://github.com/yapplabs/ember-wormhole/pull/30) ([chrislopresto](https://github.com/chrislopresto))
31+
- Preserve focus [\#23](https://github.com/yapplabs/ember-wormhole/pull/23) ([adamesque](https://github.com/adamesque))
32+
33+
## [0.3.4](https://github.com/yapplabs/ember-wormhole/tree/0.3.4) (2015-07-26)
34+
[Full Changelog](https://github.com/yapplabs/ember-wormhole/compare/0.3.3...0.3.4)
35+
36+
**Closed issues:**
37+
38+
- Tests should not require `Ember.View.views` [\#28](https://github.com/yapplabs/ember-wormhole/issues/28)
39+
- Make ember-wormhole component extendible [\#19](https://github.com/yapplabs/ember-wormhole/issues/19)
40+
41+
**Merged pull requests:**
42+
43+
- BUGFIX fix tests to support beta and canary [\#29](https://github.com/yapplabs/ember-wormhole/pull/29) ([krisselden](https://github.com/krisselden))
44+
- Support extending via didInsert/willDestroy [\#26](https://github.com/yapplabs/ember-wormhole/pull/26) ([chrislopresto](https://github.com/chrislopresto))
45+
46+
## [0.3.3](https://github.com/yapplabs/ember-wormhole/tree/0.3.3) (2015-06-24)
47+
[Full Changelog](https://github.com/yapplabs/ember-wormhole/compare/0.3.2...0.3.3)
48+
49+
**Closed issues:**
50+
51+
- Self-documenting Code Snippets [\#11](https://github.com/yapplabs/ember-wormhole/issues/11)
52+
53+
## [0.3.2](https://github.com/yapplabs/ember-wormhole/tree/0.3.2) (2015-06-24)
54+
[Full Changelog](https://github.com/yapplabs/ember-wormhole/compare/0.3.1...0.3.2)
55+
56+
**Closed issues:**
57+
58+
- How future proof is this library? [\#13](https://github.com/yapplabs/ember-wormhole/issues/13)
59+
- Uncaught TypeError: Cannot read property 'previousSibling' of null [\#12](https://github.com/yapplabs/ember-wormhole/issues/12)
60+
- Triggers error on Glimmer [\#9](https://github.com/yapplabs/ember-wormhole/issues/9)
61+
- Destination rerender breaks subsequent data changes [\#3](https://github.com/yapplabs/ember-wormhole/issues/3)
62+
63+
**Merged pull requests:**
64+
65+
- fix issue when firstNode is the same as lastNode [\#15](https://github.com/yapplabs/ember-wormhole/pull/15) ([piotrpalek](https://github.com/piotrpalek))
66+
67+
## [0.3.1](https://github.com/yapplabs/ember-wormhole/tree/0.3.1) (2015-04-28)
68+
[Full Changelog](https://github.com/yapplabs/ember-wormhole/compare/0.2.1...0.3.1)
69+
70+
**Merged pull requests:**
71+
72+
- Add ability to render in place [\#8](https://github.com/yapplabs/ember-wormhole/pull/8) ([chrislopresto](https://github.com/chrislopresto))
73+
74+
## [0.2.1](https://github.com/yapplabs/ember-wormhole/tree/0.2.1) (2015-04-17)
75+
[Full Changelog](https://github.com/yapplabs/ember-wormhole/compare/0.2.0...0.2.1)
76+
77+
## [0.2.0](https://github.com/yapplabs/ember-wormhole/tree/0.2.0) (2015-04-17)
78+
[Full Changelog](https://github.com/yapplabs/ember-wormhole/compare/0.1.0...0.2.0)
79+
80+
**Closed issues:**
81+
82+
- Bound `to` & block template [\#2](https://github.com/yapplabs/ember-wormhole/issues/2)
83+
84+
**Merged pull requests:**
85+
86+
- Use Public APIs [\#7](https://github.com/yapplabs/ember-wormhole/pull/7) ([chrislopresto](https://github.com/chrislopresto))
87+
- Add tests for wormholing into the head of the Ember app [\#5](https://github.com/yapplabs/ember-wormhole/pull/5) ([tim-evans](https://github.com/tim-evans))
88+
- Add comment about location of destination element [\#1](https://github.com/yapplabs/ember-wormhole/pull/1) ([knownasilya](https://github.com/knownasilya))
89+
90+
## [0.1.0](https://github.com/yapplabs/ember-wormhole/tree/0.1.0) (2015-04-05)
91+
92+
93+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-wormhole",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "Render a child view somewhere else in the DOM.",
55
"directories": {
66
"doc": "doc",
@@ -48,4 +48,4 @@
4848
"configPath": "tests/dummy/config",
4949
"demoURL": "http://yapplabs.github.io/ember-wormhole/"
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)