Skip to content

Releases: Bonfida/sns-widget

v0.0.5

07 Dec 12:36
Compare
Choose a tag to compare

Fixes

  • Added "use client"; at the top of the bundle to prevent exceptions from Next.js. Details.

v0.0.4

06 Dec 09:33
Compare
Choose a tag to compare

This release brings internal codebase improvements – removed code duplication and reused hooks from the sns-sdk for better consistency.

  1. Reused useDomainSuggestions and useSearch from @bonfida/sns-react
  2. Reused getDomainPriceFromname from @bonfida/spl-name-service
  3. Bumped dependencies

v0.0.3

04 Dec 15:25
Compare
Choose a tag to compare

New Features

  • Added the ability to disconnect a selected wallet.
  • Added validation for the main search field.
  • Added a pretty error state for the case when errors occur during domain search attempts.