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

Skip to content

Commit dba0cd1

Browse files
committed
release(template): 16.0.0
1 parent 7fe0d1f commit dba0cd1

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

libs/template/CHANGELOG.md

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

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

5+
# [16.0.0](https://github.com/rx-angular/rx-angular/compare/[email protected]@16.0.0) (2023-06-20)
6+
7+
8+
### Bug Fixes
9+
10+
* **template:** added tests for untracked push pipe ([5978a15](https://github.com/rx-angular/rx-angular/commit/5978a154278368aeb135bd281b64d95d5bbfb655))
11+
* **template:** remove `scroll` listener ([7766fbf](https://github.com/rx-angular/rx-angular/commit/7766fbf750717c9aaa5c7e42fa90ff2f679ddcd9))
12+
* **template:** untrack subscription and unsubscription in push pipe ([fbdbf5b](https://github.com/rx-angular/rx-angular/commit/fbdbf5b330334d46319e3790bc78265bd0a2cf74))
13+
14+
15+
### Features
16+
17+
* bump Angular to v16 ([31621e6](https://github.com/rx-angular/rx-angular/commit/31621e6cea295a3774a7ac07b91f4df75ba95c32))
18+
* **template:** add migration for NgModule to standalone transition ([175a541](https://github.com/rx-angular/rx-angular/commit/175a541897e9fd1eaad82c458487ed5d9a4e5611))
19+
* **template:** drop ForModule ([5896d7b](https://github.com/rx-angular/rx-angular/commit/5896d7bb33ccb9e06820c703e84ad7a41108a0ef))
20+
* **template:** drop IfModule ([815c4ea](https://github.com/rx-angular/rx-angular/commit/815c4eac5057ae321e0f9d490b022d15390649ba))
21+
* **template:** drop LetModule ([6ea7361](https://github.com/rx-angular/rx-angular/commit/6ea736121785fc1cd29c3b3c0552f842d0d454d8))
22+
* **template:** drop PushModule ([5da7cb6](https://github.com/rx-angular/rx-angular/commit/5da7cb6c9b7c6b5c0d23777fafb0dda2d6ed7b53))
23+
* **template:** drop UnpatchModule ([2ab65f7](https://github.com/rx-angular/rx-angular/commit/2ab65f721352082bd31db3b3f349cc18733c96e7))
24+
* **template:** rename LetDirective to RxLet ([ef1e129](https://github.com/rx-angular/rx-angular/commit/ef1e1299b8af8068d289b9891634f48fe30fa27c))
25+
* **template:** rename PushPipe to RxPush ([808f6ff](https://github.com/rx-angular/rx-angular/commit/808f6ff85d98aebaafc6f3c59132f51d14a4cf08))
26+
* **template:** rename UnpatchDirective to RxUnpatch ([3a7f914](https://github.com/rx-angular/rx-angular/commit/3a7f914baa2ad3b2969a44ba572d76d9ad38f6d9))
27+
28+
29+
### BREAKING CHANGES
30+
31+
* Minimum required `@angular/core` version is now `^16.0.0`.
32+
* **template:** The UnpatchModule was dropped. Use the standalone import instead.
33+
* **template:** The UnpatchDirective was renamed to RxUnpatch
34+
* **template:** The PushPipe was renamed to RxPush
35+
* **template:** Removed PushModule, use the standalone import instead
36+
* **template:** Removed IfModule, use the standalone import instead
37+
* **template:** Removed ForModule, use the standalone import instead
38+
* **template:** Removed LetModule, use the standalone import instead
39+
* **template:** LetDirective was renamed to RxLet for consistency reasons
40+
41+
42+
543
# [15.2.0](https://github.com/rx-angular/rx-angular/compare/[email protected]@15.2.0) (2023-04-21)
644

745

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": "15.2.0",
3+
"version": "16.0.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
"main": "index.js",
66
"publishConfig": {

0 commit comments

Comments
 (0)