Skip to content

Releases: Akryum/floating-vue

v2.0.0-beta.24

28 Jun 13:30
Compare
Choose a tag to compare
v2.0.0-beta.24 Pre-release
Pre-release

馃┕ Fixes

  • nuxt: Handle this can be undefined (d3993c7)

鉂わ笍 Contributors

v2.0.0-beta.23

28 Jun 13:25
Compare
Choose a tag to compare
v2.0.0-beta.23 Pre-release
Pre-release

馃┕ Fixes

馃摉 Documentation

鉂わ笍 Contributors

v2.0.0-beta.22

16 Jun 18:30
Compare
Choose a tag to compare
v2.0.0-beta.22 Pre-release
Pre-release

馃┕ Fixes

馃彙 Chore

鉂わ笍 Contributors

v2.0.0-beta.21

16 Jun 14:39
Compare
Choose a tag to compare
v2.0.0-beta.21 Pre-release
Pre-release

馃殌 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

鈿狅笍 Breaking Changes

  • 鈿狅笍 Project maintanace (#959)

鉂わ笍 Contributors

2.0.0-beta.20 (2022-09-08)

Now using Popper.js

11 May 14:03
Compare
Choose a tag to compare
Now using Popper.js Pre-release
Pre-release

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

02 Nov 18:10
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

logo

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

19 Mar 18:38
Compare
Choose a tag to compare

Fixed

  • Upgraded dependencies, fixing IE compat #615

v2.1.2

04 Jan 15:27
Compare
Choose a tag to compare

Fixed

  • babel rollup plugin config, closes #607

v2.1.1

31 Dec 10:14
Compare
Choose a tag to compare

Fixed

  • types: improved global typings, closes #601

v2.1.0

30 Dec 23:36
Compare
Choose a tag to compare

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

New

  • ariaId, closes #379
  • Expose isOpen in the popover slot (#507)