v1.0.0-alpha.11
Pre-release
Pre-release
JonasWanke
released this
24 Jan 17:26
·
73 commits
to main
since this release
⚠️ 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 becausedateController.value
now stores aDatePageValueWithScrollActivity
instead of aDatePageValue
(59b0eb4
), closes: #110
🎉 New Features
- add
DateDiagnosticsProperty
(469a0de
) - implement
Diagnosticable
forVisibleDateRange
andDatePageValue
(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
)