This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
Releases: sergiop/react-giphy-searchbox
Releases · sergiop/react-giphy-searchbox
v2.0.0-beta.1
2.0.0-beta.1 - 2023-12-31
Changed
- Update the README.md with the new spec.
v2.0.0-beta.0
2.0.0-beta.0 - 2023-12-31
Changed
- New version rewritten with Typescript.
v1.5.4
v1.5.3
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
v1.5.1
Fixes
- Fix a bug that prevents to handle API errors.
Thanks @rushilshah1 for the catch and the debugging.
v1.5.0
v1.4.0
v1.3.0
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.