Changelog

A record of updates to the platform and docs.

v1.2.0

2026-07-30

New

  • Design system file: /design.md is the design system in the standard DESIGN.md format — every token, component spec and design intent in one file. Hand it to your coding agent and the UI it generates matches the platform
  • AI index: /llms.txt lists every doc entry point following the llmstxt.org convention, so an AI agent can pick them all up in one fetch
  • Docs are now indexable: docs can now be reached straight from search results, each language surfacing its own version

Improved

  • Design guidelines docs rewritten: 13 chapters (overview / colour / typography / layout / elevation / shape / components / motion / icons / direction / accessibility / platform constraints / rule checklist), turned from token tables into prose written for people, with every rule backed by a live demo of the real control — click a swatch to copy its value, and the sliders, selects, switches and section headers all respond
  • Design tokens updated throughout (breaking): the type tokens were renamed (body-* / label-*title / field / label / note / micro), the text hierarchy dropped a step (text-secondary neutral-700neutral-600, text-tertiary neutral-400neutral-500), every neutral changed value, radii went 4 / 6 / 8px → 6 / 8 / 10px, and shadows plus the emphasis button height (32px → 40px) changed too. Any UI holding old token names or hardcoded values needs a pass against the latest /design.md
  • Faster image loading: card covers on Showcase and in the console now use thumbnails, making the first screen of a list noticeably quicker

Fixed

  • Fixed cover rendering and navigation on generator cards in Showcase

v1.1.0

2026-07-21

New

  • Full bilingual support: UI and docs in English / Chinese, with language-prefixed routing (/zh)
  • Showcase page: browse published generators on the developer platform and filter by craft type; cards support image / video covers, a hot badge, export count, and author / official labels
  • Live on the Atomm community: once approved, your generator goes live in the Atomm creative-tools community; cards link straight to its community landing page for community traffic
  • Craft types (multi-select): tag generators with Cutting / Engraving / 3D / Relief / Ink Print / UV Print / DTF & DTG, grouped by Laser / Print, used for Showcase filtering
  • Data dashboard: the Developer Console now reports export stats with summary cards and a daily trend chart
  • Message center: a notification bell in the top bar, wired to platform notifications
  • Design guidelines docs: added the design system docs (layout / color / icons / typography / style)

Improved

  • Richer listing: added a rich-text "detailed description" and multi-image / video covers (the first item becomes the card cover); the publish wizard shows an inline card preview that matches the live front end

v1.0.0

2026-07-06

New

  • Initial release: the Developer Platform is live, connecting the full workflow from SDK integration and local debugging through review submission and publishing
  • atomm SDK integration, paired with DevTool local debugging (?local= points to a local service for live preview)
  • Export capability and the atomm.lifecycle.on('export') hook, supporting multi-file export packaged as a downloadable zip
  • Code artifact upload supports both a directory and a single HTML file
  • Submit for review and publish end-to-end flow, supporting review cancellation, rejection reason display, and resubmission
  • Embeddable Export button: place data-atomm-export-button anywhere in your app to add a custom Export button (Download / Open in Studio + credit prompt), themeable via --atomm-export-* CSS variables — no need to pin it to the platform's top bar
  • Generator naming rules: must start with a lowercase letter and contain only lowercase letters, digits, and hyphens; cannot be changed after creation
  • "Copy as Markdown" for docs: with a raw .md source URL