Skip to content

Releases: rx-angular/rx-angular

template@17.1.0

03 Mar 07:37
3751a51
Compare
Choose a tag to compare

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)

state@17.0.1

03 Mar 07:36
b9ccfe4
Compare
Choose a tag to compare

17.0.1 (2024-03-03)

Bug Fixes

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

cdk@17.0.1

03 Mar 07:38
4166a1b
Compare
Choose a tag to compare

17.0.1 (2024-03-03)

Bug Fixes

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

isr@17.1.0

05 Feb 15:58
af8753f
Compare
Choose a tag to compare

17.1.0 (2024-02-05)

Features

  • add ssr-isr app for testing (7857591)
  • update isr to be used with application builder (bf36e07)

template@17.0.0

17 Nov 16:22
8bfd8d9
Compare
Choose a tag to compare

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

state@17.0.0

17 Nov 16:23
99645de
Compare
Choose a tag to compare

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

isr@17.0.0

17 Nov 16:24
9d886f3
Compare
Choose a tag to compare

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

eslint-plugin@2.0.0

17 Nov 16:27
29961da
Compare
Choose a tag to compare

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.

cdk@17.0.0

17 Nov 16:21
020809c
Compare
Choose a tag to compare

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

state@16.3.0

01 Nov 14:30
1d0a032
Compare
Choose a tag to compare

16.3.0 (2023-11-01)

Features

  • expose select and get in rxState setup fn (d04e465)