Giphy Js Versions Save

Official GIPHY packages

@giphy/[email protected]

3 months ago

Minor Changes

  • 3b5e333: remove qs library, use URLSearchParams

@giphy/[email protected]

5 months ago

Minor Changes

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

@giphy/[email protected]

6 months ago

Patch Changes

@giphy/[email protected]

6 months ago

Patch Changes

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

@giphy/[email protected]

6 months ago

Patch Changes

  • 30ccd9f: fix ssr hydration warning in styled component

@giphy/[email protected]

6 months ago

Major Changes

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

@giphy/[email protected]

7 months ago

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]

7 months ago

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

@giphy/[email protected]

8 months ago

Minor Changes

  • bb4b82c: add optional qs params argument to GiphyFetch constructor

    Any params passed here will be apppened to all requests

@giphy/[email protected]

9 months ago

Patch Changes

  • 3013bfd: Fix React warnings about styled component props