Releases: craftreactnative/ui
Releases · craftreactnative/ui
v1.0.8
Release Date: January 22, 2025
✨ New Features
- CLI GitHub Integration: Components are now downloaded from GitHub instead of being bundled in the npm package
- Smart caching system with 1-day auto-refresh
- New
--latestflag to force download latest components:npx @craftreactnative/ui add Button --latest - BottomSheet Component: Enhanced functionality to support input field with keyboard handling
- Template Screen: Added support for template IDs
- Components Menu: Added Skeleton & Divider components to the Components tab
🎨 Visual Updates
- Updated trading dashboard and order images
- Added new trading trends images for light and dark themes
🔧 Improvements
- CLI Package: Reduced package size by removing bundled components
- CLI Build: Removed component copying step for faster builds
- CLI Caching: Intelligent cache system that automatically refreshes after 24 hours
- Better error handling and user feedback during component downloads
📦 Dependencies
v1.0.7
Release Date: January 20, 2026
✨ New Features
- Skeleton Component: Added a new
Skeletoncomponent for animated loading states- Customizable width, height, border radius, and color
- Demo screen with adjustable controls
- Full TypeScript support with comprehensive props
🎨 Theme Improvements
- Added new font size options to theme configuration
- Updated color accents for improved visual consistency
- Enhanced theme system with additional customization options
🔧 Improvements
- Button Component: Updated props and styles to support optional left icon
- Better icon positioning and alignment
- Improved prop flexibility
📦 Dependencies
- Updated
react-server-dom-webpackandjest-expoin demo-app (#11)
v1.0.5
Release Date: October 11, 2025
📚 Documentation Improvements
- Enhanced UI Components Documentation: Added interactive controls and new layout for component demos
- Theme Toggle: Added
ThemeToggleButtoncomponent for easy theme switching in demos - Theme Context: Created
ThemeContextfor managing theme state across the application - Improved component documentation with better examples and usage guides
🎨 Component Enhancements
Enhanced component configurations and styles across:
- Avatar: Improved styling and configuration options
- BottomSheet: Better styling and interaction patterns
- Button: Enhanced button variants and styling
- Counter: Improved counter functionality and appearance
- InputText: Better text input styling and behavior
- ListItem: Enhanced list item styling
🔧 Component Demo Improvements
All component demo screens now feature:
- Interactive controls for testing different props
- Better layout and organization
- Improved theme switching capabilities
- Enhanced visual examples
🐛 Bug Fixes
- Fixed menu positioning logic in ContextMenu component
- Various styling improvements and consistency fixes
v1.0.6
Release Date: December 5, 2025
🎉 Major Features
- New Animations: Enhanced component animations across the board
- Component Refactors: Comprehensive refactoring of core components for better performance and maintainability
- New Color Tokens: Expanded color palette with new semantic color tokens
- Improved Documentation: Enhanced component documentation with better examples
🆕 New Components
- Divider Component: New divider component for visual separation
🔄 Component Updates
- Avatar: Improved styling and props
- BottomSheet: Enhanced gesture handling and styling
- Button: Major refactor with improved variants and animations
- ButtonRound: Streamlined implementation and better performance
- Checkbox: Added
CheckLargevariant and improved styling - ContextMenu: Enhanced positioning and interaction logic
- Counter: Improved functionality and styling
- InputOTP: Enhanced user experience and styling
- InputSearch: Improved search functionality
- InputText: Better text input handling
- ListItem: Enhanced list item styling and interactions
- Text: Improved text rendering and color variants
- Slider & SliderDual: Optimized spring configurations and value clamping
🎨 Theme & Styling
- Updated
ThemeToggleButtonwith enhanced functionality - Improved
ThemeContextfor better theme management - Optimized template images (reduced file sizes)
- Enhanced ParallaxScrollView component
📦 Dependencies
- Updated multiple dependencies for security and compatibility:
🐛 Bug Fixes
- Fixed various styling inconsistencies
- Improved component prop handling
- Enhanced type safety across components
v1.0.4
v1.0.4 - CLI Dependency Support
Release Date: September 1, 2025
✨ New Features
- CLI Dependency Installation: Added support for automatic dependency installation during CLI init
- Automatically installs required dependencies when initializing a project
- Improved project setup experience
🔧 CLI Improvements
- Enhanced
initcommand with dependency installation support - Better error handling and user feedback
- Improved project initialization workflow
📝 Documentation
- Updated README with CLI usage instructions
- Added initialization steps documentation
🏗️ Infrastructure
- Migrated to Changesets for versioning and publishing
- Improved release workflow automation
- Better package management