Skip to content

Commit 44236d9

Browse files
committed
update readme -- no longer needed after 10.1
1 parent a4cf7c8 commit 44236d9

File tree

3 files changed

+38
-25
lines changed

3 files changed

+38
-25
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ This library provides an Angular Elements Strategy Factory which always runs in
44

55
![license](https://img.shields.io/npm/l/elements-zone-strategy.svg) ![downloads](https://img.shields.io/npm/dt/elements-zone-strategy.svg)
66

7+
<span style="font-size:24px;font-weight:bold">This library is no longer needed for Angular versions 10.1 and above!</span>
8+
9+
see: [here](https://github.com/angular/angular/pull/37814)
10+
711
This addresses the following issues with @angular/elements:
812

9-
- [#23841 - elements: change detection breaks in \*ngFor loop](https://github.com/angular/angular/issues/23841)
13+
- [#23841 - elements: change detection breaks in \*ngFor loop](https://github.com/angular/angular/issues/23841) -- this is fixed in angular 10.1.0
1014
- [#24181 - @angular/elements component events are called from an inconsistent zone](https://github.com/angular/angular/issues/24181) -- This is fixed in zone.js v0.8.27
1115

1216
## Usage
@@ -25,7 +29,9 @@ use the new strategy:
2529

2630
## Versions
2731

28-
use version 10.0.0 for Angular 10
32+
Not needed in Angular 11
33+
34+
use version 10.0.0 for Angular 10 (not needed as of 10.1)
2935

3036
use version 9.0.0 for Angular 9
3137

projects/elements-zone-strategy/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ This library provides an Angular Elements Strategy Factory which always runs in
44

55
![license](https://img.shields.io/npm/l/elements-zone-strategy.svg) ![downloads](https://img.shields.io/npm/dt/elements-zone-strategy.svg)
66

7+
<span style="font-size:24px;font-weight:bold">This library is no longer needed for Angular versions 10.1 and above!</span>
8+
9+
see: [here](https://github.com/angular/angular/pull/37814)
10+
711
This addresses the following issues with @angular/elements:
812

9-
- [#23841 - elements: change detection breaks in \*ngFor loop](https://github.com/angular/angular/issues/23841)
13+
- [#23841 - elements: change detection breaks in \*ngFor loop](https://github.com/angular/angular/issues/23841) -- this is fixed in angular 10.1.0
1014
- [#24181 - @angular/elements component events are called from an inconsistent zone](https://github.com/angular/angular/issues/24181) -- This is fixed in zone.js v0.8.27
1115

1216
## Usage
@@ -25,7 +29,9 @@ use the new strategy:
2529

2630
## Versions
2731

28-
use version 10.0.0 for Angular 10
32+
Not needed in Angular 11
33+
34+
use version 10.0.0 for Angular 10 (not needed as of 10.1)
2935

3036
use version 9.0.0 for Angular 9
3137

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
1-
{
2-
"name": "elements-zone-strategy",
3-
"version": "10.0.0",
4-
"description": "A custom NgElementStrategyFactory to enable zone-based change detection for Angular Elements",
5-
"author": "remackgeek",
6-
"license": "MIT",
7-
"peerDependencies": {
8-
"@angular/common": "^10.0.0",
9-
"@angular/core": "^10.0.0",
10-
"@angular/elements": " ^10.0.0"
11-
},
12-
"repository": "github:remackgeek/elements-zone-strategy",
13-
"homepage": "https://github.com/remackgeek/elements-zone-strategy",
14-
"keywords": [
15-
"angular",
16-
"elements",
17-
"zone.js",
18-
"ngZone",
19-
"zone"
20-
],
1+
{
2+
"name": "elements-zone-strategy",
3+
"version": "10.0.1",
4+
"description": "A custom NgElementStrategyFactory to enable zone-based change detection for Angular Elements",
5+
"author": "remackgeek",
6+
"license": "MIT",
7+
"peerDependencies": {
8+
"@angular/common": "^10.0.0",
9+
"@angular/core": "^10.0.0",
10+
"@angular/elements": " ^10.0.0"
11+
},
12+
"repository": "github:remackgeek/elements-zone-strategy",
13+
"homepage": "https://github.com/remackgeek/elements-zone-strategy",
14+
"keywords": [
15+
"angular",
16+
"elements",
17+
"zone.js",
18+
"ngZone",
19+
"zone"
20+
]
21+
,
2122
"dependencies": {
2223
"tslib": "^2.0.0"
2324
}
24-
}
25+
}

0 commit comments

Comments
 (0)