Releases: Akryum/floating-vue
Releases · Akryum/floating-vue
v2.0.3
21 Jan 00:14
Compare
Sorry, something went wrong.
No results found
Fixed
ts: added some types (#396 )
tooltip in separate window (#356 )
When the classes of the v-tooltip instruction are passed in the form of an array, the tooltip flashes. (#300 )
Other
Updated dependencies
Fix package.json license information (#291 )
v2.0.2
29 Apr 00:02
Compare
Sorry, something went wrong.
No results found
New
Add popover openClass
prop + default value (#156 )
Fixed
SVGElement doesn't have prototype, closes #246
call _setContent after popper instance is created, closes #254
rollup-plugin-vue generated code not transpiled by babel, closes #239
manual tooltip closing on document touch, closes #158
check for contains before requestAnimationFrame, closes #253
v2.0.1
12 Apr 08:58
Compare
Sorry, something went wrong.
No results found
Security
use latest lodash, closes #209
v2.0.0
11 Apr 18:19
Compare
Sorry, something went wrong.
No results found
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
06 May 22:18
Compare
Sorry, something went wrong.
No results found
New
Directive:
html
option
hideOnTargetClick
option
Component:
apply-show
and apply-hide
which take delays into account
Fixed & Improved
v2.0.0-rc.31
05 Feb 17:33
Compare
Sorry, something went wrong.
No results found
Fixed
Regression regarding component autoHide
prop.
v2.0.0-rc.30
23 Jan 00:40
Compare
Sorry, something went wrong.
No results found
Fixed
Popover autoHide
prop
Don't publish .babelrc file #90 (thx oligot
v2.0.0-rc.28
23 Jan 00:12
Compare
Sorry, something went wrong.
No results found
New
Directive: content
can now accept a Promise for async content loading (docs )
Directive: loadingClass
and loadingContent
options
Popover: open-group
class to keep multiple popovers open (see demos)
v-close-popover
: all
modifier to close all the popovers in the page
createTooltip
and destroyTooltip
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
22 Jan 11:52
Compare
Sorry, something went wrong.
No results found
New
Directive: show
option to manually open or hide the tooltip (docs ).
v2.0.0-rc.26
12 Jan 10:44
Compare
Sorry, something went wrong.
No results found
New
autoHide
prop on the directive to override global option.
Improved