Skip to content

v1.0.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@JonasWanke JonasWanke released this 15 Jul 10:30
· 211 commits to main since this release
b118c0f

โš  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