Skip to content

Tags: quassum/SwiftUI-Tooltip

Tags

v1.4

Toggle v1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added curveIn Arrow Shape (#31) * curve arrow * fix CR issue and compile error * fix rendering bag related with ppi --------- Co-authored-by: Denis Morozov <kramig@yandex-team.ru>

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
27: Set the frame with content sizes (#28) [27] remove etimated frame

v1.3

Toggle v1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Misc fixes (#26) * Impoved file structure * Refactored View extension to be more readable * Small refactors to have less logic in the TooltipModifier * Fixed animation issue #22 * Added zIndex to the config. Fixes #17 * Added width/height functionality to configuraton. Fixes #25

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add toggle to present and dismiss tooltip on demand (#21) * feat: add isEnabled to toggle tooltip visibility * refactor: remove implicit animation and add transition modifier * refactor: remove scale in transition and use opacity only. * fix: move transition modifier to tooltipBody instead of content * feat: add transition configuration * refactor: rename isEnabled to enabled. Shift enabled argument as first argument to remove label requirement. * refactor: add default true value to enabled argument * refactor: remove Binding property wrapper on enabled * feat: add function definitions for tooltip for backwards compatibility * refactor: remove unnecessary enabled argument

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #18 from quassum/fix-background-color-artifact Fixed background color artifact

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #15 from arielelkin/patch-1 fix Invalid Exclude build warning

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #13 from quassummanus/feature/automatically-sized-… …content Fixed content overflow for small parent views

v1.1.0

Toggle v1.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Added shields to README.md 

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #10 from quassummanus/bugfix/unnecessary-public-pr… …otocol-properties Removed public modifiers from config protocol

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #9 from quassummanus/bugfix/access-control-final-fix Fixed access control on more properties and initialisers