| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 11.4.0 source code.tar.gz | 2026-02-03 | 409.8 kB | |
| 11.4.0 source code.zip | 2026-02-03 | 700.2 kB | |
| README.md | 2026-02-03 | 3.4 kB | |
| Totals: 3 Items | 1.1 MB | 1 | |
This release is unchanged from 11.4.0-rc1:
What's Changed
- Update TextMateSharp nuget to 1.0.70 by @maxbrousseau in https://github.com/AvaloniaUI/AvaloniaEdit/pull/522
- Optimize heap allocations in CharRope.ToString by @YoshihiroIto in https://github.com/AvaloniaUI/AvaloniaEdit/pull/515
- Use a traditional constructor instead of a primary constructor by @danipen in https://github.com/AvaloniaUI/AvaloniaEdit/pull/504
- Implement some methods which not implemented in porting by @realybin in https://github.com/AvaloniaUI/AvaloniaEdit/pull/509
- Fix [#511] by improving README.md by @mgarstenauer in https://github.com/AvaloniaUI/AvaloniaEdit/pull/514
- Fix: TextEditor.SelectAll method doesn't work by @mgarstenauer in https://github.com/AvaloniaUI/AvaloniaEdit/pull/513
- Adjust caret rectangle for scroll offset by @realybin in https://github.com/AvaloniaUI/AvaloniaEdit/pull/489
- fix(VisualLineElementTextRunProperties): potential crash of invalid EmSize by @realybin in https://github.com/AvaloniaUI/AvaloniaEdit/pull/506
- Fix: Update the selection when scrolling by @mgarstenauer in https://github.com/AvaloniaUI/AvaloniaEdit/pull/500
- Fix: Insert at wrong offset in virtual space with EOL glyphs by @mgarstenauer in https://github.com/AvaloniaUI/AvaloniaEdit/pull/499
- Add CaretBrush as DirectProperty on TextArea so it can be defined via markup by @tomlm in https://github.com/AvaloniaUI/AvaloniaEdit/pull/531
- fixed jumping / unaligned text with special characters and collapsed folding by @BobbyCannon in https://github.com/AvaloniaUI/AvaloniaEdit/pull/519
- LineNumbersMargin property added to TextEditor by @NickRimmer in https://github.com/AvaloniaUI/AvaloniaEdit/pull/402
- Remove hardcoded line height factor by @mgarstenauer in https://github.com/AvaloniaUI/AvaloniaEdit/pull/537
- Add TextEditorOptions.LineHeightFactor by @mgarstenauer in https://github.com/AvaloniaUI/AvaloniaEdit/pull/539
- Add TextPasted event to TextArea by @KouniakiosKatakthths in https://github.com/AvaloniaUI/AvaloniaEdit/pull/551
- Update TextMateSharp and syntax highlight using ReadOnlyMemory<char> for reduced allocations by @danipen in https://github.com/AvaloniaUI/AvaloniaEdit/pull/550
- Hide TextDocument._undoStack by @jl0pd in https://github.com/AvaloniaUI/AvaloniaEdit/pull/542
- Support zh-Hans for Search & Replace functions by @zdpcdt in https://github.com/AvaloniaUI/AvaloniaEdit/pull/493
- Adjust caret rectangle calculations to accomodate upcoming Avalonia versions by @danipen in https://github.com/AvaloniaUI/AvaloniaEdit/pull/546
New Contributors
- @maxbrousseau made their first contribution in https://github.com/AvaloniaUI/AvaloniaEdit/pull/522
- @YoshihiroIto made their first contribution in https://github.com/AvaloniaUI/AvaloniaEdit/pull/515
- @tomlm made their first contribution in https://github.com/AvaloniaUI/AvaloniaEdit/pull/531
- @BobbyCannon made their first contribution in https://github.com/AvaloniaUI/AvaloniaEdit/pull/519
- @NickRimmer made their first contribution in https://github.com/AvaloniaUI/AvaloniaEdit/pull/402
- @KouniakiosKatakthths made their first contribution in https://github.com/AvaloniaUI/AvaloniaEdit/pull/551
- @zdpcdt made their first contribution in https://github.com/AvaloniaUI/AvaloniaEdit/pull/493
Full Changelog: https://github.com/AvaloniaUI/AvaloniaEdit/compare/11.3.0...11.4.0-rc1