Skip to content

Releases: Textualize/textual

The Nintendo Release

03 Jun 14:51
7251aac
Compare
Choose a tag to compare

While this could have been a minor release, there are enough accumulated changes and fixes under the hood that it felt worthy of a bump.

[0.64.0] - 2024-06-03

Fixed

  • Fix traceback on exit #4575
  • Fixed Markdown.goto_anchor no longer scrolling the heading into view #4583
  • Fixed Footer flicker on initial focus #4573

The In a Bind Release

29 May 10:52
a44119d
Compare
Choose a tag to compare

Another hotfix, see below

[0.63.6] - 2024-05-29

Fixed

  • Fixed issue with bindings not refreshing #4571

The vanishing DataTable release

28 May 11:32
4adaf03
Compare
Choose a tag to compare

Another hotfix for DataTables not appearing in tabbed content.

[0.63.5]

Fixed

  • Fixed data table disappearing from tabs #4567

Added

  • Added Styles.is_auto_width and Style.is_auto_height

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