You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added popperContainer option to specify location in the DOM to render tooltip. See README.md for more details (#308, thanks @timmorey!)
Bugfixes
Fixed import of popper.js & tooltip.js in some configurations by importing directly, and removing ember-cli-node-assets dependency (#311, thanks @camerondubas! Fixed #277)
Removes support for Ember-CLI < 2.15
Fixed possible race between tooltip show & hide (#322, thanks @arthur5005! Fixed #321)