Skip to content

Releases: Giphy/giphy-js

@giphy/[email protected]

08 Jul 16:16
96f1ab9

Choose a tag to compare

Minor Changes

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

Patch Changes

@giphy/[email protected]

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

13 Feb 14:27
4b3e165

Choose a tag to compare

Patch Changes

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

@giphy/[email protected]

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

05 Nov 16:50
3abfa7c

Choose a tag to compare

Minor Changes

  • e73400e: move bottle data outside of picture tag

@giphy/[email protected]

01 Nov 15:53
059f9ed

Choose a tag to compare

Patch Changes

  • f3dcc43: change bottle tag approach

@giphy/[email protected]

29 Oct 18:31
91f751d

Choose a tag to compare

Minor Changes

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

Patch Changes

@giphy/[email protected]

29 Oct 18:31
91f751d

Choose a tag to compare

Minor Changes

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

@giphy/[email protected]

05 Aug 17:59
5a73302

Choose a tag to compare

Minor Changes

  • 7eb17c5: video player tweaks: hide title / fix SSR loop error

@giphy/[email protected]

01 Aug 18:14
ef2e082

Choose a tag to compare

Patch Changes

  • 6096058: Video player can use percentage width