rx-angular

Reactive Extensions for Angular.

MIT License

Downloads
249.2K
Stars
1.9K
Committers
94

Bot releases are hidden (Show)

17.1.0 (2024-02-05)

Features

  • add ssr-isr app for testing (7857591)
  • update isr to be used with application builder (bf36e07)
rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by edbzn 11 months ago

2.0.0 (2023-11-17)

Features

  • eslint: migrate to @typescript-eslint/* v6 (52eb431)
  • upgrade to Angular v13 (76ac5d3)

BREAKING CHANGES

  • eslint: Minimum @typescript-eslint/parser dependency version is now set to ^6.10.0
  • The required Angular version is now >=13.0.0.
rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by edbzn 11 months ago

17.0.0 (2023-11-17)

Features

  • bump Angular to v17 (a814fb6)
  • isr: add the possibility to create the cache in several variants (#1608) (084f4fa)

BREAKING CHANGES

  • Minimum required @angular/core version is now ^17.0.0
rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by edbzn 11 months ago

17.0.0 (2023-11-17)

Bug Fixes

  • bump ng-morph to v4.0.3 (1766127)

Features

BREAKING CHANGES

  • Minimum required @angular/core version is now ^17.0.0
rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by edbzn 11 months ago

17.0.0 (2023-11-17)

Bug Fixes

  • bump ng-morph to v4.0.3 (1766127)

Features

BREAKING CHANGES

  • Minimum required @angular/core version is now ^17.0.0
rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by edbzn 11 months ago

17.0.0 (2023-11-17)

Bug Fixes

  • bump ng-morph to v4.0.3 (1766127)

Features

BREAKING CHANGES

  • Minimum required @angular/core version is now ^17.0.0
rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by edbzn 12 months ago

16.3.0 (2023-11-01)

Features

  • expose select and get in rxState setup fn (d04e465)
rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by edbzn 12 months ago

16.2.0 (2023-11-01)

Bug Fixes

Features

  • added computedFrom impl (7e80dc9)
  • added computedFrom impl (8e2f578)
  • state: introduce signal APIs for RxState (d42888d)
  • state: introduce signal APIs for RxState (ac4b5dc)
rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by edbzn about 1 year ago

16.1.1 (2023-10-20)

Bug Fixes

  • template: fix view calculation in dynamic-size strategy (f272801)
  • template: properly unsubscribe from scroll event (3e08100)
rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by edbzn about 1 year ago

16.1.1 (2023-10-20)

Reverts

  • make state.get return readonly (aa3425e)
rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by edbzn about 1 year ago

16.1.0 (2023-10-18)

Bug Fixes

  • state: fix build (453127c)
  • state: fix rxEffects typing (bf06d72)
  • state: properly handle undefined (13502e1)

Features

  • state: expose new rxActions functional API (9b84858)
  • state: introduce rxEffects creation function (226047b)
  • state: make sideEffectFn optional in ActionEffects (22e4576)
  • state: make state readonly (3067600), closes #1617 #1449
  • state: only expose limited set of public API (e264124)
  • template: add rxState function (26a4e0e)
rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by edbzn about 1 year ago

16.1.0 (2023-08-21)

Features

  • template: decouple scroll-element from viewport (9eddb36)
rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by edbzn over 1 year ago

16.0.2 (2023-07-17)

Bug Fixes

  • template: autosize virtual scroll handles updates with trackBy (5d1034e)
  • template: virtual-scroll scrollStrategy dependency error in es2022 (#1586) (45ead14)
  • template: virtual-scrolling rxjs 6 compat. autosize update handling (57588ea)
rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by edbzn over 1 year ago

16.0.1 (2023-06-22)

Bug Fixes

  • template: fix properties not initialized (02b62fb), closes #1580
rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by edbzn over 1 year ago

16.0.0 (2023-06-20)

Features

BREAKING CHANGES

  • Minimum required @angular/core version is now ^16.0.0.
rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by edbzn over 1 year ago

16.0.0 (2023-06-20)

Bug Fixes

  • template: added tests for untracked push pipe (5978a15)
  • template: remove scroll listener (7766fbf)
  • template: untrack subscription and unsubscription in push pipe (fbdbf5b)

Features

  • bump Angular to v16 (31621e6)
  • template: add migration for NgModule to standalone transition (175a541)
  • template: drop ForModule (5896d7b)
  • template: drop IfModule (815c4ea)
  • template: drop LetModule (6ea7361)
  • template: drop PushModule (5da7cb6)
  • template: drop UnpatchModule (2ab65f7)
  • template: rename LetDirective to RxLet (ef1e129)
  • template: rename PushPipe to RxPush (808f6ff)
  • template: rename UnpatchDirective to RxUnpatch (3a7f914)

BREAKING CHANGES

  • Minimum required @angular/core version is now ^16.0.0.
  • template: The UnpatchModule was dropped. Use the standalone import instead.
  • template: The UnpatchDirective was renamed to RxUnpatch
  • template: The PushPipe was renamed to RxPush
  • template: Removed PushModule, use the standalone import instead
  • template: Removed IfModule, use the standalone import instead
  • template: Removed ForModule, use the standalone import instead
  • template: Removed LetModule, use the standalone import instead
  • template: LetDirective was renamed to RxLet for consistency reasons
rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by edbzn over 1 year ago

16.0.0 (2023-06-20)

Bug Fixes

Features

BREAKING CHANGES

  • Minimum required @angular/core version is now ^16.0.0.
rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by edbzn over 1 year ago

15.2.0 (2023-04-21)

Features

  • template: introduce experimental virtual-scrolling sub-package (#1539) (786f87c), closes #1542
rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by edbzn over 1 year ago

15.1.0 (2023-04-13)

Features

  • template: migrate LetDirective to standalone API (a342dfe)
  • template: migrate PushPipe to standalone API (3ed3e97)
  • template: migrate RxFor to standalone API (b58aa7b)
  • template: migrate RxIf to standalone API (8e2441a)
  • template: migrate UnpatchDirective to standalone API (caebca4)
  • template: migrate ViewportPrioDirective to standalone API (e7c379b)
rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by edbzn over 1 year ago

15.0.0 (2023-04-12)

Features

BREAKING CHANGES

  • The required @angular/core version is now ^15.0.0.