Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Releases: DevYeom/YYCalendar

1.3.3

15 Apr 11:31
Compare
Choose a tag to compare

Customizable LangType

Added

  • Support custom langType. (Please check README for more details)

1.3.2

15 Apr 09:10
Compare
Choose a tag to compare

Support iOS 13, Swift 5.2

Changed

  • Remove all the codes related to keyWindow.
  • Support landscape mode.

Fixed

  • Some warning issues
  • Manually adding a window issue.

1.3.0

17 Sep 03:20
Compare
Choose a tag to compare

Add a new langType

Added

  • CHN langType

Fixed

  • wrong JPN langType name

1.2.2

13 Aug 08:52
Compare
Choose a tag to compare

Fix a bug

Fixed

  • change selectHandler type from non-escaping closure to escaping closure

1.2.1

09 Aug 05:52
Compare
Choose a tag to compare

New Customizable Properties

Added

  • customizable two properties
    • dayButtonStyle (roundishSquare, square, circle)
    • selectedDayColor

Changed

  • change the property type in image enumeration
    • from static to computed property

Fixed

  • get rid of unused code

1.2.0

31 Jul 07:47
Compare
Choose a tag to compare

Customizable Calendar Style

Added

  • public modifier to the calendar style properties

Changed

  • directory structure
  • seperating calendar components source code (normal, limited)

1.1.0

22 Jul 06:47
Compare
Choose a tag to compare

New Calendar Type

Added

  • two calendar types (normal, limited)

Changed

  • indentation style (tab -> space)

Fixed

  • remove duplicated codes

1.0.3

04 Jul 12:49
Compare
Choose a tag to compare

Support Objective C, Swift 5

Added

  • add @objcMembers to YYCalendar.swift
  • Conversion to Swift 5
  • Migrating to Swift 5

1.0.2

25 Jun 02:12
Compare
Choose a tag to compare

New Calendar

Added

  • Basic Calendar
  • Available to any date format
  • Support localizing ENG, KOR CHN