Releases: jpedroschmitz/typescript-nextjs-starter
v1.0.0 🎉
Hello! Super excited to release the first version of this starter, although it has been used by a lot of companies and folks out there for almost 2 years 🚀
As @brunos3d suggested on #199, from now on, every relevant update made to this starter will have a release, so everyone who is using it can be aware of the updates and can see what's new ⚡️
I'm always working on many Next.js projects, so I try to keep it up to date with the best practices. If you have changed something in the starter on your project and think it will be a great addition for everyone, don't hesitate to open a PR or an issue 🔥
Thanks a lot for everyone using the starter and sharing it on social media ❤️
Relevant updates shipped recently:
- Updated the starter to Next.js 11.1.0 - read the official Next.js 11.1 annoucement
- Added
next/image-types/globalreference tonext-env.d.ts - Added a new path to access the public folder. Now you can import images super easily:
import yourImage from '@/public/images/profile-picture.png'Note: I won't release new versions on dependencies updates unless there are breaking changes.