Skip to content

v3.0.0

Latest

Choose a tag to compare

@openedx-semantic-release-bot openedx-semantic-release-bot released this 10 Jul 14:58
Immutable release. Only release title and notes can be modified.

3.0.0 (2026-07-10)

Bug Fixes

chore

  • mark migration as a breaking change (ccdedf3)

Features

  • add stateful dev mocks for notifications (d54c065)
  • resolve account settings URL via route role (Phase 11) (875f1b1)
  • wire NotificationsTray into frontend-base header (Phase 9) (69a6eb1)

BREAKING CHANGES

  • package renamed from @edx/frontend-plugin-notifications
    to @openedx/frontend-app-notifications and rewritten against
    @openedx/frontend-base. Legacy frontend-plugin-framework slot wiring is
    replaced by an App config that registers the notifications bell against
    the unified header's desktopRight/mobileRight slots. Data layer migrated
    to @tanstack/react-query v5; source fully converted to TypeScript.