forked from tvkhoa/react-tippy
-
Notifications
You must be signed in to change notification settings - Fork 0
Update tippy #2
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
Open
jediofthecode
wants to merge
59
commits into
master
Choose a base branch
from
update-tippy
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update tippy #2
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
added l in HeaderWithTooltip
… just correcting for #PR24
This lets us legally put <span>s inside <p>s and squash error message in https://github.com/tvkhoa/react-tippy/issues/30 https://github.com/tvkhoa/react-tippy/issues/64
…undefined Fix settings of undefined
fixed component name
to reduce package size and speed up download
chore: add pkg.files
feat (Typescript): Add typescript support , work done by @Metavirulen with PR fixes.
Bumps [merge](https://github.com/yeikos/js.merge) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/yeikos/js.merge/releases) - [Commits](swordev/merge@v1.2.0...v1.2.1) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.0 to 3.0.2. - [Release notes](https://github.com/justmoon/node-extend/releases) - [Changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md) - [Commits](justmoon/node-extend@v3.0.0...v3.0.2) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 4.18.2. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v3.19.0...v4.18.2) Signed-off-by: dependabot[bot] <support@github.com>
There should be the end.
check browser support and don't initialize tippy if not supported
`"fade scale" -> "fade" | "scale"`
fix typescript animation type
…end-3.0.2 Bump extend from 3.0.0 to 3.0.2
…int-4.18.2 Bump eslint from 3.19.0 to 4.18.2
…ge-1.2.1 Bump merge from 1.2.0 to 1.2.1
Feat: Allow popper to receive zIndex from user settings
…r-tooltip-trigger Custom tag element for tooltip trigger
+ rename reactDOMRef to reactDOMValue
Use official ReactDOM.createPortal to support new React context api
Check shown is function before call
Author
|
This can't be merged until our dep updates are ready |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds upstream commits and tags, update react to v18.