Skip to content

Latest commit

 

History

History
464 lines (201 loc) · 14.5 KB

CHANGELOG.md

File metadata and controls

464 lines (201 loc) · 14.5 KB

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

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

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