Skip to content

Releases: Giphy/giphy-js

@giphy/js-fetch-api@5.8.0

01 May 15:14
901de25

Choose a tag to compare

Minor Changes

  • b677de7: Add a way to set the default rating for all GiphyFetch requests. Requests can still be overridden per request

@giphy/react-components@10.1.2

23 Apr 17:10

Choose a tag to compare

Patch Changes

  • 46036ae: Log the full video URL for unsupported playback errors.

@giphy/react-components@10.1.0

08 Jul 16:16
96f1ab9

Choose a tag to compare

Minor Changes

  • 39fdc51: add a workaround for channels with hidden gifs

Patch Changes

  • Updated dependencies [39fdc51]
  • Updated dependencies [5f3ea10]
    • @giphy/js-fetch-api@5.7.0

@giphy/js-fetch-api@5.7.0

08 Jul 16:16
96f1ab9

Choose a tag to compare

Minor Changes

  • 39fdc51: add a workaround for channels with hidden gifs

Patch Changes

  • 5f3ea10: hidden gifs workarounds: tweak the logic for knowing when to fetch more gifs

@giphy/react-components@10.0.1

13 Feb 14:27
4b3e165

Choose a tag to compare

Patch Changes

  • f1c6547: - fix pixel
    • use 100% for the column width

@giphy/react-components@10.0.0

06 Feb 20:02
c31f4ca

Choose a tag to compare

Major Changes

  • 0384eaf: Responsive Grid:

    Rewrite grid logic to support a percentageWidth, allowing the grid to be rendereded on the server.
    The width property still determines the rendition selection of the grid items, but the grid will scale to the percentage value provided (e.g. 100%)

    Remove useTransform property:

    This was used to layout grid items and has been replaced by a new strategy

    Gif:

    Add lazyLoad property to Gif component, default true. If set to false, on screen logic won't be run and the img will always show. Should be used in SSR.

    Loader height:

    The loader style was using a padding to allow for its height, this was a bad approach as padding is not applied in flex containers.

@giphy/react-components@9.8.0

05 Nov 16:50
3abfa7c

Choose a tag to compare

Minor Changes

  • e73400e: move bottle data outside of picture tag

@giphy/react-components@9.7.1

01 Nov 15:53
059f9ed

Choose a tag to compare

Patch Changes

  • f3dcc43: change bottle tag approach

@giphy/react-components@9.7.0

29 Oct 18:31
91f751d

Choose a tag to compare

Minor Changes

  • 1125e6e: fix bottle data injection and replace magic tags

Patch Changes

  • Updated dependencies [1125e6e]
    • @giphy/js-util@5.2.0

@giphy/js-util@5.2.0

29 Oct 18:31
91f751d

Choose a tag to compare

Minor Changes

  • 1125e6e: fix bottle data injection and replace magic tags