This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rename `performance` to `ignoreAttributes` * Remove `arrowTransform` option * Test fixes * Remove unused static methods * Remove `tippy.one()` * tippy.hideAllPoppers: ignore hideOnClick for consumer * New packaging setup * 0.25% browserslist * Jest env fix * Correct files key * Rewriting demo * Foolproof trickery * Optimization * Simplify CSS * Rename `tip` to `instance`, tweaks * tippy.hideAll() new API * tip -> instance * hideAll test * Types update * Types fixes * Type fix * ignoreAttributes type * Order type * More ordering.. * Jest 24 * Optimize getDataAttributeOptions * Remove isNumeric * Switch to terser for smaller bundles * Dependencies * package-lock * package-lock * zzz * Fix .babelrc * Inline supportsTouch due to DevTools context changes * Removing archaic browser support * 'esm' is preferred by Rollup over 'es' now * Add group as static method * Test cleanup * Update rollup.build.js * Functional values pass target as argument; resolve #421 * Fix tests * Group types * Remove import * Simplify readme * Update package.json * Always update state after lifecycle invocation * Remove MutationObserver: update popperInstance in set() * Set updateDuration to 0 by default * Apply updateDuration to popper to allow for smooth flips * Add `role` option * Allow followCursor: 'initial' on mobile; resolve #416 * Fix followCursor regression due to pointer-events * Improve `livePlacement` option and change to `flipScroll` * Fix animateFill value if arrow is true as an attribute * Add back forced update * Change modifier padding to 2px from 5px * Disable flipScroll by default * Make tippy.group object optional * Types update * JSDoc fix * Better scale transform animation * Remove all focus handling: leave it up to the developer * Add JSDoc back in * Move .tippy-active class to sync section * Bunch of test fixes and additions * Remove MutationObserver references * Remove banner newline * Add back outline: 0 by default * Remove isBrowserSupported var * Use .update() instead * 4.0.0-alpha.0 * SSR check * Fix types * Change placement onHide, not onHidden * popperInstance dependencies update * Add 'parent' as a value for appendTo * appendTo type * Fix package-lock * Website update for v4 * Reduce animateFill content transition delay * Fix followCursor: 'initial' on touch devices * Remove !important from .tippy-notransition * Website update * Version notice * Fix Props types ordering * Rename `flipScroll` to `flipOnUpdate` * Fix position updating * Add tests for `target` * Website updates * flipOnUpdate type * Fix minor edge case with delay popper cursor hiding * Add manual browser tests not covered by Jest * Website update * Fix tests * woops * yard -> yarn * Update themes.mdx * Fix theme() function * Should be regular comment format * Add tests for `hideAll()` * Tested wrong thing * Spiced the website up 🍭 * Clarify * Use padding constant, increase from 2 to 3 * Tweak * Remove VS Code auto import * Popper delay edge case fix * dist/themes/ -> themes/ * Open version notice links in new tab
- Loading branch information