Releases: Giphy/giphy-js
Releases · Giphy/giphy-js
@giphy/[email protected]
Major Changes
-
0384eaf: Responsive
Grid
:Rewrite grid logic to support a
percentageWidth
, allowing the grid to be rendereded on the server.
Thewidth
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]
Minor Changes
- e73400e: move bottle data outside of picture tag
@giphy/[email protected]
Patch Changes
- f3dcc43: change bottle tag approach
@giphy/[email protected]
Minor Changes
- 1125e6e: fix bottle data injection and replace magic tags
Patch Changes
- Updated dependencies [1125e6e]
- @giphy/[email protected]
@giphy/[email protected]
Minor Changes
- 1125e6e: fix bottle data injection and replace magic tags
@giphy/[email protected]
Minor Changes
- 7eb17c5: video player tweaks: hide title / fix SSR loop error
@giphy/[email protected]
Patch Changes
- 6096058: Video player can use percentage width
@giphy/[email protected]
Minor Changes
- 7dd9a5b: Handle geo-blocked response from API
@giphy/[email protected]
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
- Updated dependencies [94158d9]
- @giphy/[email protected]
- @giphy/[email protected]
- @giphy/[email protected]
@giphy/[email protected]
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
- Updated dependencies [94158d9]
- @giphy/[email protected]