Releases: Giphy/giphy-js
Releases · Giphy/giphy-js
@giphy/js-fetch-api@5.5.0
@giphy/react-components@9.4.1
Patch Changes
-
2c48543: In order to avoid console warnings, dont' use fetchPriority prop until next React release
@giphy/svelte-components@1.1.0
Minor Changes
- eef27e2: Readme updates for react, js, and svelte components to provide information re: pingbacks
@giphy/react-components@9.4.0
@giphy/js-components@5.13.0
Minor Changes
- eef27e2: Readme updates for react, js, and svelte components to provide information re: pingbacks
@giphy/react-components@9.3.0
@giphy/js-fetch-api@5.4.0
Minor Changes
- 3b5e333: remove qs library, use URLSearchParams
@giphy/js-fetch-api@5.3.0
Minor Changes
- 357c1b9: fetch-api: internal option for extra gif metadata
@giphy/react-components@9.2.3
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/react-components@9.2.2
Patch Changes
- 4313749: add 'use client' in react components so they can be used in Next.js App Router more easily