Skip to content

Releases: Giphy/giphy-js

@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

@giphy/[email protected]

11 Dec 20:31
f261f9b
Compare
Choose a tag to compare

Patch Changes

  • 30ccd9f: fix ssr hydration warning in styled component

@giphy/[email protected]

29 Nov 19:18
4e43654
Compare
Choose a tag to compare

Major Changes

  • f479d02: remove unused bottle_data interface from IGif. This should only affect internal GIPHY projects

@giphy/[email protected]

07 Nov 17:12
e62b533
Compare
Choose a tag to compare

Minor Changes

  • 55719f8: - mute video overlay on document visibility change
    • invoke onEnter with text value when clicking on the search bar button
    • add display: block and width/height 100% to picture element inside gif component: picture set to display: block is a common css reset, but if that is set then width and height need to be set to 100% in order for object-fit to work

@giphy/[email protected]

26 Oct 15:46
9c82cd6
Compare
Choose a tag to compare

Minor Changes

  • a0cb3bb: update search bar button design

    • change gradient colors of search button
    • reduce size of magnifying glass in search button
    • remove border radius of search button on left side