You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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 and includeBlanks 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.