Skip to content

3.1.0

Compare
Choose a tag to compare
@maxfierke maxfierke released this 28 Nov 04:17
· 207 commits to master since this release

New Features

  • 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)

Enhancements

  • Removed runtime dependency on jQuery (#312)
    • (Removal of jQuery from test helpers is being tracking in #307)

Other Changes