Skip to content

v3.0.0

Compare
Choose a tag to compare
@EdJoPaTo EdJoPaTo released this 20 Sep 23:10
20c35df

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.