Notable changes since Wasp 0.18.0:
- Added Polar as an new payment provider alongside Stripe and Lemon Squeezy. (#461)
- Completely overhauled file uploads with a two-step process (S3 URL generation → database
storage), file deletion with S3 cleanup, and better error handling. (#472) - Replaced
react-hot-toastwith a custom toast system built on@radix-ui/react-toastfor better accessibility and consistent design across the application. (#472)