You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***template:** adjust rendered range to value changes ([a9df89a](https://github.com/rx-angular/rx-angular/commit/a9df89a2e2996d2dda6b307c72e01f1fc06ce9f0))
11
+
***template:** properly calculate diff on update ([ce31fc5](https://github.com/rx-angular/rx-angular/commit/ce31fc520f1bb63aedc0ad52290cc82f0e74d696))
12
+
***template:** properly size the virtual viewport container ([13282c5](https://github.com/rx-angular/rx-angular/commit/13282c5c89974d013b883208cd2aae507fe52b1f))
13
+
***template:** use constructor injection for templateRef. fixes [#1616](https://github.com/rx-angular/rx-angular/issues/1616) ([25eed84](https://github.com/rx-angular/rx-angular/commit/25eed84f9252b88b732cf7f99277fdf3c46d2822))
14
+
15
+
16
+
### Features
17
+
18
+
***template:** add a flag to disable the resizeObserver on autosize ([8091b2b](https://github.com/rx-angular/rx-angular/commit/8091b2b1790ca29d9cbece3701c4a89c13eaea28))
19
+
***template:** add appendOnly mode to virtual scroll strategies ([1c087fb](https://github.com/rx-angular/rx-angular/commit/1c087fb82c80010385f2552b5c7bb1ab729f36f5))
Copy file name to clipboardExpand all lines: libs/template/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@rx-angular/template",
3
-
"version": "17.0.1",
3
+
"version": "17.1.0",
4
4
"description": "**Fully** Reactive Component Template Rendering in Angular. @rx-angular/template aims to be a reflection of Angular's built in renderings just reactive.",
0 commit comments