Releases: gcomneno/atelier-kit
Release list
Atelier-Kit v0.1.24
Atelier-Kit v0.1.24
Hotfix: branding fallbacks, optional tagline, Studio label typo.
Fixed
- #96 Intro title empty no longer shows header title; clearing both clears stale
site.name - #97 Tagline optional in Studio; hidden on home when empty
- #94 Duplicate «(opzionale)» on background image label
Validation
Atelier-Kit v0.1.23
Atelier-Kit v0.1.22
Atelier-Kit v0.1.22
Minor visitor feature: full-screen image lightbox on detail pages.
Added
- Image lightbox on item detail (
/items/[id]) and news detail (/news/[slug]): click the hero image for a full-screen view with cover / fit / 1:1 modes (ImageLightbox, native<dialog>, no external deps).
Validation
npm run check(#84)
Atelier-Kit v0.1.21
Atelier-Kit v0.1.21
Patch release: noir appearance preset and Studio UX fixes.
Added
- Noir appearance preset — dark palette from the Nero Quotidiano client showcase (
#0f0e0d,#8c3a44, …). Pick it in Studio → Visitor appearance.
Fixed
- Studio Put site online and Test build no longer accept double-clicks before the running state locks.
- Studio Stop on the system page disables immediately after confirmation.
Changed
- README documents local Studio (
npm run studio) and links todocs/usage/studio.mdand Atelier Desktop.
Validation
npm run checkon CI (#83)
v0.1.20 — Micro-CMS Tier 1 and Tier 2
Micro-CMS contract shipped: discovery, SEO, Desktop authoring, and guided publish for creative showcases.
Micro-CMS Tier 1 (#72)
- XML sitemap at
/sitemap.xml(#69) /robots.txtwithSitemap:reference- RSS feed at
/news/rss.xml(#71) - Client-side search on item and news titles (#70)
- Production-safe authoring via Atelier Desktop — Path B, ADR 0007 (#67)
- Put site online — guided publish from
/studio/readiness(#68)
Micro-CMS Tier 2
- JSON-LD on news (
BlogPosting) and about pages (#73)
Docs and community
micro-cms-positioning.md— micro-CMS contract and maturity (~90%)CONTRIBUTING.mdand GitHub issue templates
Also in this release line
- Studio Help, item meta hierarchy editor, news Studio parity, public
/catalogpage, typography presets, visitor i18n polish
See CHANGELOG.md for full notes.
v0.1.11 — Operator UI i18n (en + it)
Summary
Italian (and English) operators can use the studio without reading English UI copy.
Added
- Message catalog at
src/lib/i18n/withenanditlocales - Studio
/studio/*UI translated - Save/validation messages localized
- Content Doctor headers/footers and field labels localized
npm run publishandcontent:validateCLI output localized
How to use
Set site.language in config/site.yaml (e.g. it or it-IT). Same field drives <html lang> and operator UI.
Closes #57.
Test plan
- Set
language: itand runnpm run studio:launch— UI in Italian - Save site settings — success message in Italian
- Run
npm run content:doctor— Italian headers/footers - Run
npm run publish— Italian step labels
v0.1.10 — Phase 5 studio & tooling
Summary
Phase 5 improvements for studio operators and client site maintenance.
Added
- Collection item reorder — up/down controls at
/studio/collections/[id](#54) - Background image upload — optional site background in Site appearance (#55)
- Tauri Phase 2 spike — architecture research doc for terminal-free desktop wrapper (#53)
Changed
site:upgradeversion detection — git tag, CHANGELOG, or nearest tag + commit count (#56)
Epic #52 (terminal-free packaging) remains open until the Tauri MVP is built.
Test plan
- Reorder items in a collection via studio
- Upload/remove background image in Site appearance
- Run
npm run site:upgradefrom a tagged kit checkout
Atelier-Kit v0.1.9
Atelier-Kit v0.1.9
Client handoff epic — repeatable delivery from studio to deploy.
Added
- Studio: create items (
/studio/items/new) and collections (/studio/collections/new) npm run site:upgrade— sync kit code without touching client config/content/photos- Configurable site appearance (presets + custom colors) from
/studio - Redesigned item detail page layout and Visitor Brief zone
- Studio access guidance panel + operator handoff playbook
Changed
- Scaffold templates ship publish-ready copy (1 doctor note on fresh scaffold vs many)
Closes
Validation
npm run content:validate
npm run check
npm run buildUpgrade a client site
cd ../client-site
npm run site:upgrade -- --from ../atelier-kit --yes
npm run publish -- --deployAtelier-Kit v0.1.8
Atelier-Kit v0.1.8
Studio L3 completion, publish flow and client packaging.
Added
- Studio: about, catalog, signal clouds, item photo upload, publish readiness
- Public
/aboutpage fromconfig/about.yaml npm run publishandnpm run publish -- --deploynpm run studio:launch— opens browser on/studio- ADR 0003 (publishing + service model) and ADR 0004 (desktop wrapper phase 1)
- Service package docs and Vercel deploy button guidance
- Scaffolded client sites now include
DEPLOY.md
Closes
Validation
npm run checknpm run buildnpm run content:validate
Atelier-Kit v0.1.7
Atelier-Kit v0.1.7
Studio item and collection editing for file-based content.
Added
/studio/items— list and edit item YAML records/studio/collections— list and edit collection YAML records- item fields: title, subtitle, status, price mode, description, notice, image path, meta values
- collection fields: title, description, included items (checkbox selection)
- structural validation after each save
Notes
Image upload is still out of scope — set image paths after adding files under static/images/items/. Closes #39.
Validation
npm run checknpm run build