Skip to content

useNft() 0.11.0: upgrade all the things

Compare
Choose a tag to compare
@bpierre bpierre released this 28 Apr 21:24
· 3 commits to main since this release
89e7c39

Changes:

  • Move from microbundle to Vite to build the library itself (the examples were already using Vite).
  • Move from Jest to Vitest.
  • Update SWR from 1.0.1 to 3.0.0.

Other:

  • Upgrade all examples to React 18.
  • Add an image proxy back to the website.
  • Stop running tsc before running Vite.