Skip to content

Releases: Giphy/giphy-js

@giphy/[email protected]

06 Feb 20:02
c31f4ca
Compare
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
Compare
Choose a tag to compare

Minor Changes

  • e73400e: move bottle data outside of picture tag

@giphy/[email protected]

01 Nov 15:53
059f9ed
Compare
Choose a tag to compare

Patch Changes

  • f3dcc43: change bottle tag approach

@giphy/[email protected]

29 Oct 18:31
91f751d
Compare
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
Compare
Choose a tag to compare

Minor Changes

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

@giphy/[email protected]

05 Aug 17:59
5a73302
Compare
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
Compare
Choose a tag to compare

Patch Changes

  • 6096058: Video player can use percentage width

@giphy/[email protected]

28 May 16:39
1550ede
Compare
Choose a tag to compare

Minor Changes

  • 7dd9a5b: Handle geo-blocked response from API

@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]

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