Skip to content

Releases: michaelbe812/angular-kit

rx-stateful-1.8.0

20 Aug 09:08
Compare
Choose a tag to compare

Features

  • rx-stateful: default suspense threshold and time set to 0 to be non-breaking (40609f5)
  • rx-stateful: move RxStatefulClient to experimental package (4593991)
  • rx-stateful: support non-flicker suspense state (1d60706)

Bugfixes

  • fix(rx-stateful): when handling errors it emitted by default the Error.message but it should emit (4c6a506)
  • fix(rx-stateful): no subsequent values emitted (#112) (034ce71), closes #112

release @angular-kit/rx-stateful 1.1.0

23 Aug 04:41
2044aae
Compare
Choose a tag to compare

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

27 Jun 05:38
Compare
Choose a tag to compare

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

10 Jun 10:10
Compare
Choose a tag to compare

Changelog

See docs

2.0.0-alpha.1 (2023-06-09)

Features

  • rx-stateful: support Angular Signals

@angular-kit/rx-hooks 1.0.0

10 Jun 10:12
Compare
Choose a tag to compare

Release

See docs for all functionalities covering this release

@angular-kit/rx-stateful 1.0.0-alpha.0

10 Jun 10:08
Compare
Choose a tag to compare

Changelog

1.0.0-alpha.0 (2023-06-09)

See docs

Bug Fixes

  • rx-stateful: correct typing (354c9b5)
  • rx-stateful: correct typing (074a780)

Features

  • rx-stateful: add rxStateful$ initial implementation (b40705e)

@angular-kit/stream 2.0.0

18 Apr 03:40
Compare
Choose a tag to compare

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

18 Apr 03:38
Compare
Choose a tag to compare

Breaking Changes

  • package signals was renamed to streams and all functions accordingly to not cause confusion with Angular signals.

@angular-kit/cdk 2.0.0

18 Apr 03:36
Compare
Choose a tag to compare

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

21 Jan 22:06
Compare
Choose a tag to compare

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)