Skip to content
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

Merged
merged 124 commits into from
Jul 9, 2024
Merged

V5 #617

merged 124 commits into from
Jul 9, 2024

Commits on Apr 9, 2024

  1. chore: create v5 branch

    szuperaz committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d81abd2 View commit details
    Browse the repository at this point in the history
  2. chore(release): 4.66.0-v5.1 [skip ci]

    # [4.66.0-v5.1](v4.65.3...v4.66.0-v5.1) (2024-04-09)
    
    ### Features
    
    * display message status and time on channel preview [#570](#570) ([8b43d57](8b43d57))
    * replace read status with new icon ([f5536a4](f5536a4))
    semantic-release-bot committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    78275ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1abb764 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    47195ba View commit details
    Browse the repository at this point in the history
  2. feat: Update Angular to 15

    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
    szuperaz committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    70f20e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd6e3ef View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    8f217ee View commit details
    Browse the repository at this point in the history
  2. docs: Add update guide

    szuperaz committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7505645 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b53c5fc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #588 from GetStream/v5-update-angular

    Drop support for Angular 12-14
    szuperaz authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    41e03fd View commit details
    Browse the repository at this point in the history
  5. 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
    semantic-release-bot committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c7e7f2a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd1a8e3 View commit details
    Browse the repository at this point in the history
  7. docs: small fixes

    szuperaz committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    22b23a5 View commit details
    Browse the repository at this point in the history
  8. docs: small changes

    szuperaz committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4a59eb4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    393db76 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #589 from GetStream/v5-peer-dependencies

    V5 peer dependencies
    szuperaz authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ae8905b View commit details
    Browse the repository at this point in the history
  11. 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))
    semantic-release-bot committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5c4e8fb View commit details
    Browse the repository at this point in the history
  12. docs: Update update guide

    szuperaz committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1c85ebb View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. feat: Remove theme-v1

    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
    szuperaz committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    03cf541 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #590 from GetStream/remove-theme-v1

    feat: Remove theme-v1
    szuperaz authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d86c4da View commit details
    Browse the repository at this point in the history
  3. 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
    semantic-release-bot committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a59f8fc View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. docs: improve upgrade guide

    szuperaz committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    82227d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24b0277 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #594 from GetStream/fix-stream-chat-type-issue

    Fix stream chat type issue
    szuperaz authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    d0e948f View commit details
    Browse the repository at this point in the history
  4. 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))
    semantic-release-bot committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f020f94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de6d252 View commit details
    Browse the repository at this point in the history
  6. 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))
    semantic-release-bot committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8fdac8f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    4494ed9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51170b4 View commit details
    Browse the repository at this point in the history
  3. 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
    semantic-release-bot committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    1780eb2 View commit details
    Browse the repository at this point in the history
  4. feat: make sure channels$ stream never closes

    BREAKING CHANGE: `options.keepAliveChannels$OnError` is no longer necessary, and has been removed
    szuperaz committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a5136b5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #597 from GetStream/v5-fix-channel-query-error-han…

    …dling
    
    feat: make sure `channels$` stream never closes
    szuperaz authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c9b6ba8 View commit details
    Browse the repository at this point in the history
  6. 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
    semantic-release-bot committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    877d279 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    ca7877c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #598 from GetStream/v5-context-menu-placement

    fix: message status tooltip trigger
    szuperaz authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c57586e View commit details
    Browse the repository at this point in the history
  3. 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))
    semantic-release-bot committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c935667 View commit details
    Browse the repository at this point in the history
  4. feat: align the default reaction set with other SDKs #310

    BREAKING CHANGE: the `angry` reaction is removed
    szuperaz committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    bad989d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #599 from GetStream/v5-reactions-consolidation

    feat: align the default reaction set with other SDKs #310
    szuperaz authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b0722ab View commit details
    Browse the repository at this point in the history
  6. 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
    semantic-release-bot committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a51664d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7cbc6d4 View commit details
    Browse the repository at this point in the history
  8. 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))
    semantic-release-bot committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    43e9716 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. feat: allow customizing avatar size from CSS #84 #569

    BREAKING CHANGE: `size` input is removed from `AvatarPlaceholderComponent`, `AvatarComponent` and `avatarTemplate$`
    szuperaz committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    cbbf1cd View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    55bec1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d78bf1 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    7ba8a82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fe7d28 View commit details
    Browse the repository at this point in the history
  3. 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))
    semantic-release-bot committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d34b7a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc85a6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    985e8f0 View commit details
    Browse the repository at this point in the history
  6. 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))
    semantic-release-bot committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    aef2de0 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Merge pull request #600 from GetStream/v5-avatar-icon-sizing

    feat: allow customizing avatar size from CSS #84 #569
    szuperaz authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    e768f2e View commit details
    Browse the repository at this point in the history
  2. 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$`
    semantic-release-bot committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9b8480b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a61d13 View commit details
    Browse the repository at this point in the history
  4. 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))
    semantic-release-bot committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a3cc49f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    6c0c0eb View commit details
    Browse the repository at this point in the history
  2. 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))
    semantic-release-bot committed May 16, 2024
    Configuration menu
    Copy the full SHA
    05d8427 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e173deb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #608 from GetStream/v5-message-menu-position

    feat: fix message menu positions
    szuperaz authored May 16, 2024
    Configuration menu
    Copy the full SHA
    f481505 View commit details
    Browse the repository at this point in the history
  5. 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))
    semantic-release-bot committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f082459 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    c358d91 View commit details
    Browse the repository at this point in the history
  2. 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))
    semantic-release-bot committed May 27, 2024
    Configuration menu
    Copy the full SHA
    5533e74 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    ea6ebb3 View commit details
    Browse the repository at this point in the history
  2. 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))
    semantic-release-bot committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f3840b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    2906138 View commit details
    Browse the repository at this point in the history
  2. chore: fix lint error

    szuperaz committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1f905c7 View commit details
    Browse the repository at this point in the history
  3. 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))
    semantic-release-bot committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f79becb View commit details
    Browse the repository at this point in the history
  4. 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,
    });
    ```
    szuperaz committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    85a44fe View commit details
    Browse the repository at this point in the history
  5. Merge pull request #618 from GetStream/v5-disable-channel-invites

    V5 disable channel invites
    szuperaz authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    e1e81b4 View commit details
    Browse the repository at this point in the history
  6. 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,
    });
    ```
    semantic-release-bot committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4dc5f09 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    0706f72 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #615 from GetStream/v5-message-menu-trigger

    V5 message menu trigger
    szuperaz authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    59c6fb6 View commit details
    Browse the repository at this point in the history
  3. 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
    semantic-release-bot committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    babc0eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d5ee65 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #619 from GetStream/v5-edit-message-ui

    V5 edit message UI
    szuperaz authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    644fe55 View commit details
    Browse the repository at this point in the history
  6. 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
    semantic-release-bot committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3b61f75 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5fc7b26 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. docs: docs and examle update

    szuperaz committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    3d44ec9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f5e592 View commit details
    Browse the repository at this point in the history
  3. 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))
    semantic-release-bot committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    53fd897 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. docs: Update readme

    szuperaz committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    002755c View commit details
    Browse the repository at this point in the history
  2. docs: update readme

    szuperaz committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    95733f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    7c3b740 View commit details
    Browse the repository at this point in the history
  2. 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))
    semantic-release-bot committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8ff1709 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    91204fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bce34e6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #620 from GetStream/v5-attachment-size-check

    feat: check file size before attempting to upload attachment
    szuperaz authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ed749e1 View commit details
    Browse the repository at this point in the history
  4. 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))
    semantic-release-bot committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6174c6f View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. 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
    szuperaz committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c8a8be8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    244f279 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    78b35a5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #621 from GetStream/v5-custom-channel-query

    Allow custom channel queries
    szuperaz authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    138e06f View commit details
    Browse the repository at this point in the history
  3. 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
    semantic-release-bot committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d4c454b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95048e9 View commit details
    Browse the repository at this point in the history
  5. 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))
    semantic-release-bot committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c363c55 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. fix: small CSS fixes

    szuperaz committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    14adfd7 View commit details
    Browse the repository at this point in the history
  2. 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))
    semantic-release-bot committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    091a670 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1bb7819 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40c9ba2 View commit details
    Browse the repository at this point in the history
  5. 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))
    semantic-release-bot committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    df933fe View commit details
    Browse the repository at this point in the history
  6. fix: thread small UI fixes

    szuperaz committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    7717df8 View commit details
    Browse the repository at this point in the history
  7. 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))
    semantic-release-bot committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    63607fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b9990b8 View commit details
    Browse the repository at this point in the history
  9. 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))
    semantic-release-bot committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    9aa987f View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    30000ef View commit details
    Browse the repository at this point in the history
  2. 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))
    semantic-release-bot committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    66b0caa View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    a6f0f08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e11a97 View commit details
    Browse the repository at this point in the history
  3. 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))
    semantic-release-bot committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    51c198f View commit details
    Browse the repository at this point in the history
  4. docs: update upgrade guide

    szuperaz committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    d6eabc3 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    2e17132 View commit details
    Browse the repository at this point in the history
  2. 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))
    semantic-release-bot committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    9071a22 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    67a5bb8 View commit details
    Browse the repository at this point in the history
  2. 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))
    semantic-release-bot committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8f8db43 View commit details
    Browse the repository at this point in the history
  3. chore: fix node version

    szuperaz committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ac00e5c View commit details
    Browse the repository at this point in the history
  4. fix: ngx-float-ui version

    szuperaz committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    11eff40 View commit details
    Browse the repository at this point in the history
  5. 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))
    semantic-release-bot committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b0c8a2f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73c1969 View commit details
    Browse the repository at this point in the history
  7. docs: Update docs

    szuperaz committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    5d2efed View commit details
    Browse the repository at this point in the history
  8. Merge pull request #623 from GetStream/v5-docs

    V5 docs
    szuperaz authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b9c14f5 View commit details
    Browse the repository at this point in the history
  9. chore: update workflow

    szuperaz committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0fdb024 View commit details
    Browse the repository at this point in the history
  10. chore: fix node version

    szuperaz committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    304c6ea View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bced8d0 View commit details
    Browse the repository at this point in the history
  12. chore: use node 18

    szuperaz committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    90b2c25 View commit details
    Browse the repository at this point in the history
  13. 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))
    semantic-release-bot committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a77641d View commit details
    Browse the repository at this point in the history