6.0.0 (2025-09-12)
Features
- feat: add
takeUntilDestroyed
to active element observable - refactor: rename
computed
toextendedComputed
across library and docs - refactor: remove deprecated
computed-async
andcomputed-from
entry points - docs: update documentation links to new domain (
ngxtension.dev
)
⚠️ Breaking Changes
Removed computed
function and only kept extendedComputed
Renamed the entry point ngxtension/computed
to ngxtension/extended-computed
Removed ngxtension/computed-async
and ngxtension/computed-from
.
These entry points are no longer supported. Use ngxtension/derived-async
and ngxtension/derived-from
instead.
Removed documentation and test files for inject
migration, new-outputs
migration, queries
migration, self-closing-tags
migration, and signal-inputs
migration as these utilities are no longer supported.
❤️ Thank You
- Enea Jahollari @eneajaho