|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 1.0.0 |
| 4 | + |
| 5 | +### Added |
| 6 | +- 24 new templates, bringing the total to 28, grouped into five families: |
| 7 | + - **Statement:** `spotlight`, `frame`, `sticky` (alongside existing `manifesto`, `quote`, |
| 8 | + `minimal`). |
| 9 | + - **Structure & data:** `ledger`, `index`, `grid`, `timeline`, `versus`, `stat`, `chart` |
| 10 | + (alongside existing `list`). |
| 11 | + - **Developer:** `terminal`, `code`, `diff`, `window`. |
| 12 | + - **Editorial:** `cover`, `split`, `memo`, `receipt`, `ticket`, `calendar`. |
| 13 | + - **People & media:** `profile`, `chat`, `prompt`, `polaroid`. |
| 14 | +- Three new block types: `stat` (one figure with unit/note), `code` (filename tab over |
| 15 | + numbered lines), and `chart` (horizontal bars, pure CSS). |
| 16 | +- `eyebrow`: an optional string (max 48 chars) on a card, deck `defaults`, or slide, rendering |
| 17 | + as small chrome above the main content on the 8 templates with an eyebrow slot (`cover`, |
| 18 | + `memo`, `receipt`, `split`, `spotlight`, `terminal`, `ticket`, `window`). |
| 19 | +- Studio: a grouped template picker organized by the same five families, with catalog drift |
| 20 | + tests keeping it in sync with the template set. |
| 21 | +- Non-fatal warnings for layout mismatches that used to render silently wrong: `grid` cards |
| 22 | + without exactly 4 items, and `eyebrow` set on a template with no eyebrow slot. |
| 23 | + |
| 24 | +### Fixed |
| 25 | +- Unknown template names now fail with a clear error naming the available templates, instead |
| 26 | + of a raw `ENOENT` stack trace for the template's missing `style.css`. |
| 27 | +- `quoteforge new` offered only four templates from a hardcoded list; it now offers every |
| 28 | + installed template and rejects an unknown `--template`. |
| 29 | +- Studio: adding a `stat`, `code`, or `chart` block to a deck slide crashed the editor — |
| 30 | + the deck store's block factory had not been extended for the new types. |
| 31 | + |
| 32 | +### Changed |
| 33 | +- `bun run typecheck` is now green and gates releases (`preversion` runs it before the test |
| 34 | + suite). `src/` and `studio/` are checked as separate TypeScript projects. |
| 35 | + |
3 | 36 | ## 0.6.0 |
4 | 37 |
|
5 | 38 | ### Added |
|
0 commit comments