Releases: sir-dunxalot/ember-tooltips
Releases · sir-dunxalot/ember-tooltips
3.6.0
3.5.2
3.5.1
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
3.4.6
3.4.5
3.4.4
3.4.3
3.4.2
Bugfixes
- Fix bug with initial positioning on Ember Octane (Replaced
ember-wormhole
withember-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