Skip to content

v1.0.8

Latest

Choose a tag to compare

@alexmngn alexmngn released this 22 Jan 23:20

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 --latest flag 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

  • Added tar@^7.0.0 for GitHub tarball extraction
  • Updated tar from 7.4.3 to 7.5.6 in demo-app (#15)
  • Updated undici from 6.21.2 to 6.23.0 in demo-app (#13)
  • Updated form-data to version 4.0.5
  • Updated lodash to version 4.17.23