# Changelog

All notable changes to WOW UI Kit. Format loosely follows Keep a Changelog;
versioning is semantic (see README.md).

## [1.0.0] — 2026-09-07 22:10 GMT+8

Initial export from the WowCRM prototype (`prototype/assets/tokens.css`,
`components.css`, `app.js` as they stood after Phase 5).

- `tokens.css` — full colour scale (primary/accent/gray/semantic), status
  colour map, typography scale, spacing (4px base), radius, shadow, layout
  constants (sidebar/topbar/content padding, admin/mobile min-widths),
  motion, z-index.
- `components.css` — app shell (sidebar/topbar), buttons, segmented
  control, forms, badges/tags/capacity meter, cards/stat tiles, tables,
  tabs, alerts/toasts, modal/drawer, empty/skeleton states, timeline,
  timetable primitives, kanban/pipeline cards, stepper, mobile shell
  (`.phone`, `.m-*`, `.att-btn`), misc (tooltip, dropdown, kbd,
  proto-note).
- `app.js` — `WOW.fmtDate` / `fmtTime` / `fmtDateTime` / `fmtMoney`
  formatters, inline SVG icon sprite (`WOW.ICONS`), and behaviours for
  tabs/segmented controls, attendance button groups, modal/drawer
  open-close, toasts, dropdowns, live clock.
- `style-guide.html` + `docs.css` — generic living reference page (WowCRM
  branding and prototype-only nav links removed).
- Decided: stay desktop-only (no new breakpoint) for the admin layout;
  distribute by copy-paste rather than git submodule or npm package for now.
