Skip to content

Commit

Permalink
document allowed_spaces as new
Browse files Browse the repository at this point in the history
  • Loading branch information
jobisoft committed Apr 7, 2023
1 parent 95ae851 commit 2161e9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changes/beta113.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ action APIs
===========
* Removed the user input requirement from :ref:`browserAction.openPopup`, :ref:`composeAction.openPopup` and :ref:`messageDisplayAction.openPopup`. Also added support for the ``windowId`` property, to open the popup of a specific window. Furthermore, ``openPopup()`` now returns a boolean value, indicating whether opening of the popup has failed, because the action button or the entire toolbar has been removed by the user.
* Fixed the annoying issue on MacOS, where the popup was opened empty after the second time it was opened. A big shout out to Arnd Issler for helping to track this down.
* Added ``allowed_spaces`` manifest entry, to let add-ons define in which space the action button should be allowed in.

compose API
===========
Expand Down

0 comments on commit 2161e9d

Please sign in to comment.