Field Notes
A record of what's been planted, pruned, and tended to in the Greenhouse.
v1.6.0MinorMay 30, 2026
Added
- Field Notes page - a versioned changelog of all work shipped to the Greenhouse
- Field Notes entry in the sidebar navigation with a current version badge
v1.5.1PatchMay 27, 2026
Fixed
- Bug fixes to demo page
v1.5.0MinorMay 27, 2026
Added
- Sidebar search — client-side type-ahead filtering across Foundations and Components
- Subsection-level search results powered by per-page meta.ts files
- SidebarSearchContext to share search state between the input and the nav
v1.4.0MinorMay 26, 2026
Added
- Interactive demo playground extended to all 17 component pages
v1.3.0MinorApril 24, 2026
Added
- Interactive demo playground introduced on the Button page as a proof of concept
- Tabbed Overview + Demo layout with live prop controls and an inverse-theme JSX code block
- Demo controls dogfood the system — built using Dropdown, Toggle, and TextInput
v1.2.0MinorApril 16, 2026
Added
- Typography system — Plus Jakarta Sans (body and UI), Fraunces (expressive headings), Fira Code (code blocks)
- All three typefaces wired up via next/font/google with semantic CSS variables
- Typefaces section and pill-variant Tabs font switcher added to the typography documentation page
Fixed
- Fira Code now applies to inline code (previously bypassed by a hardcoded system monospace stack)
v1.1.1PatchApril 9, 2026
Added
- Active state highlighting on sidebar navigation links
- aria-current support for assistive technologies
v1.1.0MinorApril 9, 2026
Added
- Mobile-responsive docsite — full-screen drawer navigation below the 1024px breakpoint
- DocShell client component to manage mobile nav state
- NavLink component to replace raw Link usage in the sidebar
v1.0.1PatchApril 7, 2026
Changed
- Checkbox documentation page reformatted to match the divider-based layout used across other component pages
v1.0.0Initial releaseApril 7, 2026
Added
- 17 components — Alert, Avatar, Badge, Button (with icon prop and icon-only variant), Card, Checkbox, Divider, Dropdown, Modal, Radio, Spinner, Tabs, Tag, Text Input, Toast, Toggle, Tooltip (Stage 1 positioning)
- Three-layer color token architecture — scales, named palette, semantic tokens — with full dark mode support
- Spacing system on a 4px grid
- 64 Phosphor icons hand-selected across 9 categories
- Sticky sidebar navigation with dark mode toggle
- Landing page and standardized divider-based component documentation pages