Skip to content

The Working on my Break Release

Choose a tag to compare

@willmcgugan willmcgugan released this 29 Jun 10:02
· 3379 commits to main since this release
f2add3c

Mostly fixes and stability related changes, see below.

Note, there is a change to the SVG snapshots. The SVGs are now "normalized" to reduce the chances that they will break due to non-visual changes. Unfortunately this does mean that your snapshots will break with this release, but the upside is they will break less often in the future!

[0.71.0] - 2024-06-29

Changed

  • Snapshot tests will normalize SVG output so that changes with no visual impact don't break snapshots, but this release will break most of them.
  • Breaking change: App.push_screen now returns an Awaitable rather than a screen. #4672
  • Breaking change: Screen.dismiss now returns an Awaitable rather than a bool. #4672

Fixed

  • Fixed grid + keyline when the grid has auto dimensions #4680
  • Fixed mouse code leakage #4681
  • Fixed link inside markdown table not posting a Markdown.LinkClicked message #4683
  • Fixed issue with mouse movements on non-active screen #4688