Skip to content

Releases: Giphy/giphy-js

@giphy/js-fetch-api@5.5.0

03 May 14:11
0380176
Compare
Choose a tag to compare

Minor Changes

  • 94158d9: - moat tracking in react components
    • remove unused deps in util
    • append bottle data in fetch-api
    • update types for gif to include bottle_data

Patch Changes

  • Updated dependencies [94158d9]
    • @giphy/js-types@5.1.0
    • @giphy/js-util@5.1.0

@giphy/react-components@9.4.1

24 Apr 15:54
fa9d77b
Compare
Choose a tag to compare

Patch Changes

@giphy/svelte-components@1.1.0

22 Apr 20:12
8600a45
Compare
Choose a tag to compare

Minor Changes

  • eef27e2: Readme updates for react, js, and svelte components to provide information re: pingbacks

@giphy/react-components@9.4.0

22 Apr 20:12
8600a45
Compare
Choose a tag to compare

Minor Changes

  • eef27e2: Readme updates for react, js, and svelte components to provide information re: pingbacks

Patch Changes

  • 69c5a20: - Grid supports editableGifs
    • make fetchpriority lowercase to avoid runtime warning

@giphy/js-components@5.13.0

22 Apr 20:12
8600a45
Compare
Choose a tag to compare

Minor Changes

  • eef27e2: Readme updates for react, js, and svelte components to provide information re: pingbacks

@giphy/react-components@9.3.0

22 Feb 22:35
ea4dea7
Compare
Choose a tag to compare

Minor Changes

  • 6534ea6: add fetchpriority prop to Gif component

Patch Changes

  • Updated dependencies [3b5e333]
    • @giphy/js-fetch-api@5.4.0

@giphy/js-fetch-api@5.4.0

22 Feb 22:35
ea4dea7
Compare
Choose a tag to compare

Minor Changes

  • 3b5e333: remove qs library, use URLSearchParams

@giphy/js-fetch-api@5.3.0

04 Jan 14:31
c413823
Compare
Choose a tag to compare

Minor Changes

  • 357c1b9: fetch-api: internal option for extra gif metadata

@giphy/react-components@9.2.3

13 Dec 19:56
0fc034f
Compare
Choose a tag to compare

Patch Changes

  • 25266c7: react-components: add 'use client' to barrel file (index.ts) in root of package
    so tsup doesn't treeshake it out

    See: egoist/tsup#835

@giphy/react-components@9.2.2

13 Dec 18:37
02d8658
Compare
Choose a tag to compare

Patch Changes

  • 4313749: add 'use client' in react components so they can be used in Next.js App Router more easily