Skip to content

Releases: ixartz/Next-js-Boilerplate

v3.24.0

24 Oct 21:42
Compare
Choose a tag to compare

3.24.0 (2023-10-24)

Features

  • make guestbook endpoint avaiable to signed out users (10b4d81)

v3.23.0

12 Oct 21:24
Compare
Choose a tag to compare

3.23.0 (2023-10-12)

Features

  • add playwright extension in VSCode (956d1a8)
  • add playwright plugin in ESLint (b2486f1)
  • add Playwright: config, first test and dependency (f054ea2)
  • remove all Cypress related files and configurations (9fe8271)

Reverts

  • the failing test in Navigation spec (28996f5)

v3.22.0

02 Oct 14:15
Compare
Choose a tag to compare

3.22.0 (2023-10-02)

Features

  • remove basePath in Next.js configuration (7f9a0e6)
  • remove no-img-element and use Next.js built-in <Image component (383e3a3)

v3.21.0

25 Sep 13:53
Compare
Choose a tag to compare

3.21.0 (2023-09-25)

Features

  • update next.js to version 13.5 (aa43f14)
  • update storybook to the latest version and install playwright (2079a34)

v3.20.0

01 Sep 13:02
Compare
Choose a tag to compare

3.20.0 (2023-09-01)

Features

  • make updatedAt working when the user update a message and rename the attribute to updatedAt (4032bc0)

v3.19.0

30 Aug 11:36
Compare
Choose a tag to compare

3.19.0 (2023-08-30)

Features

  • make it easier to try edge runtime in the app router (3f5fd58)

v3.18.0

27 Aug 17:35
Compare
Choose a tag to compare

3.18.0 (2023-08-27)

Features

  • remove MIGRATE_DB which not needed anymore with process.env.NODE_ENV (3fe81ae)

v3.17.0

27 Aug 15:33
Compare
Choose a tag to compare

3.17.0 (2023-08-27)

Features

  • add schema in drizzle instance and disable migrate in production (5e26798)
  • add script to migrate before building next.js (220d05e)
  • do not run db migration when building on GitHub actions (964cfa1)
  • reload guestbook page when deployed on production (c2e91b2)
  • replace dotenv/config by dotenv-cli in db:studio NPM scripts (f7f8743)

v3.16.0

24 Aug 12:16
Compare
Choose a tag to compare

3.16.0 (2023-08-24)

Bug Fixes

  • build issues with prerendering (ff117b9)

Features

  • add .env file for production (58ed68c)
  • add authToken support for production Turso (26b8276)
  • add await for migrate function (96793f0)
  • add database powered by Turso in guestbook page (64073a5)
  • add db file in gitignore (cd45e09)
  • add drizzle config and database schema (df30388)
  • add style for guestbook (339154c)
  • add typesafe environment variables (5a2cd78)
  • create guestbook should not accept empty username and email (37e4408)
  • implement AddGuestbookForm to create new guestbook message (d7b37e6)
  • implement delete guestbook entry (b7f823a)
  • improve UI for AddGuestbookForm (153abfc)
  • insert in guestbook and retrieve all guestbooks (23ee408)
  • make guestbook editable (8ec1406)
  • remove notnull in schema.ts (10f4943)
  • rename from email to username (52ab0e4)
  • replace new-router page by guestbook (efc84e6)
  • replace with a working URL for the database to avoid timeout (fecd8a5)
  • update dotenv path to .env, the file was renamed (bd9b2c9)
  • use local SQLite file (fe52801)
  • validate t3 env on build (6d448ed)

v3.15.0

10 Aug 14:59
Compare
Choose a tag to compare

3.15.0 (2023-08-10)

Features

  • add next.js middleware with Clerk (2f4a1d3)
  • add sign in and sign up link in index page (4489085)
  • add sign in and sign up page (f021f71)
  • add sign out button in dashboard (c663d1c)
  • add user profile to manage account (470731b)
  • add user profile to manage account (581efbe)
  • implement hello component by display user email address (7047985)
  • implement sign out button (8588834)
  • implement sign out button and redirect to sign in page when logging out (45ed137)
  • redirect to dashboard when the user is signed in for sign up and sign in page (629a033)