- V-close-popper directive, #1022 (#1022)
- Guillaume Chau (@Akryum)
- Add deprecation notice to VTooltip and VClosePopper (abf094f)
- Revert autohide on mousedown, add autoHideOnMousedown in config, fix #1015 (#1015)
- Watch triggers array deeply, fix #1018 (#1018)
- Guillaume Chau (@Akryum)
- Expose global
recomputeAllPoppers
helper (#1010)
- Anthony Fu [email protected]
- Fix v-close-popper to function on mousedown (#1014)
- Giannis Koutsaftakis (@kouts)
- Close on mousedown (89258a9)
- Improve types (#1011)
- Remove vue2 demo (#1009)
- Guillaume Chau (@Akryum)
- Anthony Fu [email protected]
- Set default disposeTimeout to default transition duration (18e786c)
- Import directly (fa626ac)
- Upgrade vitepress + search (5a46278)
- Enable search detailed view by default (3175a62)
- Guillaume Chau (@Akryum)
- menu: Don't close on popper blur (74b940f)
- Improved props types (5bf9b74)
- Guillaume Chau (@Akryum)
- `Element' is not defined on server (47eb20c)
- Update to v5 (44d0108)
- Guillaume Chau (@Akryum)
Bumping the version to prevent issues with tags from vue-tooltip v3 and v4 in the repository.
No changes compared to floating-vue v2.0.0
- Export vTooltip and vClosePopper for script setup usage (16b3a9b)
- Remove dispose event (4be2062)
- Import nuxt composables from #imports (#998)
- Change default disposeTimeout to 0 (0699bf8)
- Default components are now simple ts files (6439fce)
- Fixed spelling mistake in migration v2 docs (#983)
- Props and events (ee27b15)
- lint: Fix (942a360)
- Guillaume Chau (@Akryum)
- Yahlieel Jafta [email protected]
- Daniel Roe [email protected]
- nuxt: Handle
this
can be undefined (d3993c7)
- Anthony Fu [email protected]
- Nuxt module (5f361fa)
- Style fixes (5e106c4)
- Fix theme editor (19a7979)
- Change theme editor accent color (c87f223)
- Anthony Fu [email protected]
- Guillaume Chau (@Akryum)
- Expose nuxt module (aac29fc)
- Fix CHANGELOG.md (4dc73f5)
- Add title to CHANGELOG.md (b2068dd)
- Anthony Fu [email protected]
- Guillaume Chau (@Akryum)
- Add pointers event (#855)
- DisposeTimeout not working, closes #941 (#947, #941)
⚠️ Project maintanace (#959)
- 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)
- Exclude sources from published package (#945)
- 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)
⚠️ Project maintanace (#959)
- 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)
- noAutoFocus (919df7c)
2.0.0-beta.19 (2022-08-02)
- $refs.popper can be null initially (4c7f4b9)
2.0.0-beta.18 (2022-08-02)
2.0.0-beta.17 (2022-05-30)
2.0.0-beta.16 (2022-04-29)
- Popper: add attrs to root div (4391e5c)
2.0.0-beta.15 (2022-04-11)
- autoHide function prop (ec3313d)
2.0.0-beta.14 (2022-04-08)
2.0.0-beta.13 (2022-04-05)
- createTooltip().show() (56bc9d2)
2.0.0-beta.12 (2022-03-30)
Included changes from v1.0.0-beta.15
:
2.0.0-beta.11 (2022-03-23)
Included changes from v1.0.0-beta.14
:
- close-popper not working in nested submenu (980e42b)
- v-close-popper only close closest nested popper (81af5e5)
2.0.0-beta.10 (2022-03-23)
Included changes from v1.0.0-beta.13
:
- don't auto hide parent if contains click (98d9449)
2.0.0-beta.9 (2022-03-23)
- don't use $el (29e9992)
Included changes from v1.0.0-beta.12
:
- add aiming expiration delay (01ef6f8)
- handle diagonal submenu (aim) (df5e9e9)
- nested poppers auto lock (75694ae)
2.0.0-beta.8 (2022-03-11)
- theme null on .v-popper (25db8e8)
2.0.0-beta.7 (2022-03-11)
Included changes from v1.0.0-beta.10
and v1.0.0-beta.11
:
- remove internal style on
.v-popper
(2698d84) - don't compute position on scroll if hidden, closes #835 (f2199da)
- duplicate hide events, closes #376 (5a4ff05)
- silence popperNode() errors, closes #828 (490600c)
- The following internal style on
.v-popper
has been removed:
.v-popper {
width: max-content;
}
autoMinSize
is deprecated, useautoSize="min"
insteadautoMaxSize
is deprecated, useautoBoundaryMaxSize
instead
2.0.0-beta.6 (2022-02-09)
Included changes from v1.0.0-beta.8
and v1.0.0-beta.9
:
2.0.0-beta.5 (2022-02-01)
Included changes from v1.0.0-beta.7
:
- backdrop element to improve autohide on mobile (803dcca)
2.0.0-beta.4 (2022-02-01)
Included changes from v1.0.0-beta.6
:
- positioningDisabled + mobile example (433118a)
2.0.0-beta.3 (2022-01-20)
- some directive tooltips not working (d3c3b3d)
2.0.0-beta.2 (2022-01-18)
- single app for v-tooltip directives (649c38d)
2.0.0-beta.1 (2022-01-15)
- vue3 version (872feef)
1.0.0-beta.15 (2022-03-30)
1.0.0-beta.14 (2022-03-23)
- close-popper not working in nested submenu (980e42b)
- v-close-popper only close closest nested popper (81af5e5)
1.0.0-beta.13 (2022-03-23)
- don't auto hide parent if contains click (98d9449)
1.0.0-beta.12 (2022-03-23)
- add aiming expiration delay (01ef6f8)
- handle diagonal submenu (aim) (df5e9e9)
- nested poppers auto lock (75694ae)
1.0.0-beta.11 (2022-03-11)
- remove internal style on
.v-popper
(2698d84)
-
- The following internal style on
.v-popper
has been removed:
- The following internal style on
.v-popper {
width: max-content;
}
1.0.0-beta.10 (2022-03-11)
autoMinSize
is deprecated, useautoSize="min"
insteadautoMaxSize
is deprecated, useautoBoundaryMaxSize
instead
- don't compute position on scroll if hidden, closes #835 (f2199da)
- duplicate hide events, closes #376 (5a4ff05)
- silence popperNode() errors, closes #828 (490600c)
1.0.0-beta.9 (2022-02-09)
- autoMaxSize - reset size to allow bestFit (40dae98)
1.0.0-beta.8 (2022-02-04)
- max-size on inner > div (3699726)
1.0.0-beta.7 (2022-02-01)
- backdrop element to improve autohide on mobile (803dcca)
1.0.0-beta.6 (2022-02-01)
- positioningDisabled + mobile example (433118a)
1.0.0-beta.5 (2022-01-15)
- strategy prop not taken into account (ab840b2)
1.0.0-beta.4 (2022-01-15)
- typo in module entry (1b972d8)
1.0.0-beta.3 (2022-01-15)
- inner content behind inner arrow (3ed3d30)
1.0.0-beta.2 (2022-01-15)
1.0.0-beta.1 (2022-01-13)
- Renamed from
v-tooltip
tofloating-vue
- Switched to floating-ui