Skip to content

Releases: JonasWanke/timetable

v0.2.5

06 Jul 14:07
3be07e4
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release

📜 Documentation updates

  • add Localization section to the README

📦 Build & CI

  • update dartx to v0.4.0

v0.2.4

25 Jun 16:12
5060ce9
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release

🎉 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

15 Jun 10:27
14f276f
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

🎉 New Features

  • Customizable date/weekday format with TimetableThemeData.weekDayIndicatorPattern, .dateIndicatorPattern & temporary .totalDateIndicatorHeight (#16), closes: (#15)

v0.2.2

30 May 06:27
11b9244
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release

🎉 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

30 May 05:56
77b6c78
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

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

08 May 08:27
e332bcc
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

⚠ 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

06 May 08:32
7a1f01c
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

🐛 Bug Fixes

  • fix time zooming & add testing (#3)

v0.1.2

05 May 07:54
5e39699
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

🎉 New Features

  • add TimetableController.initialTimeRange, closes: #1

🐛 Bug Fixes

  • fix week alignment with WeekVisibleRange, closes: #2

v0.1.1

05 May 07:54
5f6e446
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Published on 2020-04-02

📜 Documentation updates

  • fix broken links in README

v0.1.0

02 Apr 16:35
5a6e120
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release 🎉