CalendarView v1.0.0 Release Notes
Release Date: 2020-11-08 // almost 4 years ago-
- โ Remove deprecated fields and methods.
- โ Remove month range update in the setup method. Calling this method multiple times will perform a full setup as expected. To update the start or end month, please use
updateMonthRange()
orupdateMonthRangeAsync()
.
Previous changes from v0.4.5
-
- ๐ Fix calendar measure logic.
- ๐ Update method documentation.