Skip to content

Releases: ixartz/Next-js-Boilerplate

v3.42.0

22 Feb 18:56
Compare
Choose a tag to compare

3.42.0 (2024-02-22)

Features

  • remove import React when it's not needed (a7082d3)

v3.41.0

09 Feb 21:56
Compare
Choose a tag to compare

3.41.0 (2024-02-09)

Features

  • add target blank for links going outside (37ba36e)
  • make the index page of the boilerplate cleaner (f3a3f9b)

v3.40.0

07 Feb 22:54
Compare
Choose a tag to compare

3.40.0 (2024-02-07)

Features

v3.39.0

07 Feb 14:13
Compare
Choose a tag to compare

3.39.0 (2024-02-07)

Features

  • add preferType on VSCode (a55bc6a)

v3.38.0

19 Jan 00:17
Compare
Choose a tag to compare

3.38.0 (2024-01-19)

Features

v3.37.0

13 Jan 22:37
Compare
Choose a tag to compare

3.37.0 (2024-01-13)

Features

  • add environment variables for one click deploy Netlify (5becdbf)

v3.36.0

10 Jan 22:46
Compare
Choose a tag to compare

3.36.0 (2024-01-10)

Features

  • prod environement use the same method to migrate (f6cfe7f)

Reverts

  • add back process.env.NODE_ENV check in README file for migrate (853f3dc)
  • only run migration in development, if it run in production, it also run during the build (c94a600)

v3.35.0

07 Jan 17:37
Compare
Choose a tag to compare

3.35.0 (2024-01-07)

Features

  • automatically run migrate in DB instead of running in NPM scripts (b202686)
  • e2e tests run against next start with production code (a57f724)
  • jest fail on console error and warn (2dd92f2)

Reverts

  • change related to running playwright with next start (1a2d0b6)
  • change related to running playwright with next start (e9e0c17)

v3.34.0

06 Jan 21:17
Compare
Choose a tag to compare

3.34.0 (2024-01-06)

Features

  • add type definition in Postcss config (07906ff)
  • change commitlint config from JS to TS (6509805)
  • change jest config extension from js to TypeScript (1cdea44)
  • change nodeResolution to the new bundler from TypeScript 5.0 (59282a2)
  • convert Tailwind config file from JS to TS (aff3b27)

v3.33.0

03 Jan 23:13
Compare
Choose a tag to compare

3.33.0 (2024-01-03)

Features

  • enable SWC compiler in Storybook (5b4c61e)