Labs/Jetpack/Release Notes/0.4

From MozillaWiki
Jump to navigation Jump to search

About the SDK

The Jetpack SDK is a set of tools and APIs for building, testing, and packaging Firefox add-ons.

Version 0.4 features ...

Notable enhancements:

  • Page Worker API - The page-worker module provides a way to create a permanent, invisible page and access its DOM.
  • Widget API - The widget module provides a visually consistent way for add-ons to show themselves in the browser.
  • Simple Storage API - The simple-storage module provides a way to easily, privately, and persistently store data across application restarts.
  • Private Browsing API - The private-browsing module provides access to the private browsing service - detecting if it is active and adding callbacks for transitioning into and out of private browsing mode.

Notable bug fixes:

A complete list of changes is available in the source code repository.

Installation

First, obtain the SDK in your favorite compression format:

Once you've got that, just unpack the archive, open the jetpack-sdk/README.txt file, and follow its instructions.

Known Issues

Feedback and Bug Reports

We'd love to hear any feedback you have regarding this release. Feel free to post it to the discussion forum or file a bug.