timetable 1.0.0-alpha.4 timetable: ^1.0.0-alpha.4 copied to clipboard
๐ Customizable, animated calendar widget including day, week, and month views
Changelog #
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
1.0.0-alpha.4 ยท 2021-08-06 #
1.0.0-alpha.3 ยท 2021-08-02 #
๐ New Features #
- add Spanish localization (#84). Thanks to @paolovalerdi!
- add missing exports for
DateContent
,TimeOverlays
,EventBuilder<E>
, andDefaultEventBuilder<E>
(3877220
)
๐ Bug Fixes #
- support scrolling when inside a
ScrollView
(b4ffeee
), closes: #80 - avoid unsafe calls to
DefaultTimeController.of(โฆ)
inTimeZoom
(7bd6447
), closes: #90. Thanks to @paolovalerdi for investigating the cause!
๐ Documentation updates #
- document how to support a new locale (
d2f369c
)
1.0.0-alpha.2 ยท 2021-07-15 #
โ ๏ธ BREAKING CHANGES #
TimeIndicators
' factories no longer accept anAlignmentGeometry
, but only anAlignment
(8d8985d
)
๐ New Features #
- add Japanese and Chinese localizations (#82). Thanks to @MasterHiei!
- add Italian localization (#88). Thanks to @mircoboschi!
- add
alwaysUse24HourFormat
toTimeIndicatorStyle
's constructor (#82). Thanks to @MasterHiei! - add
partDayDraggableEvent.onDragCanceled
(#82). Thanks to @MasterHiei! TimeIndicators
' factories now accept additional parameters for the first and last hour / half hour and whether to align the outer labels inside (8d8985d
), closes: #77MultiDateTimetable
's constructor now allows you to override only thecontentLeading
widget (8e65964
)
๐ Bug Fixes #
1.0.0-alpha.1 ยท 2021-06-09 #
0.2.9 ยท 2020-10-26 #
0.2.7 ยท 2020-09-02 #
0.2.6 ยท 2020-07-12 #
0.2.5 ยท 2020-07-06 #
0.2.4 ยท 2020-06-25 #
0.2.3 ยท 2020-06-15 #
0.2.2 ยท 2020-05-30 #
0.2.1 ยท 2020-05-19 #
0.2.0 ยท 2020-05-08 #
โ ๏ธ BREAKING CHANGES #
- fix week scroll alignment (#6)
- To provide a simpler API the exposed methods of
VisibleRange
were changed slightly. This doesn't affect you if you just instantiate one of the given implementations, but only if you extend it yourself or call one of its methods directly.
- To provide a simpler API the exposed methods of
๐ Bug Fixes #
- support Flutter v1.17.0 (#4)
0.1.2 ยท 2020-05-05 #
0.1.0 ยท 2020-04-02 #
Initial release ๐