rx-angular

Reactive Extensions for Angular.

MIT License

Downloads
249.2K
Stars
1.9K
Committers
94

Bot releases are hidden (Show)

rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected] Latest Release

Published by hoebbelsB about 2 months ago

18.1.0 (2024-09-04)

Bug Fixes

  • format (17f2ee8)
  • isr: fix breaking changes with the new modifyGeneratedHtml config (#1766) (0bb7443)
  • isr: in memory cache handler should use extends #1736 (3f91916)
  • isr: use modifyGeneratedHtml in all cache generation process (#1760) (e59ffb5), closes #1758

Features

  • handle query string for filesystem cache #1690 (445a319)
  • isr: add allowed query params options #1743 (#1757) (5af9ab2)
  • isr: added background revalidation and non-blocking render (65221e5)
rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by hoebbelsB about 2 months ago

18.0.2 (2024-09-04)

Bug Fixes

  • template: properly calc sizes when resizeobserver adjust viewport (#1759) (b74fafc), closes #1746
rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by hoebbelsB about 2 months ago

18.0.3 (2024-08-23)

Bug Fixes

  • isr: filter urlsOnHold by cacheKey instead of url (bca4374)
  • isr: handle response sent in render (a553e5b)
rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by hoebbelsB 3 months ago

18.0.1 (2024-08-01)

Bug Fixes

  • template: properly calculate range & anchor when values reset (2456ecc), closes #1744
rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by hoebbelsB 3 months ago

18.0.2 (2024-07-11)

Bug Fixes

  • isr: fix import path (2935422)
  • isr: refactor regeneration function (622964e)
rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by hoebbelsB 5 months ago

18.0.1 (2024-06-06)

Bug Fixes

  • isr: invalidation issue with url (4622995)
rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by hoebbelsB 5 months ago

18.0.0 (2024-05-31)

Features

BREAKING CHANGES

  • bump peerDependency to @angular/core to ^18.0.0

  • feat: upgrade to ng 18

  • chore: add missing @angular/build dev dependency

  • chore: update CI to node 20

rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by hoebbelsB 5 months ago

18.0.0 (2024-05-31)

Features

BREAKING CHANGES

  • bump peerDependency to @angular/core to ^18.0.0

  • feat: upgrade to ng 18

  • chore: add missing @angular/build dev dependency

  • chore: update CI to node 20

rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by hoebbelsB 5 months ago

18.0.0 (2024-05-31)

Bug Fixes

  • template: virtual-for: properly calculate stable state (112a299)

Features

BREAKING CHANGES

  • bump peerDependency to @angular/core to ^18.0.0

  • feat: upgrade to ng 18

  • chore: add missing @angular/build dev dependency

  • chore: update CI to node 20

rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by hoebbelsB 5 months ago

18.0.0 (2024-05-31)

Features

  • template: set the parent flag to false by default (e41e2f2)
  • upgrade to ng 18 (#1730) (c2b2873)

BREAKING CHANGES

rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by hoebbelsB 5 months ago

17.3.1 (2024-05-24)

Bug Fixes

  • template: virtual-for: properly calculate stable state (112a299)
rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by hoebbelsB 5 months ago

17.3.0 (2024-05-23)

Bug Fixes

  • template: virtual-for: wait for strategy to stabilize (32b451b)

Features

  • template: virtual-scrolling: introduce keepScrolledIndexOnPrepend (0cb5614)
rx-angular - https://github.com/rx-angular/rx-angular/releases/tag/[email protected]

Published by hoebbelsB 5 months ago

2.1.0 (2024-05-22)

Features

  • eslint: update dependencies to be compatible to nx 18 (f6b59eb)

17.2.0 (2024-05-19)

Features

  • state: add provideRxStateConfig function (3ee6fda)
  • state: add accumulator fn injection token (6bb9d76)
  • state: deprecate setAccumulator in favor of withAccumulator (6497d6c)
  • state: introduce configurable scheduler (a269ee3)

17.1.0 (2024-05-17)

Features

  • state: add default transform function to select (7875319)
  • state: introduce rxState asReadOnly API (baa678f)

17.2.0 (2024-05-17)

Features

  • accept subscribable on rx-let input (#1721) (897a5b0)
  • template: deprecate parent flag (a4592e3)
  • template: implement signal support in template package (35e7d18)

17.1.0 (2024-05-17)

Features

  • accept subscribable on rx-let input (#1721) (897a5b0)
  • template: deprecate parent flag (a4592e3)

17.0.1 (2024-03-03)

Bug Fixes

  • cdk: use globalThis instead of ɵglobal in zone-config (384c423), closes #1670

17.1.0 (2024-03-03)

Bug Fixes

  • template: adjust rendered range to value changes (a9df89a)
  • template: properly calculate diff on update (ce31fc5)
  • template: properly size the virtual viewport container (13282c5)
  • template: use constructor injection for templateRef. fixes #1616 (25eed84)

Features

  • template: add a flag to disable the resizeObserver on autosize (8091b2b)
  • template: add appendOnly mode to virtual scroll strategies (1c087fb)
  • template: implement initialScrollIndex (a81e209)

17.0.1 (2024-03-03)

Bug Fixes

  • state: shorthand camelCase support for side effects (c0b88e4)