7.0.0 (2025-11-03)
Features
- enhance linkedQueryParam utility and add dynamic key support and source signal (2916367)
- add dynamic key route and enhance
linkedQueryParamdocumentation (affd47a)
Bug Fixes
- prevent setting null for invalid
previousQueryParamKeyinlinkedQueryParam(3ca2456)
Refactor
- streamline
linkedQueryParamtests and code for dynamic keys and synchronization (9183367) - clean up
linkedQueryParamtests and enhance dynamic key handling (b47c424) - simplify effect registration in
linkedQueryParamfor dynamic keys (3b997d9) - integrate dynamic key into
linkedQueryParamand enhance binding logic (8599ff0) - clean up imports and enhance
linkedQueryParamwith source signal handling (0598cc3)
Documentation
- add note about required router outlet for params, query params, fragment etc. (#626)
- update linked query param docs to clarify input signal usage warning (cae3c34)
- mark
linkedQueryParamas stable and expand documentation (48873e8)
⚠️ Breaking Changes
- ⚠️ Support Angular v19 and stabilize linkedQueryParam utility (a7db908)
- ⚠️ remove deprecated options across components and library (3234c40)
❤️ Thank You
- Enea Jahollari @eneajaho
- montella1507 @montella1507