✨ Features
- Add
eventSpacingprop for customizable event spacing in calendar views (#32) - Thanks @owyndevz! - Add
classesOverrideprop for custom disabled cell styling (#33) - Support
BusinessHoursarray for different hours per day (#29) - Thanks @okejminja!
🔧 Tooling & Infrastructure
- Migrate from oxlint + Prettier to Biome for unified linting and formatting (#34)
- Replaced oxlint and Prettier with Biome v2.3.8
- Faster linting and formatting with Rust-based tooling
- Unified configuration for consistent code style
🐛 Bug Fixes
- Fix: scrollbar hidden behind sticky resource column and events (#35)
- Added
z-30to horizontal scrollbars in all calendar views (Month, Week, Day, Year) - Ensures scrollbars appear above sticky resource columns (
z-20) and event layers (z-10) - Fixes issue where horizontal scrollbar was invisible in Resource Calendar views
- Added
Full Changelog: v1.1.0...v1.1.1