Skip to content

Releases: AndrewKuliahin96/compose-calendar-view

0.1.1

20 Mar 16:41
Compare
Choose a tag to compare

🍏 Features

  • Added calendar bounds for different calendar types
  • Updated Gradle

Full Changelog: 0.1.0...0.1.1

0.1.0

18 Mar 09:39
Compare
Choose a tag to compare

🍏 Features

  • Updated day theming and condition theming
  • Added month bounds (currently not stable)

Full Changelog: 0.0.6...0.1.0

0.0.6

10 Mar 09:29
7e1b2ab
Compare
Choose a tag to compare

🍏 Features

  • Docs update

What's Changed

Full Changelog: 0.0.5...0.0.6

0.0.5

09 Mar 19:07
Compare
Choose a tag to compare

🍏 Features

  • replaced CalendarFlowRow with CalendarBody
  • Improved performance
  • Added possibility to pass selected values
  • Moved date-specific theme from CalendarTheme
  • Updated paging sources (make week-compatiblea)
  • Added week mode (single-line)
  • Added userScrollEnabled property
  • Removed calendarHeight property
  • Added WeekDaysRow
  • Optimized calendar header
  • Updated example, moved from app to example module
  • README.md

Full Changelog: 0.0.4...0.0.5

0.0.4

08 Mar 22:37
b658f7c
Compare
Choose a tag to compare

🍏 Features

  • Added multiple selection type
  • Added unselect single date option
  • Moved onMonthChanged to calendarType param
  • Added onWeekChanged for WeekSingleLine type
  • Updated example
  • README.md

🪲 Bug Fixes

  • Fixed conditionaly customized and today's date selection

0.0.3

07 Mar 22:22
Compare
Choose a tag to compare

🍏 Features

  • Removed unused dependencies
  • Added Kotlin docs
  • Updated calendarType property, removed calendarExpanded and calendarSwipeDirection properties
  • Make CalendarViewModel open
  • Updated example
  • Updated README.md
  • Removed TODO-s, added Github PR and issues rules, added funding links, code of conduct

Full Changelog: 0.0.2...0.0.3

0.0.2

06 Mar 22:41
769c5b9
Compare
Choose a tag to compare

🍏 Features

  • Added showHeader option
  • Added onMonthChanged function
  • Added conditional-based date view customization (onDateRender function)
  • Updated example
  • Updated README.md

🪲 Bug Fixes

  • Horizontal/vertical swipes wrong behavior
  • Month name glitching on month changing

What's Changed

  • Fixed horizontal/vertical swipes, fixed month glitching on change, up… by @AndrewKuliahin96 in #3

Full Changelog: 0.0.1...0.0.2

0.0.1

06 Mar 19:28
Compare
Choose a tag to compare

🍏 Features

  • 🌈 Customizable theme
  • 📑 Based on Android Paging library
  • 🧭 Horizontal and Vertical swipe direction
  • 🎲 Single/multiple dates selection
  • ⚡️ Static/dynamic weekdays
  • 🈯️ Customizable locale
  • 💠 Customizable dates shape

What's New

Full Changelog: https://github.com/AndrewKuliahin96/compose-calendar-view/commits/0.0.1