Skip to content

Release 1.0.25 - Responsive Toolbar Improvements

Choose a tag to compare

@MrCoder MrCoder released this 15 Sep 11:46
· 44 commits to master since this release
ce4bb41

🚀 Release 1.0.25 - Responsive Toolbar Improvements

✨ New Features

  • Responsive Toolbar: Hide toolbar on mobile/tablet screens (< 768px)
  • Fixed Icon Sizes: Prevent icon shrinking by maintaining fixed button sizes (28px × 28px)
  • Smart Overflow: Hide rightmost buttons when space is limited instead of shrinking all buttons
  • No Wrapping: Removed flex-wrap to prevent toolbar wrapping on narrow screens

🔧 Technical Changes

  • Added hidden md:flex for responsive visibility
  • Added flex-shrink-0 to all toolbar buttons
  • Added overflow-hidden to container for smart button hiding
  • Removed flex-wrap to prevent wrapping

📱 User Experience

  • Better mobile/tablet experience (toolbar hidden when not needed)
  • Consistent icon sizes across all screen sizes
  • Important functionality remains accessible on desktop
  • Clean, professional appearance maintained

🏷️ Version

  • Package version: 1.0.25
  • Release tag: release-202509152141

This release improves the responsive design and user experience across all device types.