Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3751a51

Browse files
committed
release(template): 17.1.0
1 parent b9ccfe4 commit 3751a51

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

libs/template/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
# [17.1.0](https://github.com/rx-angular/rx-angular/compare/[email protected]@17.1.0) (2024-03-03)
6+
7+
8+
### Bug Fixes
9+
10+
* **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))
20+
* **template:** implement initialScrollIndex ([a81e209](https://github.com/rx-angular/rx-angular/commit/a81e20972e7b87288579ee10a9e53f134371e812))
21+
22+
23+
524
## [17.0.1](https://github.com/rx-angular/rx-angular/compare/[email protected]@17.0.1) (2024-01-05)
625

726

libs/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rx-angular/template",
3-
"version": "17.0.1",
3+
"version": "17.1.0",
44
"description": "**Fully** Reactive Component Template Rendering in Angular. @rx-angular/template aims to be a reflection of Angular's built in renderings just reactive.",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)