Releases: JonasWanke/timetable
Releases · JonasWanke/timetable
v0.2.5
📜 Documentation updates
- add Localization section to the README
📦 Build & CI
v0.2.4
🎉 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 than EventProvider.stream
(e63bfb4)
📜 Documentation updates
- improve streaming
EventProvider
documentation (e63bfb4), fixes: #19
v0.2.3
🎉 New Features
- Customizable date/weekday format with
TimetableThemeData.weekDayIndicatorPattern
, .dateIndicatorPattern
& temporary .totalDateIndicatorHeight
(#16), closes: (#15)
v0.2.2
🎉 New Features
- optional
onTap
-parameter for BasicEventWidget
& BasicAllDayEventWidget
(#12), closes: (#11)
📦 Build & CI
- specify minimum Dart version (v2.7.0) in
pubspec.yaml
v0.2.1
Published on 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
v0.2.0
⚠ 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.
🐛 Bug Fixes
- support Flutter v1.17.0 (#4)
v0.1.3
🐛 Bug Fixes
- fix time zooming & add testing (#3)
v0.1.2
🎉 New Features
- add
TimetableController.initialTimeRange
, closes: #1
🐛 Bug Fixes
- fix week alignment with
WeekVisibleRange
, closes: #2
v0.1.1
Published on 2020-04-02
📜 Documentation updates
- fix broken links in README