Skip to content

v4.0.0

Compare
Choose a tag to compare
@caleb531 caleb531 released this 27 Nov 02:56
· 435 commits to main since this release
912b085

Upgrades

  • Upgrade to React 18
    • This brings performance improvements and optimizations thanks to React 18's
      more intelligent rendering system
  • Upgraded to NextJS 13
    • Includes the new next/image component for more optimized image
      markup and better lazy-loading
  • Upgraded to supabase-js v2
    • Includes more predictable login behavior and other improvements
  • Upgraded other project dependencies for better stability/security
  • Switched from npm to pnpm for package management

New features

  • Improved the accessibility of the audio slider to support keyboard navigation
    via the Left and Right arrow keys