Skip to content

Releases: ixartz/Next-js-Boilerplate

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)

v3.14.1

07 Aug 15:17
Compare
Choose a tag to compare

3.14.1 (2023-08-07)

Bug Fixes

  • resolve sourcemap error with Cypress and TypeScript 5 (54a5100)

v3.14.0

03 Aug 03:17
Compare
Choose a tag to compare

3.14.0 (2023-08-03)

Features

  • use Next.js custom TypeScript plugin (915e193)

v3.13.0

02 Aug 00:31
Compare
Choose a tag to compare

3.13.0 (2023-08-02)

Features

  • add app routed pages (9cc79a0), closes #64
  • add sitemap support app router (b82e566)
  • app router doesn't support next export, use output: export (76aa9cd)
  • generate statically portfolio pages (1f1bf31)
  • update test for new router page (b695666)

v3.12.0

13 Jul 20:27
Compare
Choose a tag to compare

3.12.0 (2023-07-13)

Features

  • format code to respect prettier (48b6a49)
  • resolve conflict between airbnb-hook and next/core-web-vitals about react hooks (5e0be4f)
  • update to the latest dependencies version (d93fd83)

Reverts

  • use older TypeScript to avoid e2e compilation with sourcemap (6377d2f)

v3.11.0

07 Jun 13:05
Compare
Choose a tag to compare

3.11.0 (2023-06-07)

Features

  • update dependencies to the latest version (b7609de)

v3.10.1

29 May 15:17
Compare
Choose a tag to compare

3.10.1 (2023-05-29)

Bug Fixes

v3.10.0

26 Apr 16:47
Compare
Choose a tag to compare

3.10.0 (2023-04-26)

Features

  • add vscode yoavbls.pretty-ts-errors extension (3588ce1)
  • remove stories in the coverage from Jest (d502869)
  • use default airbnb instead of the base version (5c05116)

v3.9.0

05 Apr 15:26
Compare
Choose a tag to compare

3.9.0 (2023-04-05)

Features

  • add storybook into project (51f3748)
  • add tailwind css support in Storybook (5e0d287)
  • remove warning for no extreneous deps in stories (b243d44)

Reverts

  • remove storybook addon-styling which is not needed (e863fed)