timetable 0.2.9 timetable: ^0.2.9 copied to clipboard
๐ Customizable, animated calendar widget including day & week views
Changelog #
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
Unreleased #
0.2.9 ยท 2020-10-26 #
๐ Bug Fixes #
0.2.8 ยท 2020-09-18 #
๐ Bug Fixes #
0.2.7 ยท 2020-09-02 #
๐ New Features #
๐ Bug Fixes #
- support null values in
InitialTimeRange.range
๐ฆ Build & CI #
- update dartx to
^0.5.0
0.2.6 ยท 2020-07-12 #
๐ New Features #
- add custom builders for date header and leading area of the header (usually a week indicator) (#28), closes: #27. Thanks to @TatsuUkraine!
- add theme properties for disabling event stacking and configuring the minimum overlap (#34), closes: #31
๐ Bug Fixes #
0.2.5 ยท 2020-07-06 #
๐ Documentation updates #
- add Localization section to the README
๐ฆ Build & CI #
- update dartx to
^0.4.0
0.2.4 ยท 2020-06-25 #
๐ New Features #
Timetable.onEventBackgroundTap
: called when tapping the background, e.g. for creating an event (#20), closes: #18. Thanks to @raLaaaa!- add
EventProvider.simpleStream
as a simpler interface thanEventProvider.stream
(e63bfb4)
๐ Documentation updates #
0.2.3 ยท 2020-06-15 #
๐ New Features #
- Customizable date/weekday format with
TimetableThemeData.weekDayIndicatorPattern
,.dateIndicatorPattern
& temporary.totalDateIndicatorHeight
(#16), closes: #15
0.2.2 ยท 2020-05-30 #
๐ New Features #
๐ฆ Build & CI #
- specify minimum Dart version (v2.7.0) in
pubspec.yaml
0.2.1 ยท 2020-05-19 #
๐ New Features #
- All-day events (shown at the top) (#8), closes: #5
- Theming (#9)โโโsee the README for more information!
๐ฆ Build & CI #
- specify minimum Flutter version (v1.17.0) in
pubspec.yaml
- example: upload generated APK as artifact
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.3 ยท 2020-05-06 #
๐ Bug Fixes #
- fix time zooming & add testing (#3)
0.1.2 ยท 2020-05-05 #
๐ New Features #
- add
TimetableController.initialTimeRange
, closes: #1
๐ Bug Fixes #
- fix week alignment with
WeekVisibleRange
, closes: #2
0.1.1 ยท 2020-04-02 #
๐ Documentation updates #
- fix broken links in README
0.1.0 ยท 2020-04-02 #
Initial release ๐