Releases: simonyiszk/schdesign-logotar
Releases · simonyiszk/schdesign-logotar
v3.0.0
- Moved to Next.js v15
- New storage solution through Payload
- Neon
- Vercel Blob Storage
- Rethought data structure
type Collection = {
name: string
slug: string
children: Array<Collection | Logo>
}
type Logo = {
name: string
slug: string
masterFile: Media
files: Array<Media>
}- Create logo variants with the utilization of collection nesting
- Shareable routes for logos and collections (
/logos/<slug>or/collections/<slug>) - Admin panel
Megújult oldal
Merge pull request #10 from gergoradeczki/main disabled tests