What's Changed
- chore: Refactors SDK Router by @twig2let in #16
- refactor: Moves eventBus to sdk/ root by @twig2let in #17
- chore: Increments version 2.1.0 -> 3.0.0 by @twig2let in #20
- refactor: Updates EventBus namespace by @twig2let in #21
- chore: Updates manifest version by @twig2let in #22
Breaking Changes (v3.0.0)
- Router namespace changed: App.Navigation.Router → SDK.Navigation.Router. Update all call sites.
- EventBus namespace and import path changed: SDK.Core.EventBus → SDK.EventBus, and import moved to EventBus.bs.
- Router behaviour updates: back‑journey handling no longer re‑adds routes to history and normalises backState/isBackJourney via a dedicated param builder. If you relied on the previous history stacking behaviour, review navigation flows.
Full Changelog: v2.1.0...v3.0.0