flutter_timetable/CHANGELOG.md

43 lines
1 KiB
Markdown

## [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.
## [2.0.0] - 03 December 2023
* Create Melos variant of the component where there are multiple packages in the same repository.
* Added the option to sort on the starttime of an event.
## [3.0.0] - 11 July 2024
* Rename main entry point to flutter_timetable