v0.2.3
Performance Improvements 🚀
This release focuses on performance optimizations and code quality improvements.
🔧 Fixed
- Performance: Optimized duplicate breakpoint detection from O(n²) to O(n) complexity using Set-based algorithm
- Bug Fix: Fixed missing
shouldLogdependency in useEffect to prevent stale closures
⚡ Performance Impact
- Significantly better performance when using larger breakpoint configurations
- Reduced computational overhead in duplicate detection logic
🧹 Code Quality
- Improved algorithmic efficiency while maintaining existing functionality
- Better dependency management in React hooks
- All existing tests continue to pass
Full Changelog: v0.2.2...v0.2.3
What's Changed
- fix: remove npm publish from release workflow by @smartlabsAT in #3
- Optimize duplicate breakpoint detection and fix useEffect dependencies by @smartlabsAT in #6
Full Changelog: v0.2.2...v0.2.3