Skip to content

Releases: gcomneno/atelier-kit

Atelier-Kit v0.1.24

Choose a tag to compare

@gcomneno gcomneno released this 08 Jul 10:46
f0b617f

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

Choose a tag to compare

@gcomneno gcomneno released this 08 Jul 09:48
818d601

Club UX sprint: #92 #85 #91 #89 #90 — see PR #93

Atelier-Kit v0.1.22

Choose a tag to compare

@gcomneno gcomneno released this 08 Jul 08:43
d3d2706

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

Choose a tag to compare

@gcomneno gcomneno released this 08 Jul 08:36
1b886fa

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 to docs/usage/studio.md and Atelier Desktop.

Validation

  • npm run check on CI (#83)

v0.1.20 — Micro-CMS Tier 1 and Tier 2

Choose a tag to compare

@gcomneno gcomneno released this 08 Jul 01:05

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.txt with Sitemap: 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

Also in this release line

  • Studio Help, item meta hierarchy editor, news Studio parity, public /catalog page, typography presets, visitor i18n polish

See CHANGELOG.md for full notes.

v0.1.11 — Operator UI i18n (en + it)

Choose a tag to compare

@gcomneno gcomneno released this 05 Jul 08:01

Summary

Italian (and English) operators can use the studio without reading English UI copy.

Added

  • Message catalog at src/lib/i18n/ with en and it locales
  • Studio /studio/* UI translated
  • Save/validation messages localized
  • Content Doctor headers/footers and field labels localized
  • npm run publish and content:validate CLI 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: it and run npm 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

Choose a tag to compare

@gcomneno gcomneno released this 05 Jul 07:51

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:upgrade version 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:upgrade from a tagged kit checkout

Atelier-Kit v0.1.9

Choose a tag to compare

@gcomneno gcomneno released this 05 Jul 07:41

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 build

Upgrade a client site

cd ../client-site
npm run site:upgrade -- --from ../atelier-kit --yes
npm run publish -- --deploy

Atelier-Kit v0.1.8

Choose a tag to compare

@gcomneno gcomneno released this 04 Jul 16:44

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 /about page from config/about.yaml
  • npm run publish and npm run publish -- --deploy
  • npm 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

  • #41 (phase 1: studio launch helper)
  • #42 (deploy button template + docs)

Validation

  • npm run check
  • npm run build
  • npm run content:validate

Atelier-Kit v0.1.7

Choose a tag to compare

@gcomneno gcomneno released this 04 Jul 15:00

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 check
  • npm run build