Skip to content

fix(outlet): activate feature module binds for outlet routes (7.1.1) - #1081

Merged
jacobaraujo7 merged 3 commits into
masterfrom
fix/outlet-feature-binds
Sep 19, 2026
Merged

jacobaraujo7 merged 3 commits into
masterfrom
fix/outlet-feature-binds

Conversation

@jacobaraujo7

Copy link
Copy Markdown
Contributor

RouterOutlet mantinha uma sub-pilha própria, mas nunca avisava o ModuleManager. Com isso, um módulo de feature alcançado só pelo outlet ficava sem binds ("X not registered"). Agora as entradas do outlet ativam e liberam seus módulos em push, navigate, replace, pop e dispose.

  • Teste de regressão: test/outlet_feature_binds_test.dart (shell em / com RouterOutlet; features filhas)
  • Release 7.1.1

🤖 Generated with Claude Code

jacobaraujo7 and others added 3 commits July 18, 2026 10:59
RouterOutlet kept its own sub-stack but never reported entries to the
ModuleManager, so a feature module reached only through an outlet had no
binds ("X not registered"). Outlet entries now enter/leave the manager on
push, navigate, replace, pop and dispose.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@jacobaraujo7
jacobaraujo7 merged commit 00115cd into master Sep 19, 2026
2 of 3 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.

1 participant