Changelog

Version 0.0.1

Initial Release

  • Basic calendar functionality with weekly, bi-weekly, and monthly views.

  • Support for date selection (selectedDate and endSelectedDate).

  • Dynamic generation of visible days using navigationDate.

  • Customizable view modes (calendarViewMode).

  • Options to hide view mode buttons (hideViewModeButton) and month/year selection (hideMonthAndYearSelection).

Version 0.0.2

New Features

  • Added selectedDateTextColor parameter to customize the text color of the selected date (or range end date).

  • Moved page update logic to internal component actions, eliminating the need for "Update page on changes" to avoid layout issues.

  • Created a test date list (List<DateTime>) for easier calendar population and testing.

Bug Fixes

  • Resolved layout issues caused by enabling "Update page on changes."

Version 0.0.3

New Features

  • Added languageCode parameter to allow setting the calendar’s general language dynamically. Simply pass the value from "Localization > Current Language Code" to ensure proper localization.

Bug Fixes

  • Fixed an issue where the calendar was inheriting the language settings from the project in which the library was created instead of the project where it was used. Now, language settings can be manually specified using the new languageCode parameter.

Version 0.0.4

Bug Fixes

  • Fixed an issue where the startDate parameter was not being applied correctly when the calendar was loaded in weekly or bi-weekly view modes. Now, the calendar properly respects the startDate parameter regardless of the view mode.

Last updated