Skip to content

Latest commit

 

History

History
226 lines (126 loc) · 9.24 KB

CHANGELOG.md

File metadata and controls

226 lines (126 loc) · 9.24 KB

Change Log

Version 2.5.0 - March 27, 2019

Full Changelog

Release Notes

  • Updates project to Swift 5.0.

Merged Pull Requests

Version 2.4.1 - November 21, 2018

Full Changelog

Release Notes

  • Updates project to Swift 4.2.

Closed Issues

  • To show selected month title without selecting 1st day of the month #40

Merged Pull Requests

Version 2.4.0 - June 7, 2018

Full Changelog

Release Notes

  • Updates project to Swift 4.1.

Closed Issues

  • Date issue in didselectDate #38

Merged Pull Requests

Version 2.3.1 - January 2, 2018

Full Changelog

Release Notes

  • Fixes a bug that caused the calendar to incorrectly calculate the dates for the first week of the year when using GCCalendarDisplayMode.week.

Closed Issues

  • Incorrect date after year change #37

Version 2.3.0 - December 5, 2017

Full Changelog

Release Notes

  • Adds option to programmatically select a specific date.

Closed Issues

  • Select Specific Date #35

Merged Pull Requests

Version 2.2.3 - October 8, 2017

Full Changelog

Release Notes

  • Improves documentation.

Closed Issues

  • GCCalendarView.currentMonthStartDate returns wrong Date #31

Version 2.2.2 - October 8, 2017

Full Changelog

Release Notes

  • Improves documentation.
  • Adds .swift-version file.

Version 2.2.1 - September 22, 2017

Full Changelog

Release Notes

  • Fixes bugs related to regions with weeks that start on days other than Sunday.

Closed Issues

  • Set first day #27
  • Not works correctly if first day of week is not Sunday #24

Merged Pull Requests

Version 2.2.0 - September 21, 2017

Full Changelog

Release Notes

  • Updates project to Swift 4.0.

Merged Pull Requests

Version 2.1.1 - April 9, 2017

Full Changelog

Release Notes

  • Fixes bugs related to regions with weeks that start on days other than Sunday.

Closed Issues

  • Not works correctly if first day of week is not Sunday #24

Merged Pull Requests

Version 2.1.0 - March 29, 2017

Full Changelog

Release Notes

  • Updates project to Swift 3.1.

Merged Pull Requests

Version 2.0.1 - March 13, 2017

Full Changelog

Release Notes

  • Adds completed documentation.

Version 2.0.0 - March 11, 2017

Full Changelog

Release Notes

  • Updates project to Swift 3.0 (including syntax changes, renamed functions, etc.).
  • Replaces GCCalendarViewController with GCCalendarView and GCCalendarViewDelegate.
  • Adds localized calendar compatibility.
  • Removes auto-updating calendar display mode.

Implemented Enhancements

  • Swift 3 support #22
  • persian number #19

Closed Issues

  • Can i place custom view under every day view? #20

Merged Pull Requests

Version 1.1.3 - April 3, 2016

Full Changelog

Release Notes

  • Fixes a bug that caused some previous weeks to be hidden if past days were disabled.

Merged Pull Requests

Version 1.1.2 - March 29, 2016

Full Changelog

Release Notes

  • Clean implementation using GCCalendarViewController.
  • Simple today button integration using self.calendarView.today().
  • Extensive customization options including colors, fonts, and past day disabling.
  • Two calendar modes (week and month) with optional auto-switching based on device orientation.

Merged Pull Requests