Release 2.8.1
2.8.1 (2024-06-27)
Features
- [Web] allow disabling debouncing for window resize event (f8d94c3)
UnistylesRegistry
.addConfig({
// disables debouncing for window resize event (web only)
windowResizeDebounceTimeMs: 0
})
Bug Fixes
- [iPad] avoid computing incorrect screen sizes when the app is backgrounded (f224852) by @vanstinator
- [Core] parse fontScale back to float after rounding (268e2cb)
Docs
- [Docs] mention keyboard controller that can interfere with Android insets (1ad0616)