Skip to content

v.2.0.0

Latest
Compare
Choose a tag to compare
@matthewvolk matthewvolk released this 14 Jul 20:09
· 107 commits to main since this release
295580a

2.0.0 (2022-07-14)

Breaking

  • database: Update Firebase version (cb3c5d1)
  • API: Migrate to signed_payload_jwt (2ad4710)
  • common: Upgrade Next.js, React.js, BigDesign, and supporting libraries (17d88f6)
  • common: Update Node.js, BigDesign, and Jest to latest (7f55ee2)
  • common: Minimum supported Node version is now 14+

Features

  • pages: Add product list pagination to sample app (6d955f4)
  • auth: Persistant session across pages (8bb1c4a)
  • common: Add ThemeProvider to _app.tsx (0252dd1)
  • common: Use JWT URL value for load redirect (1c7e1a5)
  • common: Add order page for modal (63f9dd9)
  • pages: Implement orders page designs (440b28e)
  • database: Implement MySQL connection pooling (0b5a944)
  • API: Add API support for testing (4f6eec0)

Bug fixes

  • database: Fix MySQL support for generic mysql servers (c09545f)
  • deployment: Fix heroku deploy (434a782)