Releases: jordanbaird/ColorWellKit
ColorWellKit 1.1.2
This release includes minor internal changes.
Full Changelog: 1.1.1...1.1.2
ColorWellKit 1.1.1
This release introduces some minor documentation changes. Users do not need to update.
Full Changelog: 1.1.0...1.1.1
ColorWellKit 1.1.0
This release adds the ability to set the system color panel's mode using colorPanelMode
on CWColorWell
and the colorPanelMode(_:)
modifier on View
. When a color well that has had a mode set is activated, the system color panel will update its mode accordingly.
Full Changelog: 1.0.1...1.1.0
ColorWellKit 1.0.1
This release includes a hot fix for a bug that was causing ColorWell
to receive events from other windows (specifically, its own popover).
Full Changelog: 1.0.0...1.0.1
ColorWellKit 1.0.0
The first major release of ColorWellKit
!
The API is now stable.
Breaking
- As this is a major release, all deprecated symbols have been removed.
ColorWell
(the Cocoa component) has been renamed toCWColorWell
ColorWellView
(the SwiftUI component) has been renamed toColorWell
Full Changelog: 0.3.0...1.0.0
ColorWellKit 0.3.0
This release deprecates ColorWell.PopoverConfiguration
. Use ColorWell
's secondaryAction
to create a custom popover.
Full Changelog: 0.2.0...0.3.0
ColorWellKit 0.2.0
- Rename
PopoverConfiguration.Layout
toPopoverConfiguration.ContentLayout
- Rename
standard
andswatches
color well styles todefault
andminimal
to align with Apple API - Require Swift 5.9
- Tweak SwiftUI view intrinsic content size
- Add availability attributes to ColorWellStyle
- Misc internal and repository level changes
Full Changelog: 0.1.0...0.2.0
ColorWellKit 0.1.0
Initial release