Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 856 Bytes

changelog.md

File metadata and controls

41 lines (23 loc) · 856 Bytes

Changelog

v0.4.1 (2024-10-25)

  • add ShowOptions for paginator and slider

v0.4.0 (2024-10-08)

  • update bot lib version to v1.8.3
  • add option paginator.WithoutEmptyButtons
  • BREAKING: change signature of dialog.New(), paginator.New(), progress.New(), slider.New() method. Add bot.Bot as first argument

v0.3.2 (2024-05-20)

  • added 'NoDeleteAfterSelect' and 'NoDeleteAfterCancel' datepicker & slider options methods (#8)

v0.3.1 (2024-03-05)

  • add WithPrefix options to all widgets
  • add Prefix() string func to all widgets

v0.3.0 (2024-03-04)

  • update bot lib version to v1.1.5

v0.2.0 (2024-01-19)

  • fixes for bot lib version v1.0.1 and bot API v7.0

v0.1.2 (2023-10-04)

  • updated lib version to v0.8.0
  • fixes

v0.1.1 (2022-05-18)

  • add Dialog component

v0.1.0 (2022-05-06)

  • initial release