Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update tippy.js to the latest version 🚀 #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Sep 21, 2018

The dependency tippy.js was updated from 2.6.0 to 3.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Find out more about this release.

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Sep 22, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 22, 2018

  • The dependency tippy.js was updated from 2.6.0 to 3.0.1.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 91572bc v3.0.1
  • c5e8f35 add necessary block back
  • 7156b55 add 1px gap fix for light theme
  • f6940d5 fix followCursor until tooltip has transitioned out
  • 5039c47 fix __prerenderRequire error in web worker
  • fbd14f0 add missing documentation

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 27, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 27, 2018

  • The dependency tippy.js was updated from 2.6.0 to 3.0.2.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

  • 3796125 3.0.2
  • c4036b2 add release script
  • 10bc304 backdrop animation tweaks
  • 8efa2e7 fix #305
  • b4278a7 fix #220: remove clip-path transition and replace with content fade technique
  • 54ced3c call disableEventListeners() if tip is not visible
  • b5495b1 docs
  • 5cf4589 fix margin issue with code in options table
  • 6910e3f add missing options; resolve #302
  • cec7dc2 improve build process UX
  • bf6b450 update .ignore files

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 28, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 28, 2018

  • The dependency tippy.js was updated from 2.6.0 to 3.0.3.

Update to this version instead 🚀

Commits

The new version differs by 15 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 8, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 8, 2018

  • The dependency tippy.js was updated from 2.5.3 to 3.0.4.

Update to this version instead 🚀

Commits

The new version differs by 19 commits.

  • 7550cd2 3.0.4
  • 46eccaa highlight v2 docs as (old)
  • 5dab9eb extra info for touchHold option
  • 3320e77 create validateOptions checker function
  • 34d0cb7 set flip: false for light-border theme
  • 7836615 ensure no context popups on mobile for touchHold demo
  • c39a2b9 wait until tooltip is unmounted before breaking rAF loop
  • 9bb02da only create new popperInstance if one has been created
  • 9b8d025 remove defer wrap in makeSticky
  • 3aedf42 fix touchHold option
  • 3adbe59 docs
  • 9bb494b add more themes for demo
  • 22ef0f3 Use textContent instead of innerHTML to inject CSS (#307)
  • 93820a0 docs
  • c606554 fix demo typos

There are 19 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 10, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 10, 2018

  • The dependency tippy.js was updated from 2.5.3 to 3.0.5.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • d62cc26 3.0.5
  • 27b3313 animateFill tweaks
  • d41bf94 animateFill tweaks
  • e1ffbef Fix followCursor jumpiness with fast transition duration (#315)
  • d1ba4a4 add notice to v2 docs about new version
  • c3cc118 quick fixes for old v2 docs

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 11, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 11, 2018

  • The dependency tippy.js was updated from 2.5.3 to 3.0.6.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 8896865 3.0.6
  • dd9b6c7 Fix setContent() resetting followCursor position (#318)
  • f4b513d docs
  • c0fa10f remove unnecessary properties for arrow style doc

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 30, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 30, 2018

  • The dependency tippy.js was updated from 2.5.3 to 3.1.0.

Update to this version instead 🚀

Commits

The new version differs by 39 commits.

  • e075d82 3.1.0
  • 679475f Remove custom themes
  • 2d5e53f Update demo themes
  • 92cf990 Adjust buttons-with-tooltips-on-touch.md with new state properties
  • 75f2af7 Document new state and props
  • f06a2db Add types for new state and props
  • 3d193c0 Add state.isMounted, state.isShown, and props.onMount() (#340)
  • 4e81f4e New themes: light-border and google (#339)
  • 2c58653 Allow empty content for event delegation; resolve #321
  • a8968c4 Ignore parsing content option; resolve #337
  • 3633613 Introduce types file for TypeScript module support (#329)
  • c849754 Only parse attribute option as JSON if required; resolve #331
  • f3714a7 docs
  • d8d6e37 improve technique for height transition
  • 8186121 import emojis from central location

There are 39 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 30, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 30, 2018

  • The dependency tippy.js was updated from 2.5.3 to 3.1.1.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 11, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 11, 2018

  • The dependency tippy.js was updated from 2.5.3 to 3.1.2.

Update to this version instead 🚀

Commits

The new version differs by 18 commits.

  • 1da5be7 3.1.2
  • 5939f30 Remove redundant properties
  • ae4b969 Remove unncessary ::before selector
  • 13f2528 Remove unnecessary if branch
  • 3e33c97 Refactor code into more appropriate location
  • c329a9e Add extra comments
  • 934938e Comment style changes
  • 85f7f50 Call prepareShow() instantly since the layout is built indeterminately anyway
  • e4fdfff Refactor browser vars into browser.js module
  • 64fa9c6 Sort defaults alphabetically
  • b6a0046 Add 'arrowType' to popperInstance-related props
  • f398ddd Add tests for data-tippy-content attribute
  • edfdb0b Disable popper events on create for followCursor
  • f374d0f Make touchstart passive; resolve #344
  • f22f85b Fix tooltip overflowing window boundaries when close to edge in followCursor mode

There are 18 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 11, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 11, 2018

  • The dependency tippy.js was updated from 2.5.3 to 3.1.3.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 14, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 14, 2018

  • The dependency tippy.js was updated from 2.5.3 to 3.2.0.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • e6c9462 3.2.0
  • 4afbffc Remove reference to tippy.useCapture()
  • 6bf1552 Use state.isMounted over state.isVisible in destroy()
  • 82be626 Deprecate tippy.useCapture(), make capture phase default for global click listener
  • 89cb61e Add characterData to the mutation observer

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 30, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 30, 2018

  • The dependency tippy.js was updated from 2.5.3 to 3.3.0.

Update to this version instead 🚀

Release Notes for v3.3.0

Features

Fixes

  • popper.js^1.14.6 includes position rounding fixes
  • Fix slight text blurriness on Safari when animateFill: true
  • google theme adheres to size option
  • Arrow centering fixes for light-border.css due to Popper.js issue
Commits

The new version differs by 21 commits.

  • b44a543 docs
  • 0494ad8 Add maxWidth to updatePopperElement
  • 502c8de Document maxWidth option
  • 376aa5a Add missing sizes for google theme
  • d95f046 14 kB → 15 kB
  • d096760 3.3.0
  • bc60250 Commit package-lock
  • 56067df Fix slight text blurriness issue on Safari
  • f767d30 Translate arrow by -1px to account for Popper.js positioning issue
  • 88c9f47 Safer .hasOwnProperty check
  • bead570 Less ambiguity
  • dbfbc17 Additional HTML Content examples; resolve #364
  • 9e04b43 Mention themes are external more clearly; resolve #189
  • ff47fe5 Reintroduce maxWidth option (#362)
  • 4a1ba2d Correct tippy src used in docs

There are 21 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 7, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 7, 2019

  • The dependency tippy.js was updated from 2.5.3 to 3.4.0.

Update to this version instead 🚀

Commits

The new version differs by 37 commits.

There are 37 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 12, 2019
greenkeeper bot added a commit that referenced this pull request Nov 26, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 26, 2019

  • The dependency tippy.js was updated from 2.5.3 to 5.1.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 29, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 29, 2019

  • The dependency tippy.js was updated from 2.5.3 to 5.1.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 13, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 13, 2020

  • The dependency tippy.js was updated from 2.5.3 to 5.1.4.

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 31, 2020

  • The dependency tippy.js was updated from 2.5.3 to 5.2.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 31, 2020
greenkeeper bot added a commit that referenced this pull request Feb 12, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 12, 2020

  • The dependency tippy.js was updated from 2.5.3 to 5.2.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 1, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 1, 2020

  • The dependency tippy.js was updated from 2.5.3 to 6.0.0.

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 5, 2020

  • The dependency tippy.js was updated from 2.5.3 to 6.0.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 5, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 11, 2020

  • The dependency tippy.js was updated from 2.5.3 to 6.0.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 11, 2020
greenkeeper bot added a commit that referenced this pull request Mar 11, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 11, 2020

  • The dependency tippy.js was updated from 2.5.3 to 6.0.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 16, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 16, 2020

  • The dependency tippy.js was updated from 2.5.3 to 6.1.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 3, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 3, 2020

  • The dependency tippy.js was updated from 2.5.3 to 6.1.1.

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 17, 2020

  • The dependency tippy.js was updated from 2.5.3 to 6.2.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 17, 2020
greenkeeper bot added a commit that referenced this pull request Apr 27, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 27, 2020

  • The dependency tippy.js was updated from 2.5.3 to 6.2.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 27, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 27, 2020

  • The dependency tippy.js was updated from 2.5.3 to 6.2.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 28, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 28, 2020

  • The dependency tippy.js was updated from 2.5.3 to 6.2.3.

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants