Skip to content

Releases: Textualize/textual

Hotfix for freeze issue

26 May 13:18
c0e6743
Compare
Choose a tag to compare

[0.63.4]

Added

  • Added immediate switch to Signal.publish

Fixed

  • Fixed freeze in recompose from bindings #4558

The best Footer forward release

24 May 15:46
fa37983
Compare
Choose a tag to compare

Fixes and a change to provide a helpful message to a common error

[0.63.3] - 2024-05-24

Fixed

  • Fixed Footer grid size #4545
  • Fixed bindings not updated on auto focus #4551

Changed

  • Attempting to mount on a non-mounted widget now raises a MountError #4547

The Working on your Birthday release

23 May 07:59
def421f
Compare
Choose a tag to compare

Hotfix for an issue that broken non-app links.

[0.63.2] - 2024-05-23

Fixed

  • Fixed issue with namespaces in links #4546

The double key fix release

22 May 19:57
Compare
Choose a tag to compare

Hotfix for #4543

[0.63.1] - 2024-05-22

Fixed

  • Fixed display of multiple bindings #4543

The new Footer release

22 May 16:45
915b769
Compare
Choose a tag to compare

This release adds an updated footer, and some style tweaks to Markdown.

This may impact you if you have customized the Footer. So please check your apps!

[0.63.0] - 2024-05-22

Fixed

  • Fixed actions in links #4540

Changed

  • Breaking change: New Footer (likely a drop in replacement, unless you have customized styles) #4537
  • Stylistic changes to Markdown (simpler headers, less margin, etc) #4541

The anchored release

20 May 18:41
964d988
Compare
Choose a tag to compare

[0.62.0] - 2024-05-20

Added

  • Added start and end properties to Markdown Navigator
  • Added Widget.anchor, Widget.clear_anchor, and Widget.is_anchored #4530

The down in the gutter release

19 May 14:12
Compare
Choose a tag to compare

Fixes a with auto columns in gutter.

[0.61.1] - 2024-05-19

Fixed

  • Fixed auto grid columns ignoring gutter #4522

The Dynamic Actions release

18 May 10:17
99235b0
Compare
Choose a tag to compare

The highlight of this release is the ability to implement "dynamic actions", so you can provide logic about which bindings should be displayed. See the docs for details: https://textual.textualize.io/guide/actions/#dynamic-actions

[0.61.0] - 2024-05-18

Added

  • Added App.get_default_screen #4520
  • Added dynamic binding via DOMNode.check_action #4516
  • Added "focused" action namespace so you can bind a key to an action on the focused widget #4516
  • Added "focused" to allowed action namespaces #4516

Changed

  • Breaking change: Actions (as used in bindings) will no longer check the app if they are unhandled. This was undocumented anyway, and not that useful. #4516
  • Breaking change: Renamed App.namespace_bindings to active_bindings

The pointless dependency release

15 May 16:36
6c099d0
Compare
Choose a tag to compare

Fixes a dev dependency being in the wrong place.

Thanks to @davidbrochart for pointing this out.

[0.60.1] - 2024-05-15

Fixed

  • Dependency issue

The sweet sixty release

14 May 14:35
926b4e3
Compare
Choose a tag to compare

A small-ish release. A new method and a fix.

[0.60.0] - 2024-05-24

Fixed

  • Fixed auto width not working for option lists #4507

Added

  • Added DOMNode.query_children #4508