Releases: rob2d/use-viewport-sizes
Releases · rob2d/use-viewport-sizes
0.8.1
🚀 Performance
Improved dimension hashing speed by ~50x by switching from string hashing to numbers + bitwise operations
📦 Build Size
Reduced build size by approximately 50% by removing unnecessary Babel transforms for modern CommonJS environments
✅ Compatibility
Added support for React 19 as a peer dependency
🔒 Dependencies
Updated outdated packages and addressed vulnerabilities (primarily for the build pipeline and repo)
[Release format updated for better readability]
0.7.2
0.7.0
0.6.1
0.6.0
v0.5.0
- fixed support for certain Typescript annotations (thanks to @monkeycoder99 for reporting issues)
- bump React peerDep support to v16 | v17 | v18
v0.2.12
v0.2.5
v0.2.3
v0.2.0
- Support SSR (thanks to @charlie632 for example + reporting that!)