Releases: Giphy/giphy-js
@giphy/[email protected]
Patch Changes
- 30ccd9f: fix ssr hydration warning in styled component
@giphy/[email protected]
Major Changes
- f479d02: remove unused bottle_data interface from IGif. This should only affect internal GIPHY projects
@giphy/[email protected]
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]
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]
Minor Changes
-
bb4b82c: add optional qs params argument to GiphyFetch constructor
Any params passed here will be apppened to all requests
@giphy/[email protected]
Patch Changes
- 3013bfd: Fix React warnings about styled component props
@giphy/[email protected]
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]
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
- Updated dependencies [ad0f108]
- @giphy/[email protected]
@giphy/[email protected]
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]
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
- smallSearchbarHeight: use
Patch Changes
- 207beac: Revert grid refactor to hooks - too many edge case bugs