Changelog
January 30, 2024 Β· View on GitHub
v5.2.2
π©Ή Fixes
- V-close-popper directive, #1022 (#1022)
β€οΈ Contributors
- Guillaume Chau (@Akryum)
v5.2.1
π Enhancements
- Add deprecation notice to VTooltip and VClosePopper (abf094f)
π©Ή Fixes
- Revert autohide on mousedown, add autoHideOnMousedown in config, fix #1015 (#1015)
- Watch triggers array deeply, fix #1018 (#1018)
β€οΈ Contributors
- Guillaume Chau (@Akryum)
v5.2.0
π Enhancements
- Expose global
recomputeAllPoppershelper (#1010)
β€οΈ Contributors
- Anthony Fu anthonyfu117@hotmail.com
v5.1.1
π©Ή Fixes
- Fix v-close-popper to function on mousedown (#1014)
β€οΈ Contributors
- Giannis Koutsaftakis (@kouts)
v5.1.0
π Enhancements
- Close on mousedown (89258a9)
π Refactors
- Improve types (#1011)
π‘ Chore
- Remove vue2 demo (#1009)
β€οΈ Contributors
- Guillaume Chau (@Akryum)
- Anthony Fu anthonyfu117@hotmail.com
v5.0.3
π©Ή Fixes
- Set default disposeTimeout to default transition duration (18e786c)
π Documentation
- Import directly (fa626ac)
- Upgrade vitepress + search (5a46278)
- Enable search detailed view by default (3175a62)
β€οΈ Contributors
- Guillaume Chau (@Akryum)
v5.0.2
π©Ή Fixes
- menu: Don't close on popper blur (74b940f)
π Types
- Improved props types (5bf9b74)
β€οΈ Contributors
- Guillaume Chau (@Akryum)
v5.0.1
π©Ή Fixes
- `Element' is not defined on server (47eb20c)
π Documentation
- Update to v5 (44d0108)
β€οΈ Contributors
- Guillaume Chau (@Akryum)
v5.0.0
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
v2.0.0
π Enhancements
- Export vTooltip and vClosePopper for script setup usage (16b3a9b)
- Remove dispose event (4be2062)
π©Ή Fixes
- Import nuxt composables from #imports (#998)
- Change default disposeTimeout to 0 (0699bf8)
π Refactors
- Default components are now simple ts files (6439fce)
π Documentation
- Fixed spelling mistake in migration v2 docs (#983)
π Types
- Props and events (ee27b15)
β Tests
- lint: Fix (942a360)
β€οΈ Contributors
- Guillaume Chau (@Akryum)
- Yahlieel Jafta yahlieel@hotmail.com
- Daniel Roe daniel@roe.dev
v2.0.0-beta.24
π©Ή Fixes
- nuxt: Handle
thiscan be undefined (d3993c7)
β€οΈ Contributors
- Anthony Fu anthonyfu117@hotmail.com
v2.0.0-beta.23
π©Ή Fixes
- Nuxt module (5f361fa)
π Documentation
- Style fixes (5e106c4)
- Fix theme editor (19a7979)
- Change theme editor accent color (c87f223)
β€οΈ Contributors
- Anthony Fu anthonyfu117@hotmail.com
- Guillaume Chau (@Akryum)
v2.0.0-beta.22
π©Ή Fixes
- Expose nuxt module (aac29fc)
π‘ Chore
- Fix CHANGELOG.md (4dc73f5)
- Add title to CHANGELOG.md (b2068dd)
β€οΈ Contributors
- Anthony Fu anthonyfu117@hotmail.com
- Guillaume Chau (@Akryum)
v2.0.0-beta.21
π Enhancements
- Add pointers event (#855)
π©Ή Fixes
- DisposeTimeout not working, closes #941 (#947, #941)
π 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 anthonyfu117@hotmail.com
- Guillaume Chau (@Akryum)
- Jairo Blatt (@jairoblatt)
- Ari PerkkiΓΆ (@AriPerkkio)
- Y-tomida (@ty-v1)
- David Hewson dev@daveid.co.uk
- Damian GΕowala
- Amal Mathew
2.0.0-beta.20 (2022-09-08)
Features
- noAutoFocus (919df7c)
2.0.0-beta.19 (2022-08-02)
Bug Fixes
- $refs.popper can be null initially (4c7f4b9)
2.0.0-beta.18 (2022-08-02)
Bug Fixes
2.0.0-beta.17 (2022-05-30)
Bug Fixes
2.0.0-beta.16 (2022-04-29)
Bug Fixes
- Popper: add attrs to root div (4391e5c)
2.0.0-beta.15 (2022-04-11)
Features
- autoHide function prop (ec3313d)
2.0.0-beta.14 (2022-04-08)
Bug Fixes
2.0.0-beta.13 (2022-04-05)
Bug Fixes
- createTooltip().show() (56bc9d2)
2.0.0-beta.12 (2022-03-30)
Included changes from v1.0.0-beta.15:
Features
2.0.0-beta.11 (2022-03-23)
Included changes from v1.0.0-beta.14:
Bug Fixes
- close-popper not working in nested submenu (980e42b)
Features
- 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:
Bug Fixes
- don't auto hide parent if contains click (98d9449)
2.0.0-beta.9 (2022-03-23)
Bug Fixes
- don't use $el (29e9992)
Included changes from v1.0.0-beta.12:
Features
- add aiming expiration delay (01ef6f8)
- handle diagonal submenu (aim) (df5e9e9)
- nested poppers auto lock (75694ae)
2.0.0-beta.8 (2022-03-11)
Bug Fixes
- theme null on .v-popper (25db8e8)
2.0.0-beta.7 (2022-03-11)
Bug Fixes
Included changes from v1.0.0-beta.10 and v1.0.0-beta.11:
Bug Fixes
- 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)
Features
BREAKING CHANGES
- The following internal style on
.v-popperhas been removed:
.v-popper {
width: max-content;
}
autoMinSizeis deprecated, useautoSize="min"insteadautoMaxSizeis deprecated, useautoBoundaryMaxSizeinstead
2.0.0-beta.6 (2022-02-09)
Included changes from v1.0.0-beta.8 and v1.0.0-beta.9:
Bug Fixes
2.0.0-beta.5 (2022-02-01)
Included changes from v1.0.0-beta.7:
Features
- backdrop element to improve autohide on mobile (803dcca)
2.0.0-beta.4 (2022-02-01)
Included changes from v1.0.0-beta.6:
Features
- positioningDisabled + mobile example (433118a)
2.0.0-beta.3 (2022-01-20)
Bug Fixes
- some directive tooltips not working (d3c3b3d)
2.0.0-beta.2 (2022-01-18)
Features
- single app for v-tooltip directives (649c38d)
2.0.0-beta.1 (2022-01-15)
Features
- vue3 version (872feef)
1.0.0-beta.15 (2022-03-30)
Features
1.0.0-beta.14 (2022-03-23)
Bug Fixes
- close-popper not working in nested submenu (980e42b)
Features
- v-close-popper only close closest nested popper (81af5e5)
1.0.0-beta.13 (2022-03-23)
Bug Fixes
- don't auto hide parent if contains click (98d9449)
1.0.0-beta.12 (2022-03-23)
Features
- add aiming expiration delay (01ef6f8)
- handle diagonal submenu (aim) (df5e9e9)
- nested poppers auto lock (75694ae)
1.0.0-beta.11 (2022-03-11)
Bug Fixes
- remove internal style on
.v-popper(2698d84)
BREAKING CHANGES
-
- The following internal style on
.v-popperhas been removed:
- The following internal style on
.v-popper {
width: max-content;
}
1.0.0-beta.10 (2022-03-11)
BREAKING CHANGES
autoMinSizeis deprecated, useautoSize="min"insteadautoMaxSizeis deprecated, useautoBoundaryMaxSizeinstead
Bug Fixes
- don't compute position on scroll if hidden, closes #835 (f2199da)
- duplicate hide events, closes #376 (5a4ff05)
- silence popperNode() errors, closes #828 (490600c)
Features
1.0.0-beta.9 (2022-02-09)
Bug Fixes
- autoMaxSize - reset size to allow bestFit (40dae98)
1.0.0-beta.8 (2022-02-04)
Bug Fixes
- max-size on inner > div (3699726)
1.0.0-beta.7 (2022-02-01)
Features
- backdrop element to improve autohide on mobile (803dcca)
1.0.0-beta.6 (2022-02-01)
Features
- positioningDisabled + mobile example (433118a)
1.0.0-beta.5 (2022-01-15)
Bug Fixes
- strategy prop not taken into account (ab840b2)
1.0.0-beta.4 (2022-01-15)
Bug Fixes
- typo in module entry (1b972d8)
1.0.0-beta.3 (2022-01-15)
Bug Fixes
- inner content behind inner arrow (3ed3d30)
1.0.0-beta.2 (2022-01-15)
Bug Fixes
Features
1.0.0-beta.1 (2022-01-13)
- Renamed from
v-tooltiptofloating-vue - Switched to floating-ui