1.5.0 (@scion/toolkit)
github-actions
released this
03 Oct 08:26
·
21 commits
to master
since this release
1.5.0 (2024-10-03)
Performance Improvements
- toolkit/observable: optimize position detection in
fromBoundingClientRect$
(540b8bb)
Code Refactoring
- toolkit/operators: remove deprecated
pluckArray
operator (6c84329) - toolkit/testing: remove deprecated
ObserveCaptor#resetValues
method (10253e6)
BREAKING CHANGES
- toolkit/testing:
ObserveCaptor#resetValues
was deprecated and has been removed; useObserveCaptor#reset
instead. - toolkit/operators: RxJS operator
pluckArray
was deprecated and has been removed; usemapArray
instead.