Skip to content

Releases: ixartz/Next-js-Boilerplate

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)

v3.32.1

27 Dec 11:15
Compare
Choose a tag to compare

3.32.1 (2023-12-27)

Bug Fixes

  • typo in en.json file for Portfolio word (4d42b3d)

v3.32.0

22 Dec 16:50
Compare
Choose a tag to compare

3.32.0 (2023-12-22)

Features

  • add code coverage reporting with Codecov (08abd23)

v3.31.0

20 Dec 14:50
Compare
Choose a tag to compare

3.31.0 (2023-12-20)

Features

  • add FIXME tag for Sentry configuration (2eceef1)
  • add Sentry and launch spotlight.js in dev mode (a1326ae)
  • add spotlight (34086c1)
  • enable Sentry Spotlight only in development mode (62cc01a)
  • ignore technical exception throw by React RSC in Sentry (4bf9503)
  • in global error get locale in params and set in html lang attribute (c3b4d25)

v3.30.1

17 Dec 15:00
Compare
Choose a tag to compare

3.30.1 (2023-12-17)

Bug Fixes

  • api routes not found after apply intl middleware (4650a5e), closes #209

v3.30.0

12 Dec 19:01
Compare
Choose a tag to compare

3.30.0 (2023-12-12)

Features

  • add GitHub Actions to sync with Crowdin (ccc86e9)