Releases: quassum/SwiftUI-Tooltip
Releases · quassum/SwiftUI-Tooltip
v1.4
v1.3.1
v1.3
v1.2.0
v1.1.3
What's Changed
- Fixed background color artifact by @bring-shrubbery in #18
Full Changelog: v1.1.2...v1.1.3
v1.1.2
- Removed unnecessary exclude field in
package.swift
v1.1.1
- Fixed content overflow, when view tooltip is attached to, is bigger than the tooltip itself.
- Updated README
- Added Github Workflow
v1.1.0
- Added configurable background color, with a new property in the
TooltipConfig
protocol. - Updated README with more documentation.
v1.0.4
- Removed
public
modifiers from protocol properties.
v1.0.3
In this release:
- Added missing
public
keywords to initializers and some properties