Releases: ixartz/Next-js-Boilerplate
Releases Β· ixartz/Next-js-Boilerplate
v3.41.0
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.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)