Ember-tether bumped to 0.4.1
Pre-release
Pre-release
sir-dunxalot
released this
09 Feb 17:00
·
430 commits
to master
since this release
- #162 - Bumps
ember-tether
dependency to0.4.1
. This brings about additional functionality and improvements:- Fixes event delegation issues in test suites where events and actions were fired but not caught by Ember
- Upgrades the Ember CLI dev environment
- Exposes
findTooltip
andfindTooltipTarget
as public helpers (code here). Public documentation will follow. - Makes tooltips render as a child of the Ember app's
rootElement
, ifrootElement
is defined in the Ember app's config:
let App = Ember.Application.create({
rootElement: '#ember-app'
});