Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.

v0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Dexterp37 Dexterp37 released this 11 Jan 09:45
· 739 commits to release since this release

v0.7.0 (2021-01-11)

Full changelog

Note: while versioning uses semver, even if we're making API breaking changes, we're not bumping the major version since we have not released publicly yet.

  • Core-Addon
    • #237: Remove reliance on the Firefox Pioner ID pref.
    • Breaking change - #262: rename the org from mozilla-ion to mozilla-rally. Without this change the core add-on won't be able to communicate with the test website.
    • #271: drop or change references to Ion in the codebase. This additionally changes the add-on id to [email protected].
    • Breaking change - #282: listen for messages from the Rally staging site vs. the github.io site.
    • #283: Copy only the needed font files used by the core add-on; copy only the woff2 versions.
    • #288 Fix a bug where studies are not displayed after the first time the option page was opened.
    • #285 & #290: Update the "how it works" and "FAQ" links to point to the corresponding staging site pages.
  • rally.js
    • Breaking change - #262: rename the org from mozilla-ion to mozilla-rally. Without this change no communication with the core add-on is possible.
    • #269: Allow using the Rally.js support library without a bundler.