Releases: michaelbe812/angular-kit
Releases · michaelbe812/angular-kit
rx-stateful-1.8.0
release @angular-kit/rx-stateful 1.1.0
Features
- rx-stateful: provide possibility to configure rxStateful$ globally (04d2d53)
- rx-stateful: allow custom accumulation function (04d2d53), closes #53
- rx-stateful: consider keepErrorOnRefresh configuration (9d50df8)
- rx-stateful: enhance config by a custom error mapping function (2012f8e)
- rx-stateful: set keepErrorOnRefresh to false initially (49617e0)
Bug Fixes
- rx-stateful: keepValueOnRefresh defaults now to false (e20c605)
- rx-stateful: remove 'idle' context (5585b67)
- rx-stateful: set resetOnRefCountZero = true (e5f1f02)
Code Refactoring
- rx-stateful: drop support for signals (0cf756f)
BREAKING CHANGES
- rx-stateful: Signals no longer explicitly supported
@angular-kit/cdk 2.2.0
Bug Fixes
- cdk: export onChanges correctly (2cbb13f)
- cdk: typing issue in useFromEvent and useHostListener$ (55c9a6b)
Features
- cdk: add useFromEvent$ (ed51684)
- cdk: add useHostBinding (3187ff3)
- cdk: add useHostListener$ (94f03f2)
- cdk: add useOnChanges$ and useOnchangesState$ (91da2a3)
- cdk: allow passing injector to useFromEvent$ (08482ce), closes #56
- cdk: allow passing injector to useHostListener$ (e8aff57), closes #55
- cdk: make it configurable to run change detection of not in useFromEvent$ (b098529)
- cdk: make it configurable to run change detection of not in useHostListener$ (13e7890)
@angular-kit/rx-stateful 2.0.0-alpha.1
@angular-kit/rx-hooks 1.0.0
Release
See docs for all functionalities covering this release
@angular-kit/rx-stateful 1.0.0-alpha.0
@angular-kit/stream 2.0.0
Bug Fixes
- stream: correct typing issue when detecting DebounceRenderStrategy (20c0a4e)
- stream: when element is off the viewport CD should only be triggered if element is visible and value has changed (4249cb6), closes #40
Features
- stream: check if intersection observer API is supported if ViewPortStrategy is active; fallback do DefaultStrategy (00296bb)
- stream: enhance configuration token by keepValueOnLoading, lazyViewCreation and renderStrategy option (9512124), closes #33
- stream: implement ViewPortRenderStrategy to only run change detection when element is visible in the viewport (95cec91)
-
- stream: implement DefaultRenderStrategy, ThrottleRenderStrategy and DebounceRenderStrategy
- stream: introduce concept of render strategies (d413113)
@angular-kit/rx 2.1.0
Breaking Changes
- package
signals
was renamed tostreams
and all functions accordingly to not cause confusion with Angular signals.
@angular-kit/cdk 2.0.0
Features
- cdk: add effectOnChanges$ (4650e54)
- cdk: add effectOnChanges$ and OnChanges$ (2ced23d)
- cdk: add rxIfList-directive (f32bac2), closes #29
- cdk: add TrackById and TrackByProp directive (939f4f7)
- cdk: enhance rxIfList with a template to render in falsy case (7883d0c)
- cdk: improve rxIfList context (c2153b0)
- cdk: rxIfList does now accept also Observables as input (92675f7)
release rx 1.1.0
Features
- rx: add creation functions for intersection-, resize-, and mutation observer (a71a0ff)
- rx: add directive which uses intersection-observer (49647c6)
- rx: add directive which uses resize-observer (4fee038)
- rx: add flattening operators with default error handling strategies (63b9328)
- rx: add flattening operators with default error handling strategies (af3af82)
- rx: add rx-observe-intersection directive (b767c4e)
- rx: add rx-observe-visibility directive (a832922)
- rx: add rxPluck operator (9a7213a)
- rx: add rxWrap operator (019debb)
- rx: allow passing ElementRef of Element to create-intersection-observer (df78519)
- rx: allow passing ElementRef of Element to create-mutation-observer (903807a)
- rx: allow passing ElementRef of Element to create-resize-observer (c3ea8e4)
- rx: create rxRenderInViewPort directive (86fcf51)
- rx: createSignal accepts now a startvalue (6142513)
- rx: enhance flattening operator with error handling strategies (224a594)
- rx: increase test coverage (75abc51)