You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.