Skip to content

0.25.0

Compare
Choose a tag to compare
@rmorshea rmorshea released this 01 May 01:51
· 667 commits to main since this release

Completely refactors layout dispatchers by switching from a class-based approach to one that leverages pure functions. While the logic itself isn't any simpler, it was easier to implement, and now hopefully understand, correctly. This conversion was motivated by several bugs that had cropped up related to improper usage of anyio.

Issues Fixed:

Highlighted Commits:

  • improve docs + simplify multiview - 4129b60
  • require anyio>=3.0 - 24aed28
  • refactor dispatchers - ce8e060