Skip to content

Releases: Giphy/giphy-js

@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

@giphy/[email protected]

17 Oct 20:59
b146d1a
Compare
Choose a tag to compare

Minor Changes

  • bb4b82c: add optional qs params argument to GiphyFetch constructor

    Any params passed here will be apppened to all requests

@giphy/[email protected]

21 Aug 19:14
f89f1eb
Compare
Choose a tag to compare

Patch Changes

  • 3013bfd: Fix React warnings about styled component props

@giphy/[email protected]

16 Aug 20:09
c5cb054
Compare
Choose a tag to compare

Major Changes

  • 02aa2b7: styled components is a peer/dev dependency as requested in the documentation

    Depending on your package manager, you may need to install peer dependencies

@giphy/[email protected]

02 Aug 16:33
94cdaa9
Compare
Choose a tag to compare

Minor Changes

  • ad0f108: react-components: percentWidth prop on gif allows you to display a Gif component using a css percentage value

    fetch-api: add type videos to related end point

Patch Changes

@giphy/[email protected]

02 Aug 16:33
94cdaa9
Compare
Choose a tag to compare

Minor Changes

  • ad0f108: react-components: percentWidth prop on gif allows you to display a Gif component using a css percentage value

    fetch-api: add type videos to related end point

@giphy/[email protected]

26 Jul 19:37
62de1ae
Compare
Choose a tag to compare

Major Changes

  • 22868d0: Switch from emotion to styled components.

    Some of the theme properties on search bar have been renamed:

    • smallSearchbarHeight: use mobileSearchbarHeight instead
    • condensedMediaQuery: use mobileMediaQuery instead

Patch Changes

  • 207beac: Revert grid refactor to hooks - too many edge case bugs