Skip to content

Releases: EdJoPaTo/grammy-inline-menu

v3.4.2

13 Feb 14:44
19deed8
Compare
Choose a tag to compare
  • fix(select): textFunc with prefixOptions 957765b

v3.4.1...v3.4.2

v3.4.1

13 Feb 14:10
b8a52ec
Compare
Choose a tag to compare
  • fix(select): select can handle prefixOptions 78360c5

v3.4.0...v3.4.1

v3.4.0

12 Feb 16:25
30c129c
Compare
Choose a tag to compare
  • rewrite to typescript #5 #10
  • add select textFunc option #9
  • split select into select and selectSubmenu #7
  • add pagination to select f40441f
  • several pagination fixes 5938f62 8f5a280 c9409f2

v3.3.0

04 Feb 18:46
bbc4a88
Compare
Choose a tag to compare

Features

NPM related

  • Telegraf is now a peerDependency instead of an direct dependency 85b3940
  • remove package-lock.json for library 96e79dc
  • use package.js files instead of npmignore 5af3813

v3.2.2...v3.3.0

v3.2.2

16 Jan 15:13
723c198
Compare
Choose a tag to compare

Bug Fixes

  • use answerCallbackQuery on menu update and question button (c030c62)

v3.2.1

24 Sep 22:50
8785f38
Compare
Choose a tag to compare

Bug Fixes

  • submenu: hidden submenus dont prevent other menus from opening (9c155d9)

v3.2.0

24 Sep 11:10
15948a5
Compare
Choose a tag to compare

Features

  • replyMenuMiddleware: add method to create a menu from outside (bee5694)
  • submenu: update the menu when hidden submenu button is hit (ad7c18c)

v3.1.0

21 Sep 21:01
81dec22
Compare
Choose a tag to compare

Bug Fixes

  • select: throw Error that hide && submenu can not work (0c4ae33)
  • throw Error that dynamic menus only can handle buttons (39b335b)

Features

  • setParentMenuAfter allows to set the parent menu after doFunc (f2874ba)

v3.0.0

20 Sep 23:10
20c35df
Compare
Choose a tag to compare

Bug Fixes

  • action-code: fix splitting of action with regex that have : (58eafa1)
  • action-code: get parent of regex (dbb123c)
  • question: question works again with unexpected deleteMessage errors (233ed92)
  • select: setFunc and hide key argument are now the last match group (9d1d736)
  • select: stop using multiple layers of an ActionCode (c1dd5b4)
  • toggle: stop using multiple layers of an ActionCode (48765eb)

Features

  • action-code: implement concat of two regex (19cb546)
  • generate the menu for the actual ActionCode when possible (b0d82e2)
  • update menu when user presses a hidden button (5ba3471)
  • command: throw Error when setCommand was used on a dynamic menu (bc6874e)
  • select: add support for submenu on selection (2e8f7bb)

BREAKING CHANGES

  • select: Select Buttons only in an old, still existing menu
    created before the update will not work. Using another Button or create
    a new menu will fix this.
  • toggle: Toggle Buttons only in an old, still existing menu
    created before the update will not work. Using another Button or create
    a new menu will fix this.
  • action-code: action as RegExp can not have any flag anymore.

v2.0.2

17 Sep 23:47
ec35701
Compare
Choose a tag to compare

Bug Fixes

  • action-code: dont throw on deprication hint (5b86a5c)