Skip to content

Releases: Giphy/giphy-js

@giphy/[email protected]

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

@giphy/[email protected]

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

Patch Changes

@giphy/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

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

Minor Changes

  • 6534ea6: add fetchpriority prop to Gif component

Patch Changes

@giphy/[email protected]

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

Minor Changes

  • 3b5e333: remove qs library, use URLSearchParams

@giphy/[email protected]

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

Minor Changes

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

@giphy/[email protected]

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/[email protected]

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