Skip to content

2.11.0

Compare
Choose a tag to compare
@maxfierke maxfierke released this 11 Sep 02:23
· 375 commits to master since this release
a725dcf

Bugfixes

  • Using closure actions should no longer trigger deprecation warnings on Ember 3.4+ where sendAction has been deprecated

Deprecations

  • sendAction-style action passing (e.g. onHide='myTooltipHideAction') is now deprecated and will be removed in 3.0.0. Please switch to using closure actions.

Other Changes

  • SASS has been replaced in favor of plain ol' CSS. No more node-sass dependency! (#264 Thanks @chrism!)
    • If you were importing ember-tooltips SCSS into your app's stylesheets previously and you run into issues, you may need to remove the import.
  • Ember-CLI has been upgraded to 3.3 and ember-tooltips is now using RFC176 module imports internally