material-calendarview v1.4.0 Release Notes

Release Date: 2016-06-23 // almost 8 years ago
    • New: Add select range functionality. Use setSelectionMode(MaterialCalendarView.SELECTION_MODE_RANGE) and setOnRangeSelectedListener
    • ๐Ÿ— Breaking Change: setFirstDayOfWeek, setMin/MaxDate, and setCalendarDisplayMode are moved to a State object. Call mcv.state().edit() to edit them and commit the changes with commit. See [CUSTOMIZATION_BUILDER](docs/CUSTOMIZATION_BUILDER.md) for usage details.
    • ๐Ÿ“š Change: Updated documentation regarding 1.3.0 additions
    • ๐Ÿ›  Fix: Current month and title pager updates correctly if minDate is set after the current month
    • ๐Ÿ›  Fix: Week number difference calculation correctly accounts for DST offsets. Thanks Igor Levaja!
    • ๐Ÿ›  Fix: Date formatter uses L instead of M for month (standalone instead of context sensitive)