Changelog
All notable changes to Neobrutal UI are documented here.
v0.3.1
Added
- Color theme picker
- Pull request template
- Search modal for quick component navigation
Changed
- Update nextjs version
- Update color variables
- Sonner toast to base ui toast
- Replace prism-react-renderer with shiki
- Update all 21 components
Removed
- Skeleton component
- Breadcrumb component
v0.3.0
Fixed
- Tailwind v4 compatibility - complete
@theme inline block with all required CSS variables - Added
shadow-brutal utility class in @layer utilities for proper shadow rendering - Skip reinstalling dependencies that are already in package.json
- Removed invalid schema URL from components.json
Changed
- Dependencies are now only installed if not already present in package.json
- Utils file is silently skipped when adding new components if content matches
v0.2.0
Added
- Update command with
--all, --force, and --dry-run options - Unified diff output with colored additions/deletions in
diff command - CSS variable injection during
init for neobrutalism design tokens - Framework detection for Next.js (App/Pages Router), Vite, Remix, Astro
- Automatic CSS path detection
- Package manager detection (npm, pnpm, yarn, bun)
- Import path transformation based on user's alias configuration
Changed
- All 22 components now properly depend on
utils in registry - Removed v3 support
Fixed
- Components no longer break after install due to missing utils dependency
- Version mismatch fixed by reading from package.json dynamically
v0.1.1
Added
- Work in progress note to README
- Vercel Analytics integration
Changed
- Renamed CLI from
neobrutal-ui to neobrutal - Updated contributing guidelines and registry homepage URL
Fixed
- React Server Components CVE vulnerabilities
v0.1.0
Added
- Initial release of Neobrutal UI
- 22 Neobrutalism UI components
npx neobrutal command-line tool init, add, list, and diff- Component docs with live previews and code examples
- JSON-based component registry at
/r/ - CSS variables for theming (
--main, --bg, --bw, --border, --shadow-brutal)