timetable 0.2.3 timetable: ^0.2.3 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.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 ๐