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 15-20**
54
+ Supported Angular versions: **Angular 17-21**
55
55
 
56
- Run this command if you are using **Angular 20**:
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
- npm install stream-chat-angular stream-chat @ngx-translate/core@16 ngx-float-ui@19
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 18**:
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@16 ngx-float-ui@18
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 17**:
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@16 ngx-float-ui@17
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 16**:
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@16 ngx-float-ui@16
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 15**:
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@14 ngx-float-ui@15
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+
@@ -1 +1 @@
1
- export declare const version = "7.0.0-rc.1";
1
+ export declare const version = "7.0.0";
@@ -1,2 +1,2 @@
1
- export const version = '7.0.0-rc.1';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3N0cmVhbS1jaGF0LWFuZ3VsYXIvc3JjL2Fzc2V0cy92ZXJzaW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBQyxNQUFNLE9BQU8sR0FBRyxZQUFZLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY29uc3QgdmVyc2lvbiA9ICc3LjAuMC1yYy4xJztcbiJdfQ==
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-rc.1';
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.