Skip to content

Releases: JonasWanke/timetable

v1.0.0-alpha.5

07 Aug 10:43
9405c9c
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release

🎉 New Features

  • add French and Portuguese localization (#94). Thanks to @simo9900!
  • add timeRange.maxDuration (be77146), closes: #95
  • add timetableLocalizationsDelegate.fallbackLocale (b65fa1b)

🐛 Bug Fixes

  • keep TimeZoom's position after layout change (0beaf7d), closes: #78

v1.0.0-alpha.4

06 Aug 17:43
4b1af92
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

🐛 Bug Fixes

  • avoid "Unsupported operation: Infinity or NaN toInt" during time scale gesture (82abaa5), closes: #92
  • avoid showing superfluous dates when maxDate is set in VisibleDateRange.days (e864409), closes: #93

1.0.0-alpha.3

02 Aug 10:13
e3fc190
Compare
Choose a tag to compare
1.0.0-alpha.3 Pre-release
Pre-release

🎉 New Features

  • add Spanish localization (#84). Thanks to @paolovalerdi!
  • add missing exports for DateContent, TimeOverlays, EventBuilder<E>, and DefaultEventBuilder<E> (3877220)

🐛 Bug Fixes

  • support scrolling when inside a ScrollView (b4ffeee), closes: #80
  • avoid unsafe calls to DefaultTimeController.of(…) in TimeZoom (7bd6447), closes: #90. Thanks to @paolovalerdi for investigating the cause!

📜 Documentation updates

  • document how to support a new locale (d2f369c)

v1.0.0-alpha.2

15 Jul 10:30
b118c0f
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

⚠ BREAKING CHANGES

  • TimeIndicators' factories no longer accept an AlignmentGeometry, but only an Alignment (8d8985d)

🎉 New Features

  • add Japanese and Chinese localizations (#82). Thanks to @MasterHiei!
  • add Italian localization (#88). Thanks to @mircoboschi!
  • add alwaysUse24HourFormat to TimeIndicatorStyle'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: #77
  • MultiDateTimetable's constructor now allows you to override only the contentLeading widget (8e65964)

🐛 Bug Fixes

v1.0.0-alpha.1

09 Jun 17:21
35c69af
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

🐛 Bug Fixes

  • repaint NowIndicator only when its position changes noticeably, (c5291d1), closes: #72

📦 Build & CI

  • remove unused rxdart dependency, (c5291d1), closes: #71
  • upgrade dependencies

v1.0.0-alpha.0

06 Jun 17:16
fc9d583
Compare
Choose a tag to compare
v1.0.0-alpha.0 Pre-release
Pre-release

⚠ BREAKING CHANGES

  • Almost a rewrite of this package to create a modular architecture with support for different layouts (#69), closing #17, #21, #23, #25, #26, #33, #36, #38, #41, #46, #51, #52, #56, #58, #60, #61, and #64. Please have a look at the new README as the API was changed significantly.

v0.2.9

26 Oct 08:43
1ca6967
Compare
Choose a tag to compare
v0.2.9 Pre-release
Pre-release

🐛 Bug Fixes

  • Compatibility with Flutter v1.23 (#57), closes: #55 (for Flutter ^1.23.0-13.0.pre)

v0.2.8

18 Sep 09:48
93285cf
Compare
Choose a tag to compare
v0.2.8 Pre-release
Pre-release

🐛 Bug Fixes

  • Allow full-height leadingHeaderBuilders (#50), closes: #49

v0.2.7

02 Sep 10:04
400c3d5
Compare
Choose a tag to compare
v0.2.7 Pre-release
Pre-release

🎉 New Features

  • add TimetableThemeData.minimumHourZoom & .maximumHourZoom, closes: #40 & #45

🐛 Bug Fixes

  • support null values in InitialTimeRange.range

📦 Build & CI

  • update dartx to ^0.5.0

v0.2.6

12 Jul 09:16
e293f7f
Compare
Choose a tag to compare
v0.2.6 Pre-release
Pre-release

🎉 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

  • Expand part-day events to fill empty columns (#30), closes: #29