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
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -90,14 +90,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
90
90
- Fixed issue with pushing screens when Input has mouse captured https://github.com/Textualize/textual/pull/5900
91
91
- Implemented workaround for Ghostty bug which produces negative mouse coordinates https://github.com/Textualize/textual/pull/5926
92
92
93
-
## Changed
93
+
###Changed
94
94
95
95
- Widget.release_mouse will now only release the mouse, if it was captured by self https://github.com/Textualize/textual/pull/5900
96
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
97
97
- Selecting in the TextArea now hides the cursor until you release the mouse https://github.com/Textualize/textual/pull/5925
98
98
- Read only TextAreas will no longer display a cursor https://github.com/Textualize/textual/pull/5925
@@ -255,7 +255,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
255
255
- Fixed IndexError in OptionList https://github.com/Textualize/textual/pull/5574
256
256
- Fixed issue with clear_panes breaking tabbed content https://github.com/Textualize/textual/pull/5573
257
257
258
-
## Changed
258
+
###Changed
259
259
260
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.
261
261
@@ -382,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
@@ -395,12 +395,12 @@ the selection if there is one, otherwise it will cut the current line https://gi
395
395
- Added `Input.selected_text` property for getting the currently selected text https://github.com/Textualize/textual/pull/5340
396
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
397
397
398
-
## Changed
398
+
###Changed
399
399
400
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
401
401
-`Input.restrict` now checked on all edit operations (rather than just on `insert`) https://github.com/Textualize/textual/pull/5340
402
402
403
-
## Fixed
403
+
###Fixed
404
404
405
405
- Fixed Select not scrolling highlight in to view when clicked https://github.com/Textualize/textual/issues/5255
406
406
- Upgraded tree-sitter to 0.23+ (`syntax` extras) https://github.com/Textualize/textual/pull/5320
@@ -438,7 +438,7 @@ the selection if there is one, otherwise it will cut the current line https://gi
438
438
439
439
## [0.87.1] - 2024-11-24
440
440
441
-
## Fixed
441
+
###Fixed
442
442
443
443
- Fixed offset not being applied to grid layout https://github.com/Textualize/textual/pull/5281
444
444
- Fixed Select overlay set to auto width https://github.com/Textualize/textual/pull/5282
0 commit comments