Skip to content

Releases: quassum/SwiftUI-Tooltip

v1.4

10 May 11:03
3bef9a2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.4

v1.3.1

27 Dec 20:01
9e8e67a
Compare
Choose a tag to compare

What's Changed

  • 27: Border not visible on self sized tooltip by @jsivanes in #28

New Contributors

Full Changelog: v1.3...v1.3.1

v1.3

28 Aug 16:27
78d5f00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3

v1.2.0

26 Apr 05:29
9f617c2
Compare
Choose a tag to compare

What's Changed

  • Add toggle to present and dismiss tooltip on demand by @chenium in #21

New Contributors

Full Changelog: v1.1.3...v1.2.0

v1.1.3

21 Mar 08:23
b1f0d41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2

10 Nov 05:35
01dae00
Compare
Choose a tag to compare
  • Removed unnecessary exclude field in package.swift

v1.1.1

02 Aug 14:23
930d941
Compare
Choose a tag to compare
  • Fixed content overflow, when view tooltip is attached to, is bigger than the tooltip itself.
  • Updated README
  • Added Github Workflow

v1.1.0

15 Jul 16:14
Compare
Choose a tag to compare
  • Added configurable background color, with a new property in the TooltipConfig protocol.
  • Updated README with more documentation.

v1.0.4

15 Jul 15:00
b45b431
Compare
Choose a tag to compare
  • Removed public modifiers from protocol properties.

v1.0.3

13 Jul 07:36
0d19691
Compare
Choose a tag to compare

In this release:

  • Added missing public keywords to initializers and some properties