Releases: Giphy/giphy-js
Releases · Giphy/giphy-js
@giphy/[email protected]
Minor Changes
- 39fdc51: add a workaround for channels with hidden gifs
Patch Changes
- Updated dependencies [39fdc51]
- Updated dependencies [5f3ea10]
- @giphy/[email protected]
@giphy/[email protected]
@giphy/[email protected]
Patch Changes
- f1c6547: - fix pixel
- use 100% for the column width
@giphy/[email protected]
Major Changes
-
0384eaf: Responsive
Grid:Rewrite grid logic to support a
percentageWidth, allowing the grid to be rendereded on the server.
Thewidthproperty still determines the rendition selection of the grid items, but the grid will scale to the percentage value provided (e.g.100%)Remove
useTransformproperty:This was used to layout grid items and has been replaced by a new strategy
Gif:Add
lazyLoadproperty 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.Loaderheight: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