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

Releases: mozilla-rally/rally-core-addon

v0.9.0

10 Feb 01:13
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

v0.9.0 (2021-02-09)

Full changelog

  • Core Add-on
    • #318: Use Remote Settings for fetching study metadata.
    • #328: Update demographic survey to use "Latinx"; list answers for race question 4 alphabetically.
    • #334: Make Mocha stricter about unhandled exceptions in tests; fix the enable data submission option.
    • 341: Update options page favicon, toolbar icon, and addon image to use the new Rally branding.
    • #344: Create splash page for non-US users in the Core Add-On.
    • #286: Adds a "clear this response" button to demographic survey questions.
    • #349: Adds a "manage profile" page, where a user can update their demographic survey answers.
    • #350: Simplify study schema for the remote settings, and make code consistent with new names.
    • #361: Implements a new study card design.
    • #362: Adds redirect to "sorry to see you go" page when user uninstalls Rally.
    • #363: Adds an arrow flourish to the first run welcome page.

v0.8.0

01 Feb 20:48
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

v0.8.0 (2021-02-01)

Full changelog

  • Core-Addon
    • #294: Only process messages from known, installed studies. Additionally rename ionInstalled to studyInstalled.
    • #301: Correctly report the zip code in the demographics survey.
    • #298: Disable Rally on locales other than en-US. The --config-disable-locale-check build option allows overriding the check for developer workflows on other locales.
    • #305: Disable data submission to enable safer QA.
  • rally.js
    • #306: Add a developer mode. When enabled it allows developer to dump the content of pings to the browser console and prevents the Rally information page to be opened if no core-addon is found.

v0.7.1

13 Jan 17:54
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

v0.7.1 (2021-01-13)

Full changelog

  • Core-Addon
    • #299: Change the link to the sample Rally demo addon.

v0.7.0

11 Jan 09:45
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-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.

v0.6.1

09 Dec 10:47
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

v0.6.1 (2020-12-09)

Full changelog

  • Added this changelog file.
  • The data collected from the demographic survey is being submitted to the Rally servers.
  • The full onboarding flow is now complete.