🐛 Bugfixes
- Fixed visibility issues in Bubble Card popups (#30)
- Activity button (PowerOff, etc.) now displays correctly over popups
- Card title (Master) is no longer hidden behind popup elements
- Card border is properly visible
- Added proper z-index layering with
position: relativefor affected elements
🔒 Security
- Removed 44 security vulnerabilities (35 critical)
- Removed deprecated
cross-vardependency and its vulnerable Babel preset chain - Removed
replace-in-filedependency - Replaced with native Node.js implementation for version injection
- All npm audit vulnerabilities resolved: 0 remaining
- Removed deprecated
📦 Dependencies
- Updated all dependencies to latest secure versions
- Simplified build pipeline with native Node.js scripts
- Improved cross-platform compatibility (Windows, macOS, Linux)
✨ What's New
- Build process is now faster and more secure
- No external CLI tool dependencies for build tasks
- Cleaner development environment
Breaking Changes: None
Migration Guide: No action required for users