Skip to content

Release 2026.03.1#2203

Merged
divbzero merged 9 commits intomainfrom
develop
Mar 11, 2026
Merged

Release 2026.03.1#2203
divbzero merged 9 commits intomainfrom
develop

Conversation

@divbzero
Copy link
Contributor

2026.03.1

maxto024 and others added 9 commits February 17, 2026 18:06
* WIP Fix media and unity exports not working

* fix(M2-9858): Fix Unity taskData multi-file export and URL index sync
- Exclude Unity from isMediaAnswerData to prevent misrouting taskData
 - Add Unity branch in URL replacement phase to preserve taskData structure
- Handle CachedMediaValue in getMediaUrl
- Add Unity mock data, tests, and update export test expectations

* Fix duplicate filenames in multi-file Unity ZIP export (M2-9858)

* fix: build type fail

* fix: parsed  files that are encrypted

* fix: for  multifile unity download

* fix: remove console log

* fix: use actual filenames from S3 URLs in Unity ZIP export instead of index-based names

* fix(M2-10449): Unity item_response showing [object Object] in CSV export
  - Add Unity case to parseResponseValue switch statement so the
  - item_response column displays folder name and file names matching
  - the unity-responses ZIP structure instead of [object Object].

* fix(M2-10449): show full folder path per file in Unity CSV item_response
    - Each file entry now includes the full folder path prefix instead of    folder listed once with comma-separated filenames
  - e.g. folder/file1.txt, folder/file2.txt instead of folder/file1.txt, file2.txt
  - Matches exact path structure inside unity-responses ZIP for easy cross-reference
  - Update Unity test expectations to match new format

---------

Co-authored-by: sultanofcardio <14842108+sultanofcardio@users.noreply.github.com>
…router (#2198)

- Update react-router-dom ^6.30.0 → ^6.30.3
- Add qs resolution to force >=6.14.1

Before: 3 High, 4 Moderate, 1 Low
After: 0 High, 4 Moderate, 1 Low

Resolves M2-10317.
🔗 [Jira Ticket M2-10461](https://mindlogger.atlassian.net/browse/M2-10461)

Re-enables the `AnnouncementBanner` component (previously used for the rebranding campaign and then commented out) as an MFA launch announcement. The banner is now gated behind a LaunchDarkly flag (`enable-admin-announcement-banner`) so it can be toggled on/off without a deployment. Banner text lives in the i18n files (`announcementBanner` key) and the link URL is a named constant at the top of the component — the only changes needed for a future announcement campaign.

Changes include:
- Added `enableAdminAnnouncementBanner` feature flag to `FeatureFlags` type and `FeatureFlagDefaults` (default: `false`)
- Re-enabled `<AnnouncementBanner />` in `BaseLayout` and `AuthLayout` (previously commented out)
- Updated `AnnouncementBanner` to gate rendering on the `enableAdminAnnouncementBanner` flag
- Updated `announcementBanner` i18n key in `app-en.json` and `app-fr.json` with MFA announcement copy
- Added `useFeatureFlags` mock to `AnnouncementBanner.test.tsx` so existing tests continue to pass
* fix: Translate MFA error messages and placeholders

* fix: Convert hardcoded 'MFA not enabled' messages to translation keys
🔗 [Jira Ticket M2-10392](https://mindlogger.atlassian.net/browse/M2-10392)

Changes include:

- `yarn upgrade` for non-breaking dependency updates, including Axios `1.13.2` → `1.13.5`
- `yarn upgrade --latest @types/markdown-it-container` to match `markdown-it-container` version
- `yarn add @types/node@^24.11.0` to match `node` version
- Remove indirect dependencies `markdown-it`, `markdown-it-sub`, and `markdown-it-sup`
- Remove unused config `Jenkinsfile.groovy` and `junit.xml`

Before: 35 vulnerabilities (2 Low | 13 Moderate | 20 High)
After: 1 vulnerability (1 Low)
@divbzero divbzero requested a review from aweiland March 11, 2026 14:37
@divbzero divbzero merged commit cdb1d3f into main Mar 11, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants