stream-chat-angular 7.1.0 → 7.1.1
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Official Angular SDK for [Stream Chat](https://getstream.io/chat/sdk/react/)
|
|
2
2
|
|
|
3
|
-
> The official Angular components for Stream Chat
|
|
3
|
+
> The official Angular components for Stream Chat 💬, a service for building chat applications.
|
|
4
4
|
|
|
5
5
|

|
|
6
6
|
|
|
@@ -56,8 +56,7 @@ Supported Angular versions: **Angular 17-21**
|
|
|
56
56
|
Run this command if you are using **Angular 21**:
|
|
57
57
|
|
|
58
58
|
```shell
|
|
59
|
-
|
|
60
|
-
npm install stream-chat-angular stream-chat @ngx-translate/core ngx-float-ui@20 --force
|
|
59
|
+
npm install stream-chat-angular stream-chat @ngx-translate/core ngx-float-ui@21
|
|
61
60
|
```
|
|
62
61
|
|
|
63
62
|
Run this command if you are using **Angular 20**:
|
package/assets/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "7.1.
|
|
1
|
+
export declare const version = "7.1.1";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '7.1.
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
1
|
+
export const version = '7.1.1';
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3N0cmVhbS1jaGF0LWFuZ3VsYXIvc3JjL2Fzc2V0cy92ZXJzaW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE1BQU0sQ0FBQyxNQUFNLE9BQU8sR0FBRyxPQUFPLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgY29uc3QgdmVyc2lvbiA9ICc3LjEuMSc7XG4iXX0=
|
|
@@ -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.1.
|
|
25
|
+
const version = '7.1.1';
|
|
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.
|