0.2.0
What's Changed
-
[Feature]: OBCalendar has now a default appearance without needing to provide 3 closures to init.
It has now 3 optional modifiers for easier calendar creation.
by @mtktsl in #4 -
[Feature]: Computed Properties for CalendarModel.Day for RangeType and DateType Calculations by @mtktsl in #3
-
Additional notes:
dateDrawingRange
andincludeBlanks
options are added to init method of the OBCalendar.
includeBlanks
option decides to call the dayModifier closure for areas that should be blank. Default is false.
Full Changelog: 0.1.5...0.2.0