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

v1.3.3

14 Jun 19:42
Compare
Choose a tag to compare
v1.3.3 Pre-release
Pre-release

v1.3.3 (2021-06-14)

Full changelog

  • #656: Pre-format manifest.json in a way AMO likes, to work around AMO bug.
  • #653: Bump rally.js version to 0.7.0
  • #651: Pass Rally ID during core-check response, for use by glean in studies.

rally.js 0.7.0

14 Jun 23:19
97e00e4
Compare
Choose a tag to compare

This version of rally.js messages for the user's Rally ID, which will be used to submit Glean payloads directly from a study instead of through the Core Add-On.

v1.3.2

09 Jun 02:40
Compare
Choose a tag to compare
v1.3.2 Pre-release
Pre-release

v1.3.2 (2021-06-08)

Full changelog

  • #624: Update the income field to use the key exactIncome; update metrics.yaml to change income to exact_income of type quantity.
  • #636: Remove undefined values from demographic survey submission.
  • #643: Update the CITP study id to [email protected].

v1.3.1

20 May 23:47
Compare
Choose a tag to compare

Full changelog

  • #610: Downgrade protocol, not working on taskcluster

v1.3.0

20 May 02:14
Compare
Choose a tag to compare

Full changelog

  • #555: Update the income question in the demographic survey to take in an integer.
  • #601: Enable submitting data with Glean in addition to the legacy collection.

v1.2.1

27 Apr 23:17
Compare
Choose a tag to compare

Full changelog

  • #558: Fetch the schema namespace from remote-settings, and use for study-specific enrollment and deletion pings.
  • #550: Do not use the extension ID as the schema namespace. Re-use the "keyId" argument for this since it is redundant.
  • #532: Log the payload to console when data collection is disabled, for QA purposes.
  • #547: Update copy by changing "partner" to "collaborator".

v1.2.0

12 Apr 17:47
Compare
Choose a tag to compare

Full changelog

  • #529: Implement the RS01 consent content.
  • #295: Enable watching the repository and a better developer workflow using npm run watch.
  • #505: Integrate Glean.js (disabled by default) and provide a way to enable it, as a developer, using the config-enable-glean option.

v1.1.0

10 Mar 17:53
Compare
Choose a tag to compare

v1.1.0 (2021-03-10)

Full changelog

  • #457: Integrate color palette for study categories.
  • #400: Changes the "Manage Profile" flow to redirect back to the "Current Studies" page after update.
  • #486: Properly report the deletionId in the enrollment ping.

v1.0.0

09 Mar 08:03
Compare
Choose a tag to compare

Full changelog

  • #432: Add additional target="_blank" and rel="noopener noreferrer" to external links.
  • #434: Change "will" to "may" in the "leave rally" modal copy.
  • #436: Change wording on demographic survey to "race / ethnicity".
  • #435: Remove waitlist link from non-US add-on splash page.
  • #443: Prepare for release:
    • enable data submission;
    • change the website URL to rally.mozilla.org;
  • #453: Send deletion ID in uninstall URL, to handle deletion pings when add-on is removed directly.

v0.10.0

19 Feb 18:53
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release

Full changelog

  • #431: change displayed add-on name to Mozilla Rally.
  • #386: add remote-controllable "pause" state for studies.
  • #398: Use shorter name for core add-on, for UI display purposes.
  • #392: Implement the new consent logic to prevent running side-loaded studies.
  • #403: Support opening the Rally control panel from the Rally website through the open-rally custom event.
  • #417: Add rel="noopener noreferrer" to a tags with target="_blank".
  • #407: Update the study card background parallax to be a fixed height.
  • #419: Update the "leave rally" and "leave this study" modal copy.
  • #383: Adds IRB consent notice into the Core Add-On.