Skip to content

0.2.0

Compare
Choose a tag to compare
@mtktsl mtktsl released this 13 Nov 15:54
· 26 commits to main since this release
019651a

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 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.

Full Changelog: 0.1.5...0.2.0