Skip to content

Commit 1ea7dd1

Browse files
committed
release(template): 1.0.0-rc.1
1 parent 48569c9 commit 1ea7dd1

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

libs/template/CHANGELOG.md

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

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

5+
# [1.0.0-rc.1](https://github.com/rx-angular/rx-angular/compare/template@1.0.0-rc.0...template@1.0.0-rc.1) (2022-08-28)
6+
7+
8+
### Features
9+
10+
* **template:** harmonize LetDirective inputs ([1c8377d](https://github.com/rx-angular/rx-angular/commit/1c8377dbd45779b1395945303fd57948a53808b5))
11+
* **template:** implement rxLet template-triggers ([fa3b820](https://github.com/rx-angular/rx-angular/commit/fa3b8207bc717cc92a75e059a991450fc75c69e7))
12+
* **template:** introduce rxFor stable version ([3bdb702](https://github.com/rx-angular/rx-angular/commit/3bdb702d7b4bd66e5fb9965d6fd70f7d27492067))
13+
* **template:** make rxFor behave as drop-in replacement for ngFor ([49e7763](https://github.com/rx-angular/rx-angular/commit/49e77638befabf4568c8fe04acabcff7541acf30))
14+
* **template:** remove leading $ on RxViewContext properties ([16aab61](https://github.com/rx-angular/rx-angular/commit/16aab61ceb16216ed36defe066e4f40804140afa))
15+
16+
17+
### Performance Improvements
18+
19+
* **template:** fix push pipe over-rendering on initialization ([6900f86](https://github.com/rx-angular/rx-angular/commit/6900f86b26c5d1e25cd29fd2203c0085b57bbb89))
20+
21+
22+
### BREAKING CHANGES
23+
24+
* **template:** context variables for error, suspense and complete were renamed, refer to #431
25+
* **template:** Template binding inputs changed, please refer to #431.
26+
27+
28+
529
# [1.0.0-beta.33](https://github.com/rx-angular/rx-angular/compare/template@1.0.0-beta.32...template@1.0.0-beta.33) (2022-06-07)
630

731

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": "1.0.0-beta.33",
3+
"version": "1.0.0-rc.1",
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)