Releases: Akryum/floating-vue
Releases · Akryum/floating-vue
v2.0.3
v2.0.2
v2.0.1
v2.0.0
New
- Popover: close with [esc]
- Tooltip: remove title attribute, closes #183
Fixed
- Transform arrow functions into class methods (#152)
- prevent popovers from staying open when moving mouse too quickly (#228)
- Popover: hide when deactivated
- Popover: use div instead of span, closes #123
- Tooltip: bind show and hide methods, fix _hide is not a function
- Tooltip: properly remove aria-describedby when tooltip is removed from DOM, closes #191
v2.0.0-rc.32 - Almost there
v2.0.0-rc.31
Fixed
- Regression regarding component
autoHide
prop.
v2.0.0-rc.30
v2.0.0-rc.28
New
- Directive:
content
can now accept a Promise for async content loading (docs) - Directive:
loadingClass
andloadingContent
options - Popover:
open-group
class to keep multiple popovers open (see demos) v-close-popover
:all
modifier to close all the popovers in the pagecreateTooltip
anddestroyTooltip
are exported for manual JS usage
Fixed
v-close-popover
was unintentionally closing all the popovers in the page by default--now only the containing popover- Popover misc fixes
v2.0.0-rc.27
New
- Directive:
show
option to manually open or hide the tooltip (docs).
v2.0.0-rc.26
New
autoHide
prop on the directive to override global option.
Improved
- Docs.