Version 2.5.0 - March 27, 2019
Release Notes
- Updates project to Swift 5.0.
Merged Pull Requests
- Update to Swift 5 #43 (graycampbell)
Version 2.4.1 - November 21, 2018
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
- Update to Swift 4.2 #41 (graycampbell)
Version 2.4.0 - June 7, 2018
Release Notes
- Updates project to Swift 4.1.
Closed Issues
- Date issue in didselectDate #38
Merged Pull Requests
- Update to Swift 4.1 #39 (graycampbell)
Version 2.3.1 - January 2, 2018
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
Release Notes
- Adds option to programmatically select a specific date.
Closed Issues
- Select Specific Date #35
Merged Pull Requests
- Add option to programmatically select a specific date (#35) #36 (graycampbell)
Version 2.2.3 - October 8, 2017
Release Notes
- Improves documentation.
Closed Issues
- GCCalendarView.currentMonthStartDate returns wrong Date #31
Version 2.2.2 - October 8, 2017
Release Notes
- Improves documentation.
- Adds
.swift-version
file.
Version 2.2.1 - September 22, 2017
Release Notes
- Fixes bugs related to regions with weeks that start on days other than Sunday.
Closed Issues
Merged Pull Requests
- Bug fixes #32 (graycampbell)
Version 2.2.0 - September 21, 2017
Release Notes
- Updates project to Swift 4.0.
Merged Pull Requests
- Update to Swift 4 #30 (graycampbell)
- Add redesigned banner #28 (graycampbell)
Version 2.1.1 - April 9, 2017
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
- Fix bugs related to regions w/o Sunday as 1st weekday #26 (graycampbell)
Version 2.1.0 - March 29, 2017
Release Notes
- Updates project to Swift 3.1.
Merged Pull Requests
- Update to Swift 3.1 #25 (graycampbell)
Version 2.0.1 - March 13, 2017
Release Notes
- Adds completed documentation.
Version 2.0.0 - March 11, 2017
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
Closed Issues
- Can i place custom view under every day view? #20
Merged Pull Requests
- Update to Swift 3 and GCCalendarViewDelegate #21 (graycampbell)
Version 1.1.3 - April 3, 2016
Release Notes
- Fixes a bug that caused some previous weeks to be hidden if past days were disabled.
Merged Pull Requests
- Refactoring #18 (graycampbell)
- Fix bug that hid weeks in month view when past days were disabled #17 (graycampbell)
Version 1.1.2 - March 29, 2016
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
- Today #16 (graycampbell)
- Testing #15 (graycampbell)
- Week view #14 (graycampbell)
- Add documentation #13 (graycampbell)
- Fix issues #12 (graycampbell)
- Calendar #11 (graycampbell)
- Stacking #10 (graycampbell)
- Calendar #9 (graycampbell)
- Improve layout and day selection and add day view selection animations #8 (graycampbell)
- Get selection and layout working #7 (graycampbell)
- Demo #6 (graycampbell)
- Demo #5 (graycampbell)
- Demo #4 (graycampbell)
- Getting started #3 (graycampbell)
- 1.0.0 #1 (graycampbell)