v1.3.0
What's Changed
- add: example description for
cmdk's example by @SameerJS6 in #29 - feat: add shadcn's command menu by @SameerJS6 in #30
- fix: code tab not showing up anything (command menu) by @SameerJS6 in #31
Minor Changes
- Added: Shadcn Command Menu integration with enhanced search functionality
- Added: Custom code highlighting and block components similar to Fumadocs
- Breaking: Exported
useResponsiveDialogcontext hook for enhanced component integration
Added
- Dynamic Height for ResponsiveCommandList - Mobile drawers now use full height (
max-h-[95%]) instead of hardcoded320pxfor better mobile experience, while maintaining320pxfor dialog mode - Enhanced Component Preview System - New unified component preview for components that can't be handled through the main registry
- Special Registry - Dedicated registry for components requiring custom parsing logic
Changed
- Performance Improvement: Updated
use-media-query.tsxto usechangeevent listener instead ofresizefor better re-render performance - UI Library Migration: Replaced Radix UI with Base UI for
TabsandScrollAreacomponents - Visual Adjustments: Reduced maximum height from
95%to65%for improved viewport utilization
Improved
- Documentation: Updated roadmap, getting-started, and command documentation for better developer experience
- Developer Experience: Enhanced component preview system with better flexibility and customization options
Full Changelog: v1.2.0...v1.3.0