What's New
This release significantly expands the widget library and adds key infrastructure improvements.
New Widgets
- BarChart - Bar chart visualization widget for data display (#12)
- Scrollbar - Scrollbar widget for scrollable content (#11)
- Clear - Widget for clearing screen regions (#13)
Widget Improvements
- List now implements both
WidgetandStatefulWidgettraits (#15) - Gauge and Sparkline now have
.block()convenience methods (#16)
Layout
- Added
Marginstruct forRect::inner()for more flexible padding control (#14)
Infrastructure
- Theme system for consistent styling across applications (#6)
- Hot-reload infrastructure with error overlay for development (#4)
Bug Fixes
- Fixed missing
SHMEM_PATHimport in scarab_plugin example
Full Changelog: v0.1.1...v0.2.0