Releases: Akryum/floating-vue
Releases · Akryum/floating-vue
v2.0.0-beta.24
v2.0.0-beta.23
v2.0.0-beta.22
🩹 Fixes
- Expose nuxt module (aac29fc)
🏡 Chore
❤️ Contributors
- Anthony Fu [email protected]
- Guillaume Chau (@Akryum)
v2.0.0-beta.21
🚀 Enhancements
- Add pointers event (#855)
🩹 Fixes
💅 Refactors
⚠️ Project maintanace (#959)
📖 Documentation
- Update README (47be706)
- Update Nuxt 3 installation guide (#865)
- Fix floating-ui.com link (#942)
- Typo (#915)
- Remove stylus from SponsorButton.vue (fd50931)
- Fix build (e1f40af)
- Improve styles in dark mode (90d9dd2)
- Use src component directly (c2ffed5)
📦 Build
- Exclude sources from published package (#945)
🏡 Chore
- Copy LICENSE (b85e169)
- Update deps (5d2448e)
- Downgrade floating-ui (113c5ee)
- Upgrade
@floating-ui/dom
(6a6c350) - Update for aou changes (5952dda)
- Improve lints (081d153)
- Clean up (677829c)
⚠️ Breaking Changes
⚠️ Project maintanace (#959)
❤️ Contributors
- Anthony Fu [email protected]
- Guillaume Chau (@Akryum)
- Jairo Blatt (@jairoblatt)
- Ari Perkkiö (@AriPerkkio)
- Y-tomida (@ty-v1)
- David Hewson [email protected]
- Damian Głowala
- Amal Mathew
2.0.0-beta.20 (2022-09-08)
Now using Popper.js
Breaking changes
- The position values have changed (see the doc).
- The global
tetherOptions
option has been removed. - The CSS classes have changed (
.tooltip
&.tooltip-inner
).
New
- Now uses Popper.js
- You can now customize the tooltip template, the delay, where the tooltip is appended in the page and more (see the doc).
- New example CSS
v3.0.0-beta.1
Welcome to v-tooltip V3! This is a new rewrite of the library - learn more about it here
Highlights
- Upgraded to PopperJS 2
- ~30% smaller!
- Theming system
- Unified API between directive & component
- Compatible with Vue 2 and Vue 3!
Learn more
Compatibility
v-tooltip | NPM Tag | Vue compatibility |
---|---|---|
2.x | latest | 2.x |
3.x | next | 2.x |
4.x | vue3 | 3.x |
v2.1.3
v2.1.2
v2.1.1
v2.1.0
Fixed
- types: top level declaration, closes #459 (#462)
- Add guards for
popperInstance
(#567) - don't include lodash in es build, closes #541
- licence, closes #331
- no component fade-in, closes #500
- tooltip: apply delay to self events, closes #428
- spread on string not working in IE, closes #323
- only put aria-describedby if open, closes #432