Immutable
release. Only release title and notes can be modified.
3.0.0 (2026-07-10)
Bug Fixes
- adopt frontend-base shell style manifest (b0c3e73)
- align tourName filter with checkpoint lookup key (f178098)
- export App as named
notificationsApp(2cac53f) - place desktop bell before the secondary-nav cluster (#112) (fa95c31), closes frontend-base#245 openedx/frontend-base#245
- prepare main for the stable release (d86494b)
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.