Skip to content

Latest commit

 

History

History
515 lines (281 loc) · 8.76 KB

CHANGELOG.md

File metadata and controls

515 lines (281 loc) · 8.76 KB

6.6.6 Release notes (2019-10-03)

API Breaking Changes

  • Nothing

Enhancements

  • Nothing

Bugfixes

  • Update to Swift 5.0
  • Support for Xcode 11

6.6.5 Release notes (2019-01-06)

API Breaking Changes

  • Nothing

Enhancements

  • Nothing

Bugfixes

  • Update to Swift 4.2

6.6.4 Release notes (2018-08-19)

API Breaking Changes

  • Nothing

Enhancements

  • add: demo code for showing selected value on StringPickerPopover.

Bugfixes

  • Nothing

6.6.3 Release notes (2018-08-11)

API Breaking Changes

  • Nothing

Enhancements

  • Nothing

Bugfixes

  • fix: fontSize of StringPickerPopover do not work. fontSize has been accorded priority over font's pointSize.

6.6.2 Release notes (2018-06-21)

API Breaking Changes

  • Nothing

Enhancements

  • add: TextFeildCell for demo

Bugfixes

  • fix: dimmedView does not disappear.

6.6.1 Release notes (2018-06-11)

API Breaking Changes

  • Nothing

Enhancements

  • Nothing

Bugfixes

  • fix: dismiss() is not called correctly.

6.6.0 Release notes (2018-06-03)

API Breaking Changes

  • Nothing

Enhancements

  • add: setDimmedBackgroundView(enabled:)

Bugfixes

  • fix: arrow and naviBar are diffrent colors
  • fix: circular references in appear() and disappearAutomatically()
  • refactor: added VoidHandlerType

6.5.2 Release notes (2018-05-28)

API Breaking Changes

  • Nothing

Enhancements

  • Nothing

Bugfixes

  • fix: wierd view color of DatePickerPopover

6.5.1 Release notes (2018-05-27)

API Breaking Changes

  • Nothing

Enhancements

  • Nothing

Bugfixes

  • Refactor: polish code

6.5.0 Release notes (2018-05-27)

API Breaking Changes

  • Nothing

Enhancements

  • Add: setClearButton() to String/ColumnStringPickerPopover.

Bugfixes

  • Fix: setSelectedRow/Rows() don't work correctly.

6.4.0 Release notes (2018-05-24)

API Breaking Changes

  • Nothing

Enhancements

  • Add: setOutsideTapDismissing(allowed:) to popovers. It makes dismissing of popover by tapping outside of it avilable or not.

Bugfixes

  • Nothing

6.3.1 Release notes (2018-05-21)

API Breaking Changes

  • Nothing

Enhancements

  • Nothing

Bugfixes

  • Fix: popover navi bar color is different from parent navi bar color #83

6.3.0 Release notes (2018-05-20)

API Breaking Changes

  • Nothing

Enhancements

  • add: font parameter to setDone/Cancle/ClearButton() for each popover #82

Bugfixes

  • Nothing

6.2.1 Release notes (2018-05-19)

API Breaking Changes

  • Nothing

Enhancements

  • Nothing

Bugfixes

  • Fix: crash when tapping done/cancel button with no items set String/ColumnStringPickerPopover #85
  • Fix: wired arrow color when setting navigation bar color globally. #83

6.2.0 Release notes (2018-05-13)

API Breaking Changes

  • Nothing

Enhancements

  • Add: setValueChange(action:) for all popovers

Bugfixes

  • Nothing

6.1.0 Release notes (2018-02-09)

API Breaking Changes

  • Nothing

Enhancements

  • Add: setCornerRadius() for popover

Bugfixes

  • Nothing

6.0.1 Release notes (2018-02-02)

API Breaking Changes

  • Nothing

Enhancements

  • Added the new sample code about how to use StringPickerPopover with UITextField.

Bugfixes

  • Nothing

6.0.0 Release notes (2018-01-28)

API Breaking Changes

  • Change ColumnStringPickerPopover setFontSize() to setFontSizes().

Enhancements

  • Added setFont(), setFontColor() and setFontSize() to StringPickerPopover.
  • Added setFonts(), setFontColors() and setFontSizes() to ColumnStringPickerPopover

Bugfixes

*Fixed minor bugs.

5.3.0 Release notes (2017-08-04)

API Breaking Changes

  • None

Enhancements

  • Supports for adding UIImage to string directly

Bugfixes

  • None

5.2.3 Release notes (2017-08-03)

API Breaking Changes

  • None

Enhancements

  • None

Bugfixes

  • Remove cartfile to avoid circular reference when installing it via carthage

5.2.2 Release notes (2017-07-30)

API Breaking Changes

  • None

Enhancements

  • None

Bugfixes

  • Fix that cancelButton is set to nil on iOS 11

5.2.1 Release notes (2017-07-28)

API Breaking Changes

  • None

Enhancements

  • Add Podfile and Cartfile

Bugfixes

  • The demo target bundle identifier has been changed to "ge-nie-inc.SwiftyPickerPopoverDemo"

5.2.0 Release notes (2017-07-26)

API Breaking Changes

  • None

Enhancements

  • Add setLocale() to DatePickerPopover
  • Improve comments and polish code

Bugfixes

  • None

5.1.2 Release notes (2017-07-23)

API Breaking Changes

  • None

Enhancements

  • Improve the layout of SampleViewController

Bugfixes

  • None

5.1.1 Release notes (2017-07-22)

API Breaking Changes

  • None.

Enhancements

  • None

Bugfixes

  • Fix circular reference.
  • Fix that popover size cannot be set correctly when tapping clear button.
  • Fix that another popover will unintentionally disapper after the specified time when executing disappearAutomatically().

5.1.0 Release notes (2017-07-14)

API Breaking Changes

  • None.

Enhancements

  • Add setSize() to resize popover.

Bugfixes

  • None.

5.0.0 Release notes (2017-07-13)

API Breaking Changes

  • Rename baseView: to baseViewWhenOriginViewHasNoSuperview: of AbstractPopover's appear(), configureNavigationController() and configureNavigationController().

Enhancements

  • When the originView has its superview, you no longer need to set baseView:, which has been renamed to baseViewWhenOriginViewHasNoSuperview:.

Bugfixes

  • None.

4.2.0 Release notes (2017-07-12)

API Breaking Changes

  • None.

Enhancements

  • Add color: to setDoneButton(), setCancelButton() and setClearButton().

Bugfixes

  • None.

4.1.1 Release notes (2017-07-11)

API Breaking Changes

  • None.

Enhancements

  • Polish code of StringPickerPopover's attributedTitleForRow.

Bugfixes

  • None.

4.1.0 Release notes (2017-07-09)

API Breaking Changes

  • None.

Enhancements

  • Add setRowHeight() to StringPickerPopover.
  • Add setImageNames() to StringPickerPopover to dispay image like UITableViewCell.

Bugfixes

  • None.

4.0.1 Release notes (2017-05-17)

API Breaking Changes

  • None.

Enhancements

  • None.

Bugfixes

  • Fix that .date style DataPicker crashes on iOS 9.x.

4.0.0 Release notes (2017-04-24)

API Breaking Changes

  • Change setXxxAction() to setXxxButton().

Enhancements

  • Add setArrowColor().

Bugfixes

  • None.

3.0.4 Release notes (2017-04-21)

API Breaking Changes

  • None.

Enhancements

  • None.

Bugfixes

  • fix that setSelectedRow() does not work.

3.0.3 Release notes (2017-04-19)

API Breaking Changes

  • None.

Enhancements

  • add Japanese localization to Demo.

Bugfixes

  • fix "Could not find a storyboard named 'StringPickerPopover' in bundle NSBundle".