Skip to content

v11.0.0

Compare
Choose a tag to compare
@astoilkov astoilkov released this 17 Jan 08:04
· 73 commits to main since this release

BREAKING CHANGE: The priority user-visible is now called user-blocking. user-visible has changed it runs for less time before yielding and you can use it even if an animation is running in the background.

  • 🐎 improve the performance of isTimeToYield() d9ab933
  • ✨ new exported type: SchedulingPriority that includes user-blocking, user-visible, and background priorities b20053d
  • ✏️ add postTask() implementation example using main-thread-scheduling in the readme 7017c2d

v10.0.0...v11.0.0