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
feat(*): Upgrade to Angular 13, enable partial-Ivy compilation (#235)
- Updgrade to Angular 13, enable partial-Ivy compilation
- Remove polyfills
- Update README
BREAKING CHANGE: The upgrade to Angular 13 breaks compatibility with Angular 12. The library is now published as partial-Ivy code.
Copy file name to clipboardExpand all lines: README.md
+13-30Lines changed: 13 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,36 +31,19 @@ npm install angular-notifier
31
31
32
32
The following list describes the compatibility with Angular:
33
33
34
-
| Angular Notifier | Angular |
35
-
| ---------------- | ------- |
36
-
|`1.x`|`2.x`|
37
-
|`2.x`|`4.x`|
38
-
|`3.x`|`5.x`|
39
-
|`4.x`|`6.x`|
40
-
|`5.x`|`7.x`|
41
-
|`6.x`|`8.x`|
42
-
|`7.x`|`9.x`|
43
-
|`8.x`|`10.x`|
44
-
|`9.x`|`11.x`|
45
-
|`10.x`|`12.x`|
46
-
47
-
<br>
48
-
49
-
### Browser support & polyfills
50
-
51
-
By default, meaning without any polyfills, **angular-notifier** is compatible with **the latest versions of Chrome, Firefox, and Opera**.
52
-
Bringing in the following polyfills will improve browser support:
53
-
54
-
- To be able to use the latest and greatest JavaScript features in older browsers (e.g. older version of IE & Safari), you might want to
55
-
add **[core-js](https://github.com/zloirock/core-js)** to your polyfills.
56
-
- For animation support (in particular, for better
57
-
**[Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API)** support), you might want to use the **[web-animations-js](https://github.com/web-animations/web-animations-js)** polyfill. For details, see the corresponding
0 commit comments