Releases: Giphy/giphy-js
Releases · Giphy/giphy-js
@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]
Patch Changes
-
2c48543: In order to avoid console warnings, dont' use fetchPriority prop until next React release
@giphy/[email protected]
Minor Changes
- eef27e2: Readme updates for react, js, and svelte components to provide information re: pingbacks
@giphy/[email protected]
@giphy/[email protected]
Minor Changes
- eef27e2: Readme updates for react, js, and svelte components to provide information re: pingbacks
@giphy/[email protected]
Minor Changes
- 6534ea6: add fetchpriority prop to Gif component
Patch Changes
- Updated dependencies [3b5e333]
- @giphy/[email protected]
@giphy/[email protected]
Minor Changes
- 3b5e333: remove qs library, use URLSearchParams
@giphy/[email protected]
Minor Changes
- 357c1b9: fetch-api: internal option for extra gif metadata
@giphy/[email protected]
Patch Changes
-
25266c7: react-components: add 'use client' to barrel file (index.ts) in root of package
so tsup doesn't treeshake it outSee: egoist/tsup#835
@giphy/[email protected]
Patch Changes
- 4313749: add 'use client' in react components so they can be used in Next.js App Router more easily