Skip to content

Commit

Permalink
Released 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislopresto committed Jun 8, 2016
1 parent aedcbf0 commit 0f48d27
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## [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)

**Closed issues:**

- Call an user-provided action on didInsertElement/willDestroyElement [\#49](https://github.com/yapplabs/ember-wormhole/issues/49)
- Ability to replace content instead of appending [\#48](https://github.com/yapplabs/ember-wormhole/issues/48)

This comment has been minimized.

Copy link
@nbibler

nbibler Jul 6, 2016

Are we sure this functionality was added in 0.4.0? The linked issue (#48) appears to have been closed in favor of a pull request (#52). But that PR still appears to be open.

This comment has been minimized.

Copy link
@chrislopresto

chrislopresto Jul 6, 2016

Author Contributor

The changelog is just documenting that this issue was closed. You're correct that this functionality has not been merged in. We should continue to discuss in #52 and come to a decision. @lukemelia and I were both concerned that such functionality could be problematic.

This comment has been minimized.

Copy link
@nbibler

nbibler Jul 6, 2016

The discussion is certainly good and encouraged. I just read the CHANGELOG (by the way, thank you for keeping up with it) and thought the feature was in... went about trying to upgrade/add it only to realize it wasn't. 😄

- fastboot compatibility [\#47](https://github.com/yapplabs/ember-wormhole/issues/47)
- Render a child view after target instead of inside it [\#45](https://github.com/yapplabs/ember-wormhole/issues/45)

**Merged pull requests:**

- Fix initializer arity deprecation [\#56](https://github.com/yapplabs/ember-wormhole/pull/56) ([bantic](https://github.com/bantic))
- Remove `needsBindAttr` from x-favicon component in tests [\#55](https://github.com/yapplabs/ember-wormhole/pull/55) ([bantic](https://github.com/bantic))
- Refactor to public APIs for head/tail [\#54](https://github.com/yapplabs/ember-wormhole/pull/54) ([mixonic](https://github.com/mixonic))
- Update ember-cli 1.13.7 to 2.5.1 [\#53](https://github.com/yapplabs/ember-wormhole/pull/53) ([mixonic](https://github.com/mixonic))

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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ember Wormhole [![Build Status](https://travis-ci.org/yapplabs/ember-wormhole.svg?branch=master)](https://travis-ci.org/yapplabs/ember-wormhole) [![Ember Observer Score](http://emberobserver.com/badges/ember-wormhole.svg)](http://emberobserver.com/addons/ember-wormhole)

This ember-cli addon provides a component that allows for rendering a block
This addon provides a component that allows for rendering a block
to a DOM element somewhere else on the page. The component retains typical Ember
context in terms of bound data and action handling. Ember Wormhole is
compatible with [Ember FastBoot](http://www.ember-fastboot.com/) as of version
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.3.6",
"version": "0.4.0",
"description": "Render a child view somewhere else in the DOM.",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 0f48d27

Please sign in to comment.