Releases: ixartz/Next-js-Boilerplate
Releases Β· ixartz/Next-js-Boilerplate
v3.37.0
3.37.0 (2024-01-13)
Features
- add environment variables for one click deploy Netlify (5becdbf)
v3.36.0
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
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
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
3.33.0 (2024-01-03)
Features
- enable SWC compiler in Storybook (5b4c61e)
v3.32.1
3.32.1 (2023-12-27)
Bug Fixes
- typo in en.json file for Portfolio word (4d42b3d)
v3.32.0
3.32.0 (2023-12-22)
Features
- add code coverage reporting with Codecov (08abd23)
v3.31.0
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
3.30.1 (2023-12-17)
Bug Fixes
- api routes not found after apply intl middleware (4650a5e), closes #209
v3.30.0
3.30.0 (2023-12-12)
Features
- add GitHub Actions to sync with Crowdin (ccc86e9)