0.1.0.0
Added
- Password-gated developer documentation at `/docs` with Basic Auth.
- Platform-wide search with `Cmd+K` shortcut for navigating pages and corridors.
- Analytics dashboard for admin users tracking page views and search queries.
- Notification signup component for market updates.
- Custom 404 page with dark theme and helpful navigation links.
- Error boundaries for `/market` and `/parcels` routes.
- Glossary term component for inline definitions.
- `prefers-reduced-motion` media query to respect user accessibility preferences.
- Test coverage for numbered list rendering and `<img>` alt text on featured parcels.
Changed
- Redesigned the homepage with stronger visual hierarchy: H1 and section H2s now use `font-semibold` (600 weight), featured parcel H3s normalized to `text-3xl`.
- Replaced the border-left accent pattern on investment committee bullets with a numbered index ("01", "02") for a more institutional feel.
- Swapped featured parcel images from CSS `background-image` to proper `<img>` tags with alt text and `loading="lazy"` for accessibility and SEO.
- Increased all nav link touch targets from 16px to 44px+ to meet WCAG minimum.
- Bumped primary and secondary button padding from `py-3` to `py-3.5` for 44px+ touch targets.
- Added `py-3` to ghost buttons for consistent touch target sizing.
- Migrated provenance badge colors from Tailwind escape-hatch names (`blue-400`, `fuchsia-300`, `amber-300`) to CSS variable tokens (`provenance-broker`, `provenance-assumption`, `provenance-estimated`).
- Sharpened border-radius on signal panels, table shells, and deal cards from `rounded-[1.5rem]`/`rounded-2xl` to `rounded-sm` per DESIGN.md "sharp or nearly sharp" directive.
- Migrated gstack from vendored copy to team mode.
Fixed
- Admin pages now gated behind Supabase auth with redirect to `/apply`.
- Removed redundant `py-3.5` override on "Open Deal Room" nav link that relied on Tailwind CSS ordering.