stream-chat-angular 6.1.0-next.2 → 6.1.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,30 +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
- Run this command if you are using **Angular 19**:
54
+ Supported Angular versions: **Angular 15-20**
55
+
56
+ Run this command if you are using **Angular 20**:
55
57
 
56
58
  ```shell
57
- npm install stream-chat-angular stream-chat @ngx-translate/core@15 ngx-float-ui@19
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
58
61
  ```
59
62
 
60
- Supported Angular versions: **Angular 15-18**
63
+ Run this command if you are using **Angular 19**:
64
+
65
+ ```shell
66
+ npm install stream-chat-angular stream-chat @ngx-translate/core@16 ngx-float-ui@19
67
+ ```
61
68
 
62
69
  Run this command if you are using **Angular 18**:
63
70
 
64
71
  ```shell
65
- npm install stream-chat-angular stream-chat ngx-float-ui@18
72
+ npm install stream-chat-angular stream-chat @ngx-translate/core@16 ngx-float-ui@18
66
73
  ```
67
74
 
68
75
  Run this command if you are using **Angular 17**:
69
76
 
70
77
  ```shell
71
- npm install stream-chat-angular stream-chat ngx-float-ui@17
78
+ npm install stream-chat-angular stream-chat @ngx-translate/core@16 ngx-float-ui@17
72
79
  ```
73
80
 
74
81
  Run this command if you are using **Angular 16**:
75
82
 
76
83
  ```shell
77
- npm install stream-chat-angular stream-chat ngx-float-ui@16
84
+ npm install stream-chat-angular stream-chat @ngx-translate/core@16 ngx-float-ui@16
78
85
  ```
79
86
 
80
87
  Run this command if you are using **Angular 15**:
@@ -85,8 +92,6 @@ npm install stream-chat-angular stream-chat @ngx-translate/core@14 ngx-float-ui@
85
92
 
86
93
  Supported node verisons: 18+
87
94
 
88
- ```
89
-
90
95
  ## Sample App
91
96
 
92
97
  This repository includes a sample app to test our library.
@@ -126,4 +131,7 @@ Run `npm start:customizations-example` and navigate to `http://localhost:4200/`.
126
131
  ## Local development
127
132
 
128
133
  Run `npm install` in the root of the project. You can use the `npm run start:dev` command to start the SampleApp with automatic reloading.
134
+
135
+ ```
136
+
129
137
  ```
@@ -1 +1 @@
1
- export declare const version = "6.1.0-next.2";
1
+ export declare const version = "6.1.0";
@@ -1,2 +1,2 @@
1
- export const version = '6.1.0-next.2';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3N0cmVhbS1jaGF0LWFuZ3VsYXIvc3JjL2Fzc2V0cy92ZXJzaW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBQyxNQUFNLE9BQU8sR0FBRyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY29uc3QgdmVyc2lvbiA9ICc2LjEuMC1uZXh0LjInO1xuIl19
1
+ export const version = '6.1.0';
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3N0cmVhbS1jaGF0LWFuZ3VsYXIvc3JjL2Fzc2V0cy92ZXJzaW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBQyxNQUFNLE9BQU8sR0FBRyxPQUFPLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY29uc3QgdmVyc2lvbiA9ICc2LjEuMCc7XG4iXX0=
@@ -21,7 +21,7 @@ import transliterate from '@stream-io/transliterate';
21
21
  import * as i8$1 from 'angular-mentions';
22
22
  import { MentionModule } from 'angular-mentions';
23
23
 
24
- const version = '6.1.0-next.2';
24
+ const version = '6.1.0';
25
25
 
26
26
  /**
27
27
  * 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.