Skip to content

Release 2.8.1

Compare
Choose a tag to compare
@jpudysz jpudysz released this 27 Jun 15:55
· 1108 commits to main since this release

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)