Skip to content

Releases: sir-dunxalot/ember-tooltips

3.6.0

25 Jun 23:11
Compare
Choose a tag to compare

Enhancements

  • Add targetElement argument (#446, thanks @bendemboski!)
  • Replace Ember.testing checks with embroider macro (#448, fixes #444. Thanks @cah-briangantzler for flagging!)

3.5.2

29 Apr 01:15
Compare
Choose a tag to compare

Bugfixes

3.5.1

24 Nov 15:13
Compare
Choose a tag to compare

Enhancements

  • Dropped custom popper.js & tooltip.js bundling in favor of ember-auto-import.
  • Support for Ember 3.28 & 4.0.0
    • There are still some lingering deprecations
  • Support for Embroider

CI changes

  • Upgrade to ember-qunit v5
  • Dropped Node < 12 support
  • Upgrade a bunch of outdated test dummy app dependencies
  • Embroider CI support (#429, thanks @thoov !)

Note: This is the same set of changes as 3.5.0, which I accidentally tagged wrong, so there is a deprecated release in NPM for that version.

3.4.7

01 Mar 03:10
Compare
Choose a tag to compare

Bugfixes

Misc

  • [dev] Removed CI for Ember 2.18 (#421)

3.4.6

09 Feb 03:50
Compare
Choose a tag to compare

Enhancements

  • Bump ember-in-element-polyfill dependency to ^1.0.1 to fix issues with Yarn workspaces (#418, thanks @Techn1x)

Misc

  • [dev] Upgrade Ember-CLI and switch to GitHub Actions for CI (#419)
  • [dev] Various dependabot updates (#408, #411, #416, #417)

3.4.5

20 Aug 02:43
Compare
Choose a tag to compare

Enhancements

  • Drop ember-maybe-in-element as a dependency (#407)

3.4.4

14 Aug 02:44
Compare
Choose a tag to compare

Enhancements

  • Update ember-maybe-in-element to ^1.0.0 (#403, fixes #402)

3.4.3

15 May 02:31
Compare
Choose a tag to compare

Bugfixes

  • Fix IE11 compatibility (Fixes #310, resolved by #396. Thanks @raido!)

Documentation

  • Add missing innerClass entry in README table of contents (#394, thanks @Techn1x)

3.4.2

21 Jan 02:24
Compare
Choose a tag to compare

Bugfixes

  • Fix bug with initial positioning on Ember Octane (Replaced ember-wormhole with ember-maybe-in-element) (#384, fixes #381)
  • Fix broken assert imports from @ember/debug

Documentation

  • Updated documentation to use Octane conventions (#392, fixes #389)
  • Fixed typo in README (#390, thanks @thec0keman)

Internals

  • Dropped ember-get-config dependency
  • Updated Ember & Ember-CLI to 3.15

3.4.1

18 Dec 05:56
0c1324e
Compare
Choose a tag to compare

Bugfixes

  • Avoid implicit use of Symbols that prevent use in IE11 without polyfill (#385, thanks @raido!)