You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
23
23
### Fixed
24
24
25
25
- Fixed `TextArea` issue with the `css` theme, where the background color was stuck from the previous theme https://github.com/Textualize/textual/issues/5964
@@ -33,6 +34,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
33
34
- Breaking change: `Visual.render_strips` has a new signature. If you aren't explicitly building Visuals then this won't effect you. https://github.com/Textualize/textual/pull/5981
34
35
- Breaking change: The component classes on Markdown have been moved to MarkdownBlock. This won't affect you unless you have customize the Markdown CSS https://github.com/Textualize/textual/pull/5981
35
36
- The textual-speedups library will now be imported automatically if it is installed. Set `TEXTUAL_SPEEDUPS=0` to disable.
37
+
- Breaking change: Updated tree-sitter dependency for `syntax` extras now requires Python 3.10+ https://github.com/Textualize/textual/pull/5977
38
+
- Some `TextArea` syntax highlighting changes due to tree-sitter updates https://github.com/Textualize/textual/pull/5977
36
39
37
40
### Removed
38
41
@@ -87,14 +90,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
87
90
- Fixed issue with pushing screens when Input has mouse captured https://github.com/Textualize/textual/pull/5900
88
91
- Implemented workaround for Ghostty bug which produces negative mouse coordinates https://github.com/Textualize/textual/pull/5926
89
92
90
-
## Changed
93
+
###Changed
91
94
92
95
- Widget.release_mouse will now only release the mouse, if it was captured by self https://github.com/Textualize/textual/pull/5900
93
96
- Some optimizations to TextArea, which may be noticeable during scrolling (note: may break snapshots with a TextArea) https://github.com/Textualize/textual/pull/5925
94
97
- Selecting in the TextArea now hides the cursor until you release the mouse https://github.com/Textualize/textual/pull/5925
95
98
- Read only TextAreas will no longer display a cursor https://github.com/Textualize/textual/pull/5925
@@ -252,7 +255,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
252
255
- Fixed IndexError in OptionList https://github.com/Textualize/textual/pull/5574
253
256
- Fixed issue with clear_panes breaking tabbed content https://github.com/Textualize/textual/pull/5573
254
257
255
-
## Changed
258
+
###Changed
256
259
257
260
- The user can now interrupt a scroll to end by grabbing the scrollbar or scrolling in any other way. Press ++end++ or scroll to the end to restore default behavior. This is more intuitive that it may sound.
258
261
@@ -379,7 +382,7 @@ the selection if there is one, otherwise it will cut the current line https://gi
- Added support for XML syntax highlighting https://github.com/Textualize/textual/pull/5320
@@ -392,12 +395,12 @@ the selection if there is one, otherwise it will cut the current line https://gi
392
395
- Added `Input.selected_text` property for getting the currently selected text https://github.com/Textualize/textual/pull/5340
393
396
-`Input` can now be scrolled independently of cursor position (hold shift and scroll with the mouse wheel in supported environments) https://github.com/Textualize/textual/pull/5340
394
397
395
-
## Changed
398
+
###Changed
396
399
397
400
- Breaking change: Removed `Input` reactive attributes `view_position`, `cursor_position` (now exists as a property which proxies to the `Input.selection` reactive attribute), https://github.com/Textualize/textual/pull/5340
398
401
-`Input.restrict` now checked on all edit operations (rather than just on `insert`) https://github.com/Textualize/textual/pull/5340
399
402
400
-
## Fixed
403
+
###Fixed
401
404
402
405
- Fixed Select not scrolling highlight in to view when clicked https://github.com/Textualize/textual/issues/5255
403
406
- Upgraded tree-sitter to 0.23+ (`syntax` extras) https://github.com/Textualize/textual/pull/5320
@@ -435,7 +438,7 @@ the selection if there is one, otherwise it will cut the current line https://gi
435
438
436
439
## [0.87.1] - 2024-11-24
437
440
438
-
## Fixed
441
+
###Fixed
439
442
440
443
- Fixed offset not being applied to grid layout https://github.com/Textualize/textual/pull/5281
441
444
- Fixed Select overlay set to auto width https://github.com/Textualize/textual/pull/5282
0 commit comments