floating-vue
floating-vue copied to clipboard
π¬ Easy tooltips, popovers, dropdown, menus... for Vue
Bumps [screenfull](https://github.com/sindresorhus/screenfull.js) from 3.3.3 to 5.1.0. Release notes Sourced from screenfull's releases. v5.1.0 Add support for options (#182) https://github.com/sindresorhus/screenfull.js/commit/00925217c94266b49892bd16e8e9ad8a707fa5e3 v5.0.2 Return the native promise when it exists https://github.com/sindresorhus/screenfull.js/commit/536595d5d88e10d5ee9df13d477488f3637171fd https://github.com/sindresorhus/screenfull.js/compare/v5.0.1...v5.0.2 v5.0.1...
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.0 to 10.4.1. **This update includes security fixes.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. ReDOS vulnerabities: multiple grammars Impact: Potential ReDOS vulnerabilities (exponential and...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Regular Expression Denial of Service in websocket-extensions (NPM package)...
I needed to change the event, with which the popover component is closed when the user clicks outside. Instead of listening to `click`, with this change it listens to `mousedown`...
Right now itβs not possible to specify container for a tooltip in the Shadow DOM. The solution is to accept a callback in the `container` option in order to resolve...
To support `[email protected]` with vue2 it would be great if we could add this π
ERROR in ./node_modules/v-tooltip/dist/v-tooltip.css friendly-errors 12:18:01 ``` ERROR in ./node_modules/v-tooltip/dist/v-tooltip.css friendly-errors 12:18:01 Module build failed (from ./node_modules/@nuxt/postcss8/node_modules/postcss-loader/dist/cjs.js): friendly-errors 12:18:01 TypeError: Cannot read property 'theme' of undefined at _default (aa-ts/node_modules/@nuxtjs/tailwindcss/node_modules/tailwindcss/lib/lib/substituteScreenAtRules.js:16:5) at aa-ts/node_modules/@nuxtjs/tailwindcss/node_modules/@tailwindcss/jit/src/index.js:50:11...
Changing parent container to another div results in tooltip ignoring placement prop and text inside overflowing
Hello and thank you. It would be a great option if we could set the tooltip to only show if the content overflows its container. Thank you.
For tooltips with dynamic content, I mean, those tooltips which request data to the server, after the data is received and when the tooltip content is filled, it is expanded...