Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GetStream/stream-video-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @stream-io/video-react-sdk-0.5.9
Choose a base ref
...
head repository: GetStream/stream-video-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @stream-io/video-react-sdk-0.5.10
Choose a head ref
  • 9 commits
  • 96 files changed
  • 2 contributors

Commits on Apr 2, 2024

  1. chore(@stream-io/video-react-native-sdk): release version 0.5.14

    GitHub Actions Bot committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    380d853 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bcb20e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67c738e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. feat(react): Support for Background Filters and Background Blurring (#…

    …1283)
    
    Adds API for registering video filters, default plugin based on TensorFlow Lite, and a sample integration in our Demo app.
    
    **New APIs:**
    - `camera.registerFilter(async (mediaStream) => mediaStream)` the core
    part. It allows you to chain multiple video and audio filters.
    - `@stream-io/video-filters-web` - a new lib that is responsible for the
    ML part and WebGL rendering
    - `BackgroundFiltersProvider` - a component in the React SDK that helps
    you to manage the applied filters.
    
    Our dogfooding app integrates these new APIs and provides the necessary input (background images) and styling.
    
    ### Notes
    Because of our deployment setup, this PR contains the changes done as part of #1271 and #1276 :)
    oliverlaz authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f790ee7 View commit details
    Browse the repository at this point in the history
  2. chore(@stream-io/video-client): release version 0.6.8

    GitHub Actions Bot committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    31a20be View commit details
    Browse the repository at this point in the history
  3. chore(@stream-io/video-react-bindings): release version 0.4.8

    GitHub Actions Bot committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    ba6f432 View commit details
    Browse the repository at this point in the history
  4. chore(@stream-io/video-filters-web): release version 0.0.1

    GitHub Actions Bot committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    84016a6 View commit details
    Browse the repository at this point in the history
  5. chore(@stream-io/video-styling): release version 1.0.2

    GitHub Actions Bot committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    6a9e92e View commit details
    Browse the repository at this point in the history
  6. chore(@stream-io/video-react-sdk): release version 0.5.10

    GitHub Actions Bot committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    b710912 View commit details
    Browse the repository at this point in the history
Loading