About
Learn about this starter template, view the changelog, and see what packages are included.
Changelog
Version history and updates for this starter template.
acme-website
1.6.0
Minor Changes
- Cache Components: Set explicit
cacheLife('hours')ongetDocument,getGlobal, and the cached blog post section so cache behavior matches Next.js 16 guidance. - Sitemap: Add
src/app/sitemap.tswith static routes plus blog URLs behind'use cache',cacheTag('blog-sitemap'), andcacheLife('hours'), wired to existing post revalidation tags. - Auth / PPR: Wrap the Better Auth provider tree in
Suspensewith placeholder session promises untilheaders()resolves, so the shell can stream instead of blocking the whole layout on auth. - Errors: Add
(frontend)/error.tsxand(frontend)/not-found.tsxfor branded error and 404 UI. - Prerender fix: Lazy-load
react-medium-image-zoomon the client inImageZoomso/features(and other zoom pages) no longer hitReferenceError: Element is not definedduringnext build.
1.5.2
Patch Changes
- Add theme styles for admin panel, thanks to Payload Twist!
1.5.1
Patch Changes
- Bump packages
- Fix form plugin & added missing files
- Fix blog page
generateStaticParamsplaceholder return string instead of object
1.5.0
Minor Changes
-
🚀 Features
- Add about page showcasing changelog and package dependencies
- Added Cache Component support
🔧 Refactors
- Refactor from react-hook-form to tanstack form
- Refactor radix-ui to base-ui
🎨 UI Updates
- Minor UI updates and improvements
1.4.2
Patch Changes
-
- Update blog components,
- Bump packages, update to Next 16
- Moving towards to Cache Components
- Update image remote patterns to include local image server
1.4.1
Patch Changes
- Update payload auth
1.4.0
Minor Changes
-
💥 Breaking Changes
- Blog Collection: Remove
relatedBlogPostsfield,heroImagefield. - Blog Components: Remove related blog posts, Hero image, and scroll progress components.
🚀 Features
- Add category filters to the blog post layout.
🎨 UI Updates
- Improves the blog post layout by adding category filters, pagination, author information, and a more modern design.
🔧 Dependencies
- Bump dependencies
- Blog Collection: Remove
1.3.0
Minor Changes
-
🚀 Features
- New modern header style. The new header shrinks on scroll on desktop, providing a modern look and feel.
🔧 Chores
- Bump package versions
1.2.1
Patch Changes
- Fix Admin panel Event handlers cannot be passed to Client Component props
- Add
sendAdminInviteEmailhandler tobetter-authoptions
1.2.0
Minor Changes
- Switch to biome linter, setup modern code formatting
1.1.1
Patch Changes
- Add zoom functionality to ImageMedia component
1.1.0
Minor Changes
💥 Breaking Changes
- Removed custom settings card in favor of the new better-auth-ui account settings page.
🚀 Features
- Update better-auth-ui to V3
- Improve motion primitives components
AnimatedGroupnow starts the animation when the component is in view.
🎨 UI/UX
- Refactor layout elements
- Refactor theme colors UI
Dependencies
Production dependencies included in this starter template.
| Package Name | Version |
|---|---|
| No dependencies found | |
Dev Dependencies
Development dependencies used for building and tooling.
| Package Name | Version |
|---|---|
| turbo | ^2.5.8 |