Skip to content

v1.0.0-alpha.11

Pre-release
Pre-release
Compare
Choose a tag to compare
@JonasWanke JonasWanke released this 24 Jan 17:26
· 73 commits to main since this release
4815598

⚠️ BREAKING CHANGES

  • Add DateScrollActivity and subclasses. dateController.value.activity tells you the current activity and even the target when currently animating between dates. This is breaking because dateController.value now stores a DatePageValueWithScrollActivity instead of a DatePageValue (59b0eb4), closes: #110

🎉 New Features

  • add DateDiagnosticsProperty (469a0de)
  • implement Diagnosticable for VisibleDateRange and DatePageValue (8855d85)

🐛 Bug Fixes

  • cancel ongoing animations when jumping in DateController/TimeController (c0167c2), closes: #135
  • honor maximum constraints in WeekIndicator (8e0315c), closes: #131
  • fix MonthPageView's shrink-wrapped height when jumping to far-away date (763661e)
  • fix allDayEventBorder.toString() (b35b240)

📦 Build & CI

  • upgrade to Flutter: >=3.3.0, Dart >=2.18.0 <3.0.0 (ed2d0a0)
  • update black_hole_flutter to ^1.0.0 (40f1b67)