-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V5 #617
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BREAKING CHANGE: - Angular 12-14 is no longer supported - Event handlers with `Function` type are changed to `() => void` - Event handlers with `any` return types are changed to `void` return type
Drop support for Angular 12-14
# [5.0.0-v5.1](v4.66.1...v5.0.0-v5.1) (2024-04-11) ### Features * Update Angular to 15 ([70f20e4](70f20e4)) * Update dependecy versions ([8f217ee](8f217ee)) ### BREAKING CHANGES * - Angular 12-14 is no longer supported - Event handlers with `Function` type are changed to `() => void` - Event handlers with `any` return types are changed to `void` return type
V5 peer dependencies
# [5.0.0-v5.2](v5.0.0-v5.1...v5.0.0-v5.2) (2024-04-11) ### Features * add all Angular library dependencies as peer dependencies ([393db76](393db76)) * replace ngx-popperjs with ngx-float-ui ([cd1a8e3](cd1a8e3))
BREAKING CHANGE: -Theme-v1 is removed -Theme-v2 stylesheet import needs to be updated to `stream-chat-angular/src/assets/styles/scss/index.scss` or `stream-chat-angular/src/assets/styles/css/index.css` - The `MessageActionsBoxComponent` and `messageActionsBoxTemplate$` no longer accepts the `isOpen` input, the `Message` component will take care of showing/hiding the action box component
feat: Remove theme-v1
# [5.0.0-v5.3](v5.0.0-v5.2...v5.0.0-v5.3) (2024-04-12) ### Features * Remove theme-v1 ([03cf541](03cf541)) ### BREAKING CHANGES * -Theme-v1 is removed -Theme-v2 stylesheet import needs to be updated to `stream-chat-angular/src/assets/styles/scss/index.scss` or `stream-chat-angular/src/assets/styles/css/index.css` - The `MessageActionsBoxComponent` and `messageActionsBoxTemplate$` no longer accepts the `isOpen` input, the `Message` component will take care of showing/hiding the action box component
Fix stream chat type issue
# [5.0.0-v5.4](v5.0.0-v5.3...v5.0.0-v5.4) (2024-04-15) ### Bug Fixes * typing issue with [email protected] [#592](#592) ([24b0277](24b0277))
# [5.0.0-v5.5](v5.0.0-v5.4...v5.0.0-v5.5) (2024-04-15) ### Bug Fixes * typing issue with [email protected] [#592](#592) ([6efdfc8](6efdfc8))
# [5.0.0-v5.6](v5.0.0-v5.5...v5.0.0-v5.6) (2024-04-17) ### Features * remove all deprecated code ([4494ed9](4494ed9)) ### BREAKING CHANGES * please see https://getstream.io/chat/docs/sdk/angular/5/basics/upgrade-v4/#removed-deprecated-features
# [5.0.0-v5.29](v5.0.0-v5.28...v5.0.0-v5.29) (2024-06-27) ### Bug Fixes * message to edit wasn't always properly unselected ([40c9ba2](40c9ba2))
# [5.0.0-v5.30](v5.0.0-v5.29...v5.0.0-v5.30) (2024-06-27) ### Bug Fixes * thread small UI fixes ([7717df8](7717df8))
# [5.0.0-v5.31](v5.0.0-v5.30...v5.0.0-v5.31) (2024-06-27) ### Bug Fixes * message status tooltip on iOS ([b9990b8](b9990b8))
# [5.0.0-v5.32](v5.0.0-v5.31...v5.0.0-v5.32) (2024-06-28) ### Bug Fixes * only disable user-select for the message bubble, not the whole message area ([30000ef](30000ef))
# [5.0.0-v5.33](v5.0.0-v5.32...v5.0.0-v5.33) (2024-07-01) ### Bug Fixes * desktop message menu is opened even if we have a custom event handler ([a6f0f08](a6f0f08)) * update stream-chat-css version ([8e11a97](8e11a97))
# [5.0.0-v5.34](v5.0.0-v5.33...v5.0.0-v5.34) (2024-07-03) ### Bug Fixes * add space after mentioned user's name ([2e17132](2e17132))
# [5.0.0-v5.35](v5.0.0-v5.34...v5.0.0-v5.35) (2024-07-09) ### Bug Fixes * Update ngx-float-ui version ([67a5bb8](67a5bb8))
# [5.0.0-v5.36](v5.0.0-v5.35...v5.0.0-v5.36) (2024-07-09) ### Bug Fixes * ngx-float-ui version ([11eff40](11eff40))
# [5.0.0-v5.37](v5.0.0-v5.36...v5.0.0-v5.37) (2024-07-09) ### Bug Fixes * add space after mentioned user's name ([a2b9a78](a2b9a78))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.