-
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
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d81abd2 - Browse repository at this point
Copy the full SHA d81abd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78275ef - Browse repository at this point
Copy the full SHA 78275efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1abb764 - Browse repository at this point
Copy the full SHA 1abb764View commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 47195ba - Browse repository at this point
Copy the full SHA 47195baView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 70f20e4 - Browse repository at this point
Copy the full SHA 70f20e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd6e3ef - Browse repository at this point
Copy the full SHA bd6e3efView commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8f217ee - Browse repository at this point
Copy the full SHA 8f217eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7505645 - Browse repository at this point
Copy the full SHA 7505645View commit details -
Configuration menu - View commit details
-
Copy full SHA for b53c5fc - Browse repository at this point
Copy the full SHA b53c5fcView commit details -
Merge pull request #588 from GetStream/v5-update-angular
Drop support for Angular 12-14
Configuration menu - View commit details
-
Copy full SHA for 41e03fd - Browse repository at this point
Copy the full SHA 41e03fdView commit details -
chore(release): 5.0.0-v5.1 [skip ci]
# [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
Configuration menu - View commit details
-
Copy full SHA for c7e7f2a - Browse repository at this point
Copy the full SHA c7e7f2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd1a8e3 - Browse repository at this point
Copy the full SHA cd1a8e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22b23a5 - Browse repository at this point
Copy the full SHA 22b23a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a59eb4 - Browse repository at this point
Copy the full SHA 4a59eb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 393db76 - Browse repository at this point
Copy the full SHA 393db76View commit details -
Merge pull request #589 from GetStream/v5-peer-dependencies
V5 peer dependencies
Configuration menu - View commit details
-
Copy full SHA for ae8905b - Browse repository at this point
Copy the full SHA ae8905bView commit details -
chore(release): 5.0.0-v5.2 [skip ci]
# [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))
Configuration menu - View commit details
-
Copy full SHA for 5c4e8fb - Browse repository at this point
Copy the full SHA 5c4e8fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c85ebb - Browse repository at this point
Copy the full SHA 1c85ebbView commit details
Commits on Apr 12, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 03cf541 - Browse repository at this point
Copy the full SHA 03cf541View commit details -
Merge pull request #590 from GetStream/remove-theme-v1
feat: Remove theme-v1
Configuration menu - View commit details
-
Copy full SHA for d86c4da - Browse repository at this point
Copy the full SHA d86c4daView commit details -
chore(release): 5.0.0-v5.3 [skip ci]
# [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
Configuration menu - View commit details
-
Copy full SHA for a59f8fc - Browse repository at this point
Copy the full SHA a59f8fcView commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 82227d5 - Browse repository at this point
Copy the full SHA 82227d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24b0277 - Browse repository at this point
Copy the full SHA 24b0277View commit details -
Merge pull request #594 from GetStream/fix-stream-chat-type-issue
Fix stream chat type issue
Configuration menu - View commit details
-
Copy full SHA for d0e948f - Browse repository at this point
Copy the full SHA d0e948fView commit details -
chore(release): 5.0.0-v5.4 [skip ci]
# [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))
Configuration menu - View commit details
-
Copy full SHA for f020f94 - Browse repository at this point
Copy the full SHA f020f94View commit details -
Configuration menu - View commit details
-
Copy full SHA for de6d252 - Browse repository at this point
Copy the full SHA de6d252View commit details -
chore(release): 5.0.0-v5.5 [skip ci]
# [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))
Configuration menu - View commit details
-
Copy full SHA for 8fdac8f - Browse repository at this point
Copy the full SHA 8fdac8fView commit details
Commits on Apr 17, 2024
-
feat: remove all deprecated code
BREAKING CHANGE: please see https://getstream.io/chat/docs/sdk/angular/5/basics/upgrade-v4/#removed-deprecated-features
Configuration menu - View commit details
-
Copy full SHA for 4494ed9 - Browse repository at this point
Copy the full SHA 4494ed9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51170b4 - Browse repository at this point
Copy the full SHA 51170b4View commit details -
chore(release): 5.0.0-v5.6 [skip ci]
# [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
Configuration menu - View commit details
-
Copy full SHA for 1780eb2 - Browse repository at this point
Copy the full SHA 1780eb2View commit details -
feat: make sure
channels$
stream never closesBREAKING CHANGE: `options.keepAliveChannels$OnError` is no longer necessary, and has been removed
Configuration menu - View commit details
-
Copy full SHA for a5136b5 - Browse repository at this point
Copy the full SHA a5136b5View commit details -
Merge pull request #597 from GetStream/v5-fix-channel-query-error-han…
…dling feat: make sure `channels$` stream never closes
Configuration menu - View commit details
-
Copy full SHA for c9b6ba8 - Browse repository at this point
Copy the full SHA c9b6ba8View commit details -
chore(release): 5.0.0-v5.7 [skip ci]
# [5.0.0-v5.7](v5.0.0-v5.6...v5.0.0-v5.7) (2024-04-17) ### Features * make sure `channels$` stream never closes ([a5136b5](a5136b5)) ### BREAKING CHANGES * `options.keepAliveChannels$OnError` is no longer necessary, and has been removed
Configuration menu - View commit details
-
Copy full SHA for 877d279 - Browse repository at this point
Copy the full SHA 877d279View commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ca7877c - Browse repository at this point
Copy the full SHA ca7877cView commit details -
Merge pull request #598 from GetStream/v5-context-menu-placement
fix: message status tooltip trigger
Configuration menu - View commit details
-
Copy full SHA for c57586e - Browse repository at this point
Copy the full SHA c57586eView commit details -
chore(release): 5.0.0-v5.8 [skip ci]
# [5.0.0-v5.8](v5.0.0-v5.7...v5.0.0-v5.8) (2024-04-18) ### Bug Fixes * message status tooltip trigger ([ca7877c](ca7877c))
Configuration menu - View commit details
-
Copy full SHA for c935667 - Browse repository at this point
Copy the full SHA c935667View commit details -
feat: align the default reaction set with other SDKs #310
BREAKING CHANGE: the `angry` reaction is removed
Configuration menu - View commit details
-
Copy full SHA for bad989d - Browse repository at this point
Copy the full SHA bad989dView commit details -
Merge pull request #599 from GetStream/v5-reactions-consolidation
feat: align the default reaction set with other SDKs #310
Configuration menu - View commit details
-
Copy full SHA for b0722ab - Browse repository at this point
Copy the full SHA b0722abView commit details -
chore(release): 5.0.0-v5.9 [skip ci]
# [5.0.0-v5.9](v5.0.0-v5.8...v5.0.0-v5.9) (2024-04-18) ### Features * align the default reaction set with other SDKs [#310](#310) ([bad989d](bad989d)) ### BREAKING CHANGES * the `angry` reaction is removed
Configuration menu - View commit details
-
Copy full SHA for a51664d - Browse repository at this point
Copy the full SHA a51664dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cbc6d4 - Browse repository at this point
Copy the full SHA 7cbc6d4View commit details -
chore(release): 5.0.0-v5.10 [skip ci]
# [5.0.0-v5.10](v5.0.0-v5.9...v5.0.0-v5.10) (2024-04-18) ### Bug Fixes * message actions box not displayed ([7cbc6d4](7cbc6d4))
Configuration menu - View commit details
-
Copy full SHA for 43e9716 - Browse repository at this point
Copy the full SHA 43e9716View commit details
Commits on Apr 19, 2024
-
feat: allow customizing avatar size from CSS #84 #569
BREAKING CHANGE: `size` input is removed from `AvatarPlaceholderComponent`, `AvatarComponent` and `avatarTemplate$`
Configuration menu - View commit details
-
Copy full SHA for cbbf1cd - Browse repository at this point
Copy the full SHA cbbf1cdView commit details
Commits on Apr 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 55bec1e - Browse repository at this point
Copy the full SHA 55bec1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d78bf1 - Browse repository at this point
Copy the full SHA 1d78bf1View commit details
Commits on Apr 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7ba8a82 - Browse repository at this point
Copy the full SHA 7ba8a82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fe7d28 - Browse repository at this point
Copy the full SHA 1fe7d28View commit details -
chore(release): 5.0.0-v5.11 [skip ci]
# [5.0.0-v5.11](v5.0.0-v5.10...v5.0.0-v5.11) (2024-04-25) ### Bug Fixes * position message status tooltip on top [#595](#595) ([f3e8bdb](f3e8bdb))
Configuration menu - View commit details
-
Copy full SHA for d34b7a1 - Browse repository at this point
Copy the full SHA d34b7a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc85a6f - Browse repository at this point
Copy the full SHA bc85a6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 985e8f0 - Browse repository at this point
Copy the full SHA 985e8f0View commit details -
chore(release): 5.0.0-v5.12 [skip ci]
# [5.0.0-v5.12](v5.0.0-v5.11...v5.0.0-v5.12) (2024-04-25) ### Bug Fixes * too specific font-family setting [#603](#603) ([2c53eb1](2c53eb1))
Configuration menu - View commit details
-
Copy full SHA for aef2de0 - Browse repository at this point
Copy the full SHA aef2de0View commit details
Commits on Apr 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e768f2e - Browse repository at this point
Copy the full SHA e768f2eView commit details -
chore(release): 5.0.0-v5.13 [skip ci]
# [5.0.0-v5.13](v5.0.0-v5.12...v5.0.0-v5.13) (2024-04-26) ### Features * allow customizing avatar size from CSS [#84](#84) [#569](#569) ([cbbf1cd](cbbf1cd)) * Allow customizing icons from CSS [#84](#84) [#575](#575) ([55bec1e](55bec1e)) * remove size attributom from loading indicator ([1d78bf1](1d78bf1)) ### BREAKING CHANGES * see https://getstream.io/chat/docs/sdk/angular/5/basics/upgrade-v4/#component-customization * see https://getstream.io/chat/docs/sdk/angular/5/basics/upgrade-v4/#component-customization * `size` input is removed from `AvatarPlaceholderComponent`, `AvatarComponent` and `avatarTemplate$`
Configuration menu - View commit details
-
Copy full SHA for 9b8480b - Browse repository at this point
Copy the full SHA 9b8480bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a61d13 - Browse repository at this point
Copy the full SHA 0a61d13View commit details -
chore(release): 5.0.0-v5.14 [skip ci]
# [5.0.0-v5.14](v5.0.0-v5.13...v5.0.0-v5.14) (2024-04-26) ### Bug Fixes * apply tooltip positioning to v5 release ([0a61d13](0a61d13))
Configuration menu - View commit details
-
Copy full SHA for a3cc49f - Browse repository at this point
Copy the full SHA a3cc49fView commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c0c0eb - Browse repository at this point
Copy the full SHA 6c0c0ebView commit details -
chore(release): 5.0.0-v5.15 [skip ci]
# [5.0.0-v5.15](v5.0.0-v5.14...v5.0.0-v5.15) (2024-05-16) ### Bug Fixes * custom styles bundle fails to import icons ([069a879](069a879))
Configuration menu - View commit details
-
Copy full SHA for 05d8427 - Browse repository at this point
Copy the full SHA 05d8427View commit details -
Configuration menu - View commit details
-
Copy full SHA for e173deb - Browse repository at this point
Copy the full SHA e173debView commit details -
Merge pull request #608 from GetStream/v5-message-menu-position
feat: fix message menu positions
Configuration menu - View commit details
-
Copy full SHA for f481505 - Browse repository at this point
Copy the full SHA f481505View commit details -
chore(release): 5.0.0-v5.16 [skip ci]
# [5.0.0-v5.16](v5.0.0-v5.15...v5.0.0-v5.16) (2024-05-16) ### Features * fix message menu positions ([e173deb](e173deb))
Configuration menu - View commit details
-
Copy full SHA for f082459 - Browse repository at this point
Copy the full SHA f082459View commit details
Commits on May 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c358d91 - Browse repository at this point
Copy the full SHA c358d91View commit details -
chore(release): 5.0.0-v5.17 [skip ci]
# [5.0.0-v5.17](v5.0.0-v5.16...v5.0.0-v5.17) (2024-05-27) ### Bug Fixes * add correct uuid dependency [#609](#609) ([381469b](381469b))
Configuration menu - View commit details
-
Copy full SHA for 5533e74 - Browse repository at this point
Copy the full SHA 5533e74View commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ea6ebb3 - Browse repository at this point
Copy the full SHA ea6ebb3View commit details -
chore(release): 5.0.0-v5.18 [skip ci]
# [5.0.0-v5.18](v5.0.0-v5.17...v5.0.0-v5.18) (2024-06-13) ### Features * add message list optimization for livestream use-case ([983e4ce](983e4ce)) * add support for Angular 18 ([ddb4865](ddb4865))
Configuration menu - View commit details
-
Copy full SHA for f3840b1 - Browse repository at this point
Copy the full SHA f3840b1View commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2906138 - Browse repository at this point
Copy the full SHA 2906138View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f905c7 - Browse repository at this point
Copy the full SHA 1f905c7View commit details -
chore(release): 5.0.0-v5.19 [skip ci]
# [5.0.0-v5.19](v5.0.0-v5.18...v5.0.0-v5.19) (2024-06-17) ### Bug Fixes * make it possible to disable channel invite query ([7d2e9ed](7d2e9ed))
Configuration menu - View commit details
-
Copy full SHA for f79becb - Browse repository at this point
Copy the full SHA f79becbView commit details -
feat: Keeping track of channel invite now requires opt-in
BREAKING CHANGE: Keeping track of pending channel invites is no longer automatic. If you want to enable this behavior you need to initialize the [`ChatClientService`](../services/ChatClientService.mdx) with the following flag: ```typescript this.chatService.init("<API key>", "<user>", "<token provider>", { trackPendingChannelInvites: true, }); ```
Configuration menu - View commit details
-
Copy full SHA for 85a44fe - Browse repository at this point
Copy the full SHA 85a44feView commit details -
Merge pull request #618 from GetStream/v5-disable-channel-invites
V5 disable channel invites
Configuration menu - View commit details
-
Copy full SHA for e1e81b4 - Browse repository at this point
Copy the full SHA e1e81b4View commit details -
chore(release): 5.0.0-v5.20 [skip ci]
# [5.0.0-v5.20](v5.0.0-v5.19...v5.0.0-v5.20) (2024-06-17) ### Features * Keeping track of channel invite now requires opt-in ([85a44fe](85a44fe)) ### BREAKING CHANGES * Keeping track of pending channel invites is no longer automatic. If you want to enable this behavior you need to initialize the [`ChatClientService`](../services/ChatClientService.mdx) with the following flag: ```typescript this.chatService.init("<API key>", "<user>", "<token provider>", { trackPendingChannelInvites: true, }); ```
Configuration menu - View commit details
-
Copy full SHA for 4dc5f09 - Browse repository at this point
Copy the full SHA 4dc5f09View commit details
Commits on Jun 18, 2024
-
feat: refactor message menu UI
BREAKING CHANGE: You can find the list of breaking changes in the docs: - https://getstream.io/chat/docs/sdk/angular/5/basics/upgrade-v4/#new-message-menu-ui - https://getstream.io/chat/docs/sdk/angular/5/basics/upgrade-v4/#type-changes
Configuration menu - View commit details
-
Copy full SHA for 0706f72 - Browse repository at this point
Copy the full SHA 0706f72View commit details -
Merge pull request #615 from GetStream/v5-message-menu-trigger
V5 message menu trigger
Configuration menu - View commit details
-
Copy full SHA for 59c6fb6 - Browse repository at this point
Copy the full SHA 59c6fb6View commit details -
chore(release): 5.0.0-v5.21 [skip ci]
# [5.0.0-v5.21](v5.0.0-v5.20...v5.0.0-v5.21) (2024-06-18) ### Features * refactor message menu UI ([0706f72](0706f72)) ### BREAKING CHANGES * You can find the list of breaking changes in the docs: - https://getstream.io/chat/docs/sdk/angular/5/basics/upgrade-v4/#new-message-menu-ui - https://getstream.io/chat/docs/sdk/angular/5/basics/upgrade-v4/#type-changes
Configuration menu - View commit details
-
Copy full SHA for babc0eb - Browse repository at this point
Copy the full SHA babc0ebView commit details -
BREAKING CHANGE: please check https://getstream.io/chat/docs/sdk/angular/5/basics/upgrade-v4/#new-message-menu-ui
Configuration menu - View commit details
-
Copy full SHA for 5d5ee65 - Browse repository at this point
Copy the full SHA 5d5ee65View commit details -
Merge pull request #619 from GetStream/v5-edit-message-ui
V5 edit message UI
Configuration menu - View commit details
-
Copy full SHA for 644fe55 - Browse repository at this point
Copy the full SHA 644fe55View commit details -
chore(release): 5.0.0-v5.22 [skip ci]
# [5.0.0-v5.22](v5.0.0-v5.21...v5.0.0-v5.22) (2024-06-18) ### Features * change edit message UI ([5d5ee65](5d5ee65)) ### BREAKING CHANGES * please check https://getstream.io/chat/docs/sdk/angular/5/basics/upgrade-v4/#new-message-menu-ui
Configuration menu - View commit details
-
Copy full SHA for 3b61f75 - Browse repository at this point
Copy the full SHA 3b61f75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fc7b26 - Browse repository at this point
Copy the full SHA 5fc7b26View commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d44ec9 - Browse repository at this point
Copy the full SHA 3d44ec9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f5e592 - Browse repository at this point
Copy the full SHA 2f5e592View commit details -
chore(release): 5.0.0-v5.23 [skip ci]
# [5.0.0-v5.23](v5.0.0-v5.22...v5.0.0-v5.23) (2024-06-19) ### Bug Fixes * don't open menu while user is scrolling ([2f5e592](2f5e592))
Configuration menu - View commit details
-
Copy full SHA for 53fd897 - Browse repository at this point
Copy the full SHA 53fd897View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 002755c - Browse repository at this point
Copy the full SHA 002755cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95733f8 - Browse repository at this point
Copy the full SHA 95733f8View commit details
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7c3b740 - Browse repository at this point
Copy the full SHA 7c3b740View commit details -
chore(release): 5.0.0-v5.24 [skip ci]
# [5.0.0-v5.24](v5.0.0-v5.23...v5.0.0-v5.24) (2024-06-21) ### Bug Fixes * set SDK header before sending first request ([7c3b740](7c3b740))
Configuration menu - View commit details
-
Copy full SHA for 8ff1709 - Browse repository at this point
Copy the full SHA 8ff1709View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 91204fe - Browse repository at this point
Copy the full SHA 91204feView commit details -
Configuration menu - View commit details
-
Copy full SHA for bce34e6 - Browse repository at this point
Copy the full SHA bce34e6View commit details -
Merge pull request #620 from GetStream/v5-attachment-size-check
feat: check file size before attempting to upload attachment
Configuration menu - View commit details
-
Copy full SHA for ed749e1 - Browse repository at this point
Copy the full SHA ed749e1View commit details -
chore(release): 5.0.0-v5.25 [skip ci]
# [5.0.0-v5.25](v5.0.0-v5.24...v5.0.0-v5.25) (2024-06-24) ### Bug Fixes * preserve app settings between user changes (unless API key is changed) ([bce34e6](bce34e6)) ### Features * check file size before attempting to upload attachment ([91204fe](91204fe))
Configuration menu - View commit details
-
Copy full SHA for 6174c6f - Browse repository at this point
Copy the full SHA 6174c6fView commit details
Commits on Jun 25, 2024
-
fix: make sure that
channelListSetter
respects the order of channel……s, and make sure it only accepts a watched channel BREAKING CHANGE: the `channelListSetter` no longer accepts a `ChannelResponse`, for more information follow: https://getstream.io/chat/docs/sdk/angular/5/basics/upgrade-v4/#signature-change-for-custom-channel-list-event-handlers
Configuration menu - View commit details
-
Copy full SHA for c8a8be8 - Browse repository at this point
Copy the full SHA c8a8be8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 244f279 - Browse repository at this point
Copy the full SHA 244f279View commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 78b35a5 - Browse repository at this point
Copy the full SHA 78b35a5View commit details -
Merge pull request #621 from GetStream/v5-custom-channel-query
Allow custom channel queries
Configuration menu - View commit details
-
Copy full SHA for 138e06f - Browse repository at this point
Copy the full SHA 138e06fView commit details -
chore(release): 5.0.0-v5.26 [skip ci]
# [5.0.0-v5.26](v5.0.0-v5.25...v5.0.0-v5.26) (2024-06-26) ### Bug Fixes * make sure that `channelListSetter` respects the order of channels, and make sure it only accepts a watched channel ([c8a8be8](c8a8be8)) ### Features * allow providing custom channel list query ([78b35a5](78b35a5)) ### BREAKING CHANGES * the `channelListSetter` no longer accepts a `ChannelResponse`, for more information follow: https://getstream.io/chat/docs/sdk/angular/5/basics/upgrade-v4/#signature-change-for-custom-channel-list-event-handlers
Configuration menu - View commit details
-
Copy full SHA for d4c454b - Browse repository at this point
Copy the full SHA d4c454bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95048e9 - Browse repository at this point
Copy the full SHA 95048e9View commit details -
chore(release): 5.0.0-v5.27 [skip ci]
# [5.0.0-v5.27](v5.0.0-v5.26...v5.0.0-v5.27) (2024-06-26) ### Features * update ngx-float-ui version ([95048e9](95048e9))
Configuration menu - View commit details
-
Copy full SHA for c363c55 - Browse repository at this point
Copy the full SHA c363c55View commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 14adfd7 - Browse repository at this point
Copy the full SHA 14adfd7View commit details -
chore(release): 5.0.0-v5.28 [skip ci]
# [5.0.0-v5.28](v5.0.0-v5.27...v5.0.0-v5.28) (2024-06-27) ### Bug Fixes * small CSS fixes ([14adfd7](14adfd7))
Configuration menu - View commit details
-
Copy full SHA for 091a670 - Browse repository at this point
Copy the full SHA 091a670View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bb7819 - Browse repository at this point
Copy the full SHA 1bb7819View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40c9ba2 - Browse repository at this point
Copy the full SHA 40c9ba2View commit details -
chore(release): 5.0.0-v5.29 [skip ci]
# [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))
Configuration menu - View commit details
-
Copy full SHA for df933fe - Browse repository at this point
Copy the full SHA df933feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7717df8 - Browse repository at this point
Copy the full SHA 7717df8View commit details -
chore(release): 5.0.0-v5.30 [skip ci]
# [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))
Configuration menu - View commit details
-
Copy full SHA for 63607fd - Browse repository at this point
Copy the full SHA 63607fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9990b8 - Browse repository at this point
Copy the full SHA b9990b8View commit details -
chore(release): 5.0.0-v5.31 [skip ci]
# [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))
Configuration menu - View commit details
-
Copy full SHA for 9aa987f - Browse repository at this point
Copy the full SHA 9aa987fView commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 30000ef - Browse repository at this point
Copy the full SHA 30000efView commit details -
chore(release): 5.0.0-v5.32 [skip ci]
# [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))
Configuration menu - View commit details
-
Copy full SHA for 66b0caa - Browse repository at this point
Copy the full SHA 66b0caaView commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a6f0f08 - Browse repository at this point
Copy the full SHA a6f0f08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e11a97 - Browse repository at this point
Copy the full SHA 8e11a97View commit details -
chore(release): 5.0.0-v5.33 [skip ci]
# [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))
Configuration menu - View commit details
-
Copy full SHA for 51c198f - Browse repository at this point
Copy the full SHA 51c198fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6eabc3 - Browse repository at this point
Copy the full SHA d6eabc3View commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2e17132 - Browse repository at this point
Copy the full SHA 2e17132View commit details -
chore(release): 5.0.0-v5.34 [skip ci]
# [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))
Configuration menu - View commit details
-
Copy full SHA for 9071a22 - Browse repository at this point
Copy the full SHA 9071a22View commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 67a5bb8 - Browse repository at this point
Copy the full SHA 67a5bb8View commit details -
chore(release): 5.0.0-v5.35 [skip ci]
# [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))
Configuration menu - View commit details
-
Copy full SHA for 8f8db43 - Browse repository at this point
Copy the full SHA 8f8db43View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac00e5c - Browse repository at this point
Copy the full SHA ac00e5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11eff40 - Browse repository at this point
Copy the full SHA 11eff40View commit details -
chore(release): 5.0.0-v5.36 [skip ci]
# [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))
Configuration menu - View commit details
-
Copy full SHA for b0c8a2f - Browse repository at this point
Copy the full SHA b0c8a2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73c1969 - Browse repository at this point
Copy the full SHA 73c1969View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d2efed - Browse repository at this point
Copy the full SHA 5d2efedView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9c14f5 - Browse repository at this point
Copy the full SHA b9c14f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fdb024 - Browse repository at this point
Copy the full SHA 0fdb024View commit details -
Configuration menu - View commit details
-
Copy full SHA for 304c6ea - Browse repository at this point
Copy the full SHA 304c6eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for bced8d0 - Browse repository at this point
Copy the full SHA bced8d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90b2c25 - Browse repository at this point
Copy the full SHA 90b2c25View commit details -
chore(release): 5.0.0-v5.37 [skip ci]
# [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))
Configuration menu - View commit details
-
Copy full SHA for a77641d - Browse repository at this point
Copy the full SHA a77641dView commit details