Skip to content

Commit c7d1947

Browse files
committed
docs(changelog): fix headings
1 parent b4c40bf commit c7d1947

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9090
- Fixed issue with pushing screens when Input has mouse captured https://github.com/Textualize/textual/pull/5900
9191
- Implemented workaround for Ghostty bug which produces negative mouse coordinates https://github.com/Textualize/textual/pull/5926
9292

93-
## Changed
93+
### Changed
9494

9595
- Widget.release_mouse will now only release the mouse, if it was captured by self https://github.com/Textualize/textual/pull/5900
9696
- Some optimizations to TextArea, which may be noticeable during scrolling (note: may break snapshots with a TextArea) https://github.com/Textualize/textual/pull/5925
9797
- Selecting in the TextArea now hides the cursor until you release the mouse https://github.com/Textualize/textual/pull/5925
9898
- Read only TextAreas will no longer display a cursor https://github.com/Textualize/textual/pull/5925
9999

100-
## Added
100+
### Added
101101

102102
- Added `TextArea.highlight_cursor_line` toggle https://github.com/Textualize/textual/pull/5924
103103

@@ -255,7 +255,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
255255
- Fixed IndexError in OptionList https://github.com/Textualize/textual/pull/5574
256256
- Fixed issue with clear_panes breaking tabbed content https://github.com/Textualize/textual/pull/5573
257257

258-
## Changed
258+
### Changed
259259

260260
- 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.
261261

@@ -382,7 +382,7 @@ the selection if there is one, otherwise it will cut the current line https://gi
382382

383383
## [0.89.0] - 2024-12-05
384384

385-
## Added
385+
### Added
386386

387387
- Added "tab" border style https://github.com/Textualize/textual/pull/5335
388388
- 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
395395
- Added `Input.selected_text` property for getting the currently selected text https://github.com/Textualize/textual/pull/5340
396396
- `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
397397

398-
## Changed
398+
### Changed
399399

400400
- 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
401401
- `Input.restrict` now checked on all edit operations (rather than just on `insert`) https://github.com/Textualize/textual/pull/5340
402402

403-
## Fixed
403+
### Fixed
404404

405405
- Fixed Select not scrolling highlight in to view when clicked https://github.com/Textualize/textual/issues/5255
406406
- 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
438438

439439
## [0.87.1] - 2024-11-24
440440

441-
## Fixed
441+
### Fixed
442442

443443
- Fixed offset not being applied to grid layout https://github.com/Textualize/textual/pull/5281
444444
- Fixed Select overlay set to auto width https://github.com/Textualize/textual/pull/5282

0 commit comments

Comments
 (0)