Releases: yapplabs/ember-wormhole
Octane Tested
0.6.0 tag for release
Eurostar (0.5.4)
Fwango (0.5.3)
- Update ember-cli and dependencies. Use ember modules. #100 (btecu)
- Add FastBoot tests #99 (simonihmig)
- Use "New Module Imports" #98 (Turbo87)
- ember-cli 2.14 updates #97 (Dhaulagiri)
- Fix wormhole insertion in FastBoot #96 (sandydoo)
Spikeball (0.5.2)
- Fix getDOM for Ember 2.6/2.7 in integration tests #95 (simonihmig)
- Upgrade to Ember-cli 2.13 / Babel6 / yarn #94 (simonihmig)
- Update code sample to use boolean instead of string representation of a boolean #90 (andrewhavens)
- some cleanup and clarifying #85 (raycohen)
- Add note about Ember 2.10 #83 (lukemelia)
- Update README.md #80 (graham-sportsmgmt)
- Update README.md #79 (graham-sportsmgmt)
Glimbo
Merged pull requests:
Note: This release is the first that is compatible with Ember 2.10 (Glimmer 2). However, there is a caveat:
With latest ember-wormhole and ember@2.10, 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.
Change:
A Mote in God's Eye
Merged pull requests:
- [Glimmer2] Use the document service for glimmer #73 (chadhietala)
- Update ember-cli to 2.8.0 and associated dependencies and files. #72 (runspired)
- Test for dynamic content in Glimmer2 #68 (simonihmig)
Is That A Glimmer In Your Eye?
Includes a fix for compatibility with Glimmer2. Note that at least one compatibility issue remains, see #66
Closed issues:
- [Glimmer] Doesn't work in canary since glimmer was enabled #64
- Explicitly define compatibility with Ember 1.13+ #62
- Allow users to handle "failed to render into" errors #58
Merged pull requests:
0.4.0
Breaking changes:
This release includes changes for FastBoot compatibility. You may need to make changes in your application if you have subclassed the ember-wormhole
component in versions prior to 0.4.0.
Closed issues:
- Call an user-provided action on didInsertElement/willDestroyElement #49
- Ability to replace content instead of appending #48
- fastboot compatibility #47
- Render a child view after target instead of inside it #45
Merged pull requests:
0.3.6
Closed issues:
- [Feature] Destination component which fires up an action when wormhole is mounted #44
- How do I hook in to the render/move life event? #43
- Is there a callback (action) when the rendering has been done #42
- Packaged versions of ember wormhole lose focus on "wormholing" #41
- Inner component action sent to wormhole component instead of outer component (canary) #33
Merged pull requests:
0.3.5
Closed issues:
Merged pull requests:
- Upgrade to ember-cli 1.13.7 #32 (chrislopresto)
- Update to Ember-CLI 1.13.1 #30 (chrislopresto)
- Preserve focus #23 (adamesque)