Skip to content

Releases: pdil/PDColorPicker

PDColorPicker v0.8.5

20 Oct 20:07
30d415a
Compare
Choose a tag to compare

Released Friday, October 20, 2023.

  • Update author email.

PDColorPicker v0.8.4

25 Aug 15:28
731374c
Compare
Choose a tag to compare

Released Friday, August 25, 2023.

  • Set minimum deployment target to iOS 11.
  • Minor updates to ensure compatibility with modern iOS projects.

PDColorPicker v0.8.3

14 Jun 21:02
e20200b
Compare
Choose a tag to compare

Released Friday, June 14, 2019.

  • Updated to support Swift 5.
  • Made further fixes to appearance on devices of various orientations and screen sizes.

PDColorPicker v0.8.2

25 Oct 00:27
ca4e4fd
Compare
Choose a tag to compare

Released on Wednesday, October 24, 2018.

  • Renamed HexStringCase cases to upper and lower.
    • .uppercase and .lowercase are now marked as deprecated and will be removed at a later date (probably version 1.0).
  • Fixed appearance of color picker on smaller devices and when device orientation changes.

PDColorPicker v0.8.1

20 Oct 20:34
7aefc80
Compare
Choose a tag to compare

Released on Saturday, October 10, 2018.

  • Added ability to select case for hex string (HexStringCase.uppercase or HexStringCase.lowercase) via the hexStringCase property of PDColorPickerViewController.
    • Examples: #02af93 vs #02AF93.
  • Updated to support Swift 4.2, iOS 12, and Xcode 10.
  • Ignore smart invert colors in dimming view to prevent white glow.

PDColorPicker v0.8.0

18 Apr 02:41
83fdbaf
Compare
Choose a tag to compare
  • Added ability to tap grid/slider to change color (without panning) (PR #12 by @bennyjr33)
  • Added ability to toggle drag and drop functionality.
    • Set allowsDragAndDrop to true or false in PDColorPicker.
  • Updated to support Swift 4.1.

PDColorPicker v0.7.0

07 Nov 02:12
Compare
Choose a tag to compare
  • Added support for Smart Invert Colors.
    • Set supportsSmartInvertColors to true or false in PDColorPickerViewController.
  • Added Pull Request and Issue templates.

Bug Fixes

  • Changed some property declarations for consistency.
  • Fixed codecov.yml template.
  • Fixed example code in README.

PDColorPicker v0.6.0

19 Sep 22:29
Compare
Choose a tag to compare
  • Now supports Swift 4.0
    • For projects that don't support Swift 4.0, install from the swift-3.2 branch.

Minor improvements

  • Added Contributing guidelines to repository (will be updated over time)
  • Improved code coverage for tests

PDColorPicker v0.5.0

03 Sep 04:35
Compare
Choose a tag to compare

Improvements

  • The status bar style no longer needs to be set by the presenting view controller (managed by PDColorPickerViewController)

Bug Fixes

  • Fixed issue with slider circle offset not working in PDColorPickerGridView
    • This was caused by not checking to see if constraints had already been set in PDColorPickerViewController

PDColorPicker v0.4.1

01 Sep 03:27
Compare
Choose a tag to compare

Improvements

  • Improved framework documentation.

Bug Fixes

  • Fixed rotation issue with dimming view (issue #8)