Skip to content

Latest commit

 

History

History
668 lines (304 loc) · 17.9 KB

CHANGELOG.md

File metadata and controls

668 lines (304 loc) · 17.9 KB

Changelog

v5.2.2

🩹 Fixes

  • V-close-popper directive, #1022 (#1022)

❤️ Contributors

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

v5.2.0

🚀 Enhancements

  • Expose global recomputeAllPoppers helper (#1010)

❤️ Contributors

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

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

v5.0.2

🩹 Fixes

  • menu: Don't close on popper blur (74b940f)

🌊 Types

  • Improved props types (5bf9b74)

❤️ Contributors

v5.0.1

🩹 Fixes

  • `Element' is not defined on server (47eb20c)

📖 Documentation

  • Update to v5 (44d0108)

❤️ Contributors

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

v2.0.0-beta.24

🩹 Fixes

  • nuxt: Handle this can be undefined (d3993c7)

❤️ Contributors

v2.0.0-beta.23

🩹 Fixes

  • Nuxt module (5f361fa)

📖 Documentation

  • Style fixes (5e106c4)
  • Fix theme editor (19a7979)
  • Change theme editor accent color (c87f223)

❤️ Contributors

v2.0.0-beta.22

🩹 Fixes

  • Expose nuxt module (aac29fc)

🏡 Chore

  • Fix CHANGELOG.md (4dc73f5)
  • Add title to CHANGELOG.md (b2068dd)

❤️ Contributors

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

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

Features

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

  • duplicate classes (9740a35)
  • remove duplicate component registration (a27d1a3)

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

2.0.0-beta.14 (2022-04-08)

Bug Fixes

  • tooltip not closing when aiming it, closes #851 (f2a9018)

2.0.0-beta.13 (2022-04-05)

Bug Fixes

2.0.0-beta.12 (2022-03-30)

Included changes from v1.0.0-beta.15:

Features

  • add open popper classes on body (29c9d78)
  • autofocus popper node (0a39097)

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


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

  • autoMinSize => autoSize, autoMaxSize => autoBoundaryMaxSize, closes #834 (b198353)

BREAKING CHANGES

  • The following internal style on .v-popper has been removed:
.v-popper {
  width: max-content;
}
  • autoMinSize is deprecated, use autoSize="min" instead
  • autoMaxSize is deprecated, use autoBoundaryMaxSize instead

2.0.0-beta.6 (2022-02-09)

Included changes from v1.0.0-beta.8 and v1.0.0-beta.9:

Bug Fixes

  • autoMaxSize - reset size to allow bestFit (40dae98)
  • max-size on inner > div (3699726)

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

1.0.0-beta.15 (2022-03-30)

Features

  • add open popper classes on body (29c9d78)
  • autofocus popper node (0a39097)

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-popper has been removed:
.v-popper {
  width: max-content;
}

1.0.0-beta.10 (2022-03-11)

BREAKING CHANGES

  • autoMinSize is deprecated, use autoSize="min" instead
  • autoMaxSize is deprecated, use autoBoundaryMaxSize instead

Bug Fixes

Features

  • autoMinSize => autoSize, autoMaxSize => autoBoundaryMaxSize, closes #834 (b198353)

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

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-tooltip to floating-vue
  • Switched to floating-ui