Skip to content

Commit

Permalink
Update beta115.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jobisoft committed Jun 20, 2023
1 parent d9d6b74 commit 248deff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions changes/beta115.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If an add-on is not requesting that permission, but a reviewer concludes that it
browserAction API
=================
* Deprecate the ``default_area`` manifest entry in favour of the recently added ``allowed_spaces`` manifest entry.
* Add support for the ``type`` manifest entry to define a ``menu`` button, whose menu entries can be controlled through the :ref:`menus_api` and a new ``browser_action_menu`` context.
* Add support for the ``type`` manifest entry to define a ``menu`` button, whose menu entries can be controlled through the :ref:`menus_api` API and a new ``browser_action_menu`` context.

addressBooks API
================
Expand All @@ -21,25 +21,25 @@ commands API

compose API
===========
* Add support for the ``type`` manifest entry to define a ``menu`` button, whose menu entries can be controlled through the :ref:`menus_api` and a new ``compose_action_menu`` context.
* Add support for the ``type`` manifest entry to define a ``menu`` button, whose menu entries can be controlled through the :ref:`menus_api` API and a new ``compose_action_menu`` context.

messages API
============
* The ``queryInfo`` parameter for :ref:`messages.query` is now optional.
* Added :ref:`messages.openAttachment` to open message attachments with the registered application. A big thank you to Mark Banner.
* Add support for the ``type`` manifest entry to define a ``menu`` button, whose menu entries can be controlled through the :ref:`menus_api` and a new ``message_display_action_menu`` context.
* Add support for the ``type`` manifest entry to define a ``menu`` button, whose menu entries can be controlled through the :ref:`menus_api` API and a new ``message_display_action_menu`` context.

messageDisplay API
==================
* Added support for :ref:`messageDisplay.open` to open messages from a DOM File object.

sessions API
==========
* Add a first simple version of the :ref:`sessions_api` to allow extensions to store tab related session data, which is restored on app restart.
* Add a first simple version of the :ref:`sessions_api` API to allow extensions to store tab related session data, which is restored on app restart.

spaces API
==========
* Add :ref:`spaces_api` which supersedes the spacesToolbar API and allows to manage built-in and custom spaces.
* Add :ref:`spaces_api` API which supersedes the spacesToolbar API and allows to manage built-in and custom spaces.

spacesToolbar API
=================
Expand Down

0 comments on commit 248deff

Please sign in to comment.