From eef27e2883b731235238519148cb6dddf49d6dcc Mon Sep 17 00:00:00 2001 From: Nick Santaniello Date: Tue, 20 Feb 2024 15:52:24 -0800 Subject: [PATCH] Updated svelte docs and changeset: --- .changeset/mean-stingrays-grow.md | 7 +++++++ packages/svelte-components/README.md | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 .changeset/mean-stingrays-grow.md diff --git a/.changeset/mean-stingrays-grow.md b/.changeset/mean-stingrays-grow.md new file mode 100644 index 00000000..fdaa9a76 --- /dev/null +++ b/.changeset/mean-stingrays-grow.md @@ -0,0 +1,7 @@ +--- +'@giphy/svelte-components': minor +'@giphy/react-components': minor +'@giphy/js-components': minor +--- + +Readme updates for react, js, and svelte components to provide information re: pingbacks diff --git a/packages/svelte-components/README.md b/packages/svelte-components/README.md index 3f76edde..9d58eac5 100644 --- a/packages/svelte-components/README.md +++ b/packages/svelte-components/README.md @@ -1,3 +1,4 @@ + # @giphy/svelte-components Try it out on [Codesandbox](https://codesandbox.io/p/sandbox/mystifying-architecture-xhsthm?file=%2Fsrc%2Froutes%2F%2Bpage.svelte%3A10%2C36) @@ -6,6 +7,10 @@ This package provides components that help you display gifs on a website. It wor There are three main components: Gif, Grid, and Carousel described below. Feel free to poke around the `src/routes` dir for working examples +## A note about pingbacks + +This SDK sends analytics events back to GIPHY in the form of pingbacks to help us improve the quality of search results for your users. You may want to consider advising your users of this in your app's privacy policy. + ## Gif ```svelte