stream-chat-angular 7.0.0-rc.1 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -51,43 +51,37 @@ Check out our current openings and apply via [Stream's website](https://getstrea
|
|
|
51
51
|
|
|
52
52
|
### Install with NPM
|
|
53
53
|
|
|
54
|
-
Supported Angular versions: **Angular
|
|
54
|
+
Supported Angular versions: **Angular 17-21**
|
|
55
55
|
|
|
56
|
-
Run this command if you are using **Angular
|
|
57
|
-
|
|
58
|
-
```shell
|
|
59
|
-
# Not all dependencies support Anglar 20 yet, so --force is required
|
|
60
|
-
npm install stream-chat-angular stream-chat @ngx-translate/core@16 ngx-float-ui@19 --force
|
|
61
|
-
```
|
|
62
|
-
|
|
63
|
-
Run this command if you are using **Angular 19**:
|
|
56
|
+
Run this command if you are using **Angular 21**:
|
|
64
57
|
|
|
65
58
|
```shell
|
|
66
|
-
|
|
59
|
+
# Not all dependencies support Anglar 21 yet, so --force is required
|
|
60
|
+
npm install stream-chat-angular stream-chat @ngx-translate/core ngx-float-ui@20 --force
|
|
67
61
|
```
|
|
68
62
|
|
|
69
|
-
Run this command if you are using **Angular
|
|
63
|
+
Run this command if you are using **Angular 20**:
|
|
70
64
|
|
|
71
65
|
```shell
|
|
72
|
-
npm install stream-chat-angular stream-chat @ngx-translate/core
|
|
66
|
+
npm install stream-chat-angular stream-chat @ngx-translate/core ngx-float-ui@20
|
|
73
67
|
```
|
|
74
68
|
|
|
75
|
-
Run this command if you are using **Angular
|
|
69
|
+
Run this command if you are using **Angular 19**:
|
|
76
70
|
|
|
77
71
|
```shell
|
|
78
|
-
npm install stream-chat-angular stream-chat @ngx-translate/core
|
|
72
|
+
npm install stream-chat-angular stream-chat @ngx-translate/core ngx-float-ui@19
|
|
79
73
|
```
|
|
80
74
|
|
|
81
|
-
Run this command if you are using **Angular
|
|
75
|
+
Run this command if you are using **Angular 18**:
|
|
82
76
|
|
|
83
77
|
```shell
|
|
84
|
-
npm install stream-chat-angular stream-chat @ngx-translate/core
|
|
78
|
+
npm install stream-chat-angular stream-chat @ngx-translate/core ngx-float-ui@18
|
|
85
79
|
```
|
|
86
80
|
|
|
87
|
-
Run this command if you are using **Angular
|
|
81
|
+
Run this command if you are using **Angular 17**:
|
|
88
82
|
|
|
89
83
|
```shell
|
|
90
|
-
npm install stream-chat-angular stream-chat @ngx-translate/core
|
|
84
|
+
npm install stream-chat-angular stream-chat @ngx-translate/core ngx-float-ui@17
|
|
91
85
|
```
|
|
92
86
|
|
|
93
87
|
Supported node verisons: 18+
|
package/assets/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "7.0.0
|
|
1
|
+
export declare const version = "7.0.0";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '7.0.0
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
export const version = '7.0.0';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3N0cmVhbS1jaGF0LWFuZ3VsYXIvc3JjL2Fzc2V0cy92ZXJzaW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBQyxNQUFNLE9BQU8sR0FBRyxPQUFPLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY29uc3QgdmVyc2lvbiA9ICc3LjAuMCc7XG4iXX0=
|
|
@@ -22,7 +22,7 @@ import { MentionModule } from 'angular-mentions';
|
|
|
22
22
|
import * as i1$1 from '@angular/forms';
|
|
23
23
|
import { FormGroup, FormControl, Validators, FormArray, ReactiveFormsModule } from '@angular/forms';
|
|
24
24
|
|
|
25
|
-
const version = '7.0.0
|
|
25
|
+
const version = '7.0.0';
|
|
26
26
|
|
|
27
27
|
/**
|
|
28
28
|
* The `NotificationService` can be used to add or remove notifications. By default the [`NotificationList`](/chat/docs/sdk/angular/components/NotificationListComponent/) component displays the currently active notifications.
|