CVCalendar v1.5.0 Release Notes

Release Date: 2017-03-24 // about 7 years ago
  • Full Changelog

    Implemented enhancements:

    • Select Date Range #12

    πŸ›  Fixed bugs:

    • Year is stuck on current year. #403
    • Month with 6 rows not always showing days in the 6th row #396
    • βœ… Unable to use CVCalendar in asynchronous unit tests #380

    Closed issues:

    • Project doesn't compile on master branch #433
    • didShowNextMonthView & didShowPreviousMonthView #432
    • How do I jump to the next year? #431
    • Manual installation #422
    • can i multi select days with this library. I want to select and colour multiple dates at once #421
    • Select dayOut and change month #418
    • FUNCTION SUPPLEMENTARYVIEW #417
    • How do I set start and end date range in the Calendar? #416
    • Question: Is there a way to change between month view and week view if the device is rotated #415
    • How to enable selection for current day #413
    • How do i Jump to next or previous Year? #410
    • Weekview not showing #409
    • supplementaryView shown on wrong day #408
    • RTL orientation #406
    • CVCalendar 1.4.1 not in Cocoapods old repository #405
    • Month View Frame change #402
    • How do I add events to the calendar? #401
    • CVCalendar rendering all views on Sunday. #398
    • Distance between monthLabel and weekday symbols #397
    • Month with 6 Rows Not always showing 6th row. #395
    • How Can I scroll previous and following calendar view using custom button tap in swift? #394
    • 🚚 how to move to current month view? #393
    • ⚑️ CVCalendar Demo Crash in presentedDateUpdated() when unwrapping optional #391
    • CVCalendarViewAppearance.swift #388
    • Using CVCalendar with Swift 2.2 #366
    • 🚚 There is no way to remove preliminary view #364
    • ⚑️ Update project short description #362
    • Incorrect date on dotMarker(shouldShowOnDayView dayView: DayView) -> Bool #360
    • EXPLANATION "SUPPLEMENTARY VIEW" #352
    • Get start and end date for Month and week respectively for both mode #317
    • Set custom date #251
    • βž• Add Ability to switch between Calendars & Locales #197
    • didShowNextMonthView and didShowPreviousMonthView not being called #188

    πŸ”€ Merged pull requests:

    • πŸ›  Fix #433 #435 (elsesiy)
    • πŸ›  fix issue where 'out' dates still selectable when should be disabled #424 (esetnik)
    • Set proper day view text color during the initialization for current date; #414 (Antondomashnev)
    • SupplementaryView-Demo-Standardization #412 (DannyJi)
    • πŸ›  Fix demo’s drawing of supplementary view. #411 (justinctlam)
    • πŸ‘‰ Make sure to construct the calendar before anything uses it. Make sure to always use the calendar from the delegate instead of the current calendar. #404 (justinctlam)
    • Weakify the animation callbacks; #400 (Antondomashnev)
    • πŸ›  Fixed crash in demo #392 (justinctlam)
    • 0️⃣ Use Calendar.current as a default for CVDate; #390 (Antondomashnev)
    • ⚑️ Change from nil to a new value is a update #389 (IsanHu)