flutter_timetable/CHANGELOG.md
2023-11-12 18:14:31 +01:00

806 B

[0.0.1] - 25 August 2022

  • Initial Release

[0.0.2] - 1 September 2022

  • Updated TableTheme

[1.0.0] - 18 November 2022

  • Added horizontal variant
  • Adjustable size for the component

[1.1.0] - 17 August 2023

  • Set scrolling to the current time by default if there are no blocks

[1.2.0] - 6 November 2023

  • Add the ability to use BorderScroll. If enabled the next page is shown when scrolling to an specific offset.

[1.2.1] - 7 November 2023

  • Fixed the assert on the [scrollTriggerOffset] and [scrollJumpToOffset].

[1.3.0] - 8 November 2023

  • Add the option for setting an offset for the hours so that the first hour is not 00:00 but 08:00 for example and the last hour can be after 24:00.

[1.4.0] - 13 November 2023

  • Add the option for sorting the blocks by their id.