React Giphy Searchbox Versions Save

Responsive and customizable search and select for Giphy's GIFs and Stickers.

v2.0.0-beta.1

4 months ago

2.0.0-beta.1 - 2023-12-31

Changed

  • Update the README.md with the new spec.

v2.0.0-beta.0

4 months ago

2.0.0-beta.0 - 2023-12-31

Changed

  • New version rewritten with Typescript.

v1.5.4

3 years ago

Improvements

  • Replaced any image file dependency (spinner.svg, poweredByGiphy.png) with inline svg.

v1.5.3

3 years ago

Improvements

  • Removed CSS Modules in favor of a custom CSS-in-JS solution. This allows using the Searchbox on a framework like Next.js that doesn't include CSS Modules in its workflow by default.

Thanks, @Asif-chohan for discovering it.

v1.5.2

3 years ago

Fixes

  • Handle a possible Giphy API bug when a successful response contains undefined pagination.

v1.5.1

3 years ago

Fixes

  • Fix a bug that prevents to handle API errors.

Thanks @rushilshah1 for the catch and the debugging.

v1.5.0

3 years ago

Improvements

  • Added management for image rendition.
  • Added autoFocus prop, allowing to autofocus the search input field on component initialization.

Thanks respectively to @caleb15 and @jkcchan for the suggestions. References:

v1.4.0

3 years ago

Improvements

  • Added onSearch callback.
  • Security fixes.

Thanks @rushilshah1 for the tip. Reference: https://github.com/sergiop/react-giphy-searchbox/issues/29

v1.3.0

4 years ago

Improvements

  • Removed Axios if favor of the native window.fetch() method.

Please note: since window.fetch() is a native method and it doesn't work on old browsers, if you need to support them you have to add a global polyfill like github/fetch or developit/unfetch. Here you can find the global support for window.fetch() method: https://caniuse.com/#search=fetch.

v1.2.2

4 years ago

Improvements

  • Added fade animation on GIFs
  • Bug fixes