Skip to content

Releases: jordanbaird/ColorWellKit

ColorWellKit 1.1.2

29 Dec 20:04
42fd8c4
Compare
Choose a tag to compare

This release includes minor internal changes.

Full Changelog: 1.1.1...1.1.2

ColorWellKit 1.1.1

19 Dec 05:53
848b656
Compare
Choose a tag to compare

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

18 Dec 22:49
8330cc5
Compare
Choose a tag to compare

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

17 Dec 19:35
a51f08e
Compare
Choose a tag to compare

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

17 Dec 14:39
088f94a
Compare
Choose a tag to compare

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 to CWColorWell
  • ColorWellView (the SwiftUI component) has been renamed to ColorWell

Full Changelog: 0.3.0...1.0.0

ColorWellKit 0.3.0

14 Dec 01:13
Compare
Choose a tag to compare

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

18 Nov 14:43
27dbbf4
Compare
Choose a tag to compare
  • Rename PopoverConfiguration.Layout to PopoverConfiguration.ContentLayout
  • Rename standard and swatches color well styles to default and minimal 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

07 Oct 20:59
487ecfd
Compare
Choose a tag to compare

Initial release