Skip to content

rx-observe-14.1.0

Latest
Compare
Choose a tag to compare
@michaelbe812 michaelbe812 released this 20 Aug 09:13
· 1 commit to master since this release

Changelog

This file was generated using @jscutlery/semver.

13.0.1 (2023-11-02)

Bug Fixes

  • rx-observe: fix subscription handling (79bdbb3)

13.0.1 (2023-11-02)

Bug Fixes

  • rx-observe: fix subscription handling (79bdbb3)

14.0.1 (2023-11-02)

13.0.1 (2023-11-02)

Bug Fixes

  • rx-observe: fix subscription handling (c8f6aa1)

14.0.0 (2023-10-24)

Features

  • refactor to standalone directive and modern Angular features

12.0.0 (2023-10-23)

Bug Fixes

  • rxObserve: remove null union from context (37e5553)
  • rxObserve: fix template context typing (f5b4e05)
  • rxObserve: correct peer dependency for standalone directive to 15.0.0 (51fd99c)
  • rxObserve: fix dependency problem causing runtime error (87094ed)
  • rxObserve: handle subscription correctly (d4c966d), closes #69
  • rxObserve: correct typing issue when detecting DebounceRenderStrategy (20c0a4e)
  • rxObserve: when element is off the viewport CD should only be triggered if element is visible and value has changed (4249cb6), closes #40

Features

  • rxObserve: check if intersection observer API is supported if ViewPortStrategy is active; fallback do DefaultStrategy (00296bb)
  • rxObserve: enhance configuration token by keepValueOnLoading, lazyViewCreation and renderStrategy option (9512124), closes #33
  • rxObserve: implement ViewPortRenderStrategy to only run change detection when element is visible in the viewport (95cec91)
  • rxObserve: introduce concept of render strategies (d413113)
  • rxObserve: #21 provide possibility to pass renderCallback to StreamDirective and emit respective context on render changes (3e8b535)