@holistics/floating-vue
v5.2.2-holistics.3
Published
Holistics fork of Floating Vue - Easy Vue tooltips, dropdowns, menus & popovers using floating-ui
Readme
@holistics/floating-vue
About the fork
This fork has the @holistics/floating-vue package that tries to fix the following issues:
- [Performance] Disable toggling CSS class of
<body>: this makes the entire page reflow whenever some floating elements are shown/all are hidden (PR #1019). Can be re-enabled viatoggleBodyClassprop. - [Fix] Properly fix diagonal submenu problem (#916) via
fixDiagonalSubmenuProblemprop
📦️ Versioning and syncing
This fork uses
<pre-release>verison under the identifierholisticsto preserve changes between forked versions. For example,5.2.2-holistics.1means:
5.2.2is the version that was forkedholisticsis the<pre-release identifier>1is the first change to the version forked above (ranges from [0..+infinity])
To sync with the latest version of the original package (e.g. version 5.9.0):
Use
git merge upstream/main --no-commitand resolve conflicts if have anyBump to the latest version in
package.json(e.g.5.9.0-holistics.0)Add a new CHANGELOG entry
Commit the changes
Publish the package to both Holistics internal and NPM registries (must use
npm):$ npm publish # NPM registry $ npm publish --access=public --@holistics:registry=https://registry.npmjs.org/
Sponsors
LICENCE MIT - Created by Guillaume CHAU (@Akryum)

