Releases: AvaloniaUI/AvaloniaEdit
Releases · AvaloniaUI/AvaloniaEdit
11.1.0
What's Changed
- Fix replace next functionality by @danipen in #393
- Fix undo (Ctrl+Z) exception after not successful pasting by @KrzysztofDusko in #399
- BUGFIX: Re-enable OnQueryCursor calls for text elements in TextView. by @Washi1337 in #370
- Use GetBindingObservable instead of
new Binding
by @maxkatz6 in #405 - Fix: #413 CompletionWindow doesn't work with mouse click by @mgarstenauer in #414
- Enable overstrike mode by @mgarstenauer in #415
- Demonstrate how to use text snippets by @mgarstenauer in #418
- Add custom, clickable margin in demo by @mgarstenauer in #420
- Change Theme to a DropDown with flyout by @Natestah in #433
- Update TextMateSharp to 1.0.57 by @danipen in #432
- fix: Compile Issue by @workgroupengineering in #441
- fix: System.NullReferenceException on Undo by @workgroupengineering in #440
- Bump TextMateSharp version by @Blquinn in #443
- Fix customMargin renders incorrectly when scrolling by @danipen in #444
- Mouse ContextFlyout commands fix in AvaloniaEdit.Demo by @Mop1398 in #446
New Contributors
- @Washi1337 made their first contribution in #370
- @Natestah made their first contribution in #433
- @workgroupengineering made their first contribution in #441
- @Blquinn made their first contribution in #443
- @Mop1398 made their first contribution in #446
Full Changelog: 11.0.6...11.1.0
11.0.6
What's Changed
- Fixed the problem that selected text cannot be highlighted by @chenjing1294 in #382
- Fix ForegroundTextTransformation objects mem leak by @danipen in #373
- [WIP] Fix Completion Tooltip Placement by @HendrikMennen in #386
- Fix scrolling by mouse selection by @KrzysztofDusko in #390
- Fixes #374 Crash in android by @pazof in #389
- Release 11.0.6 by @Takoooooo in #394
New Contributors
- @chenjing1294 made their first contribution in #382
- @pazof made their first contribution in #389
Full Changelog: 11.0.5...11.0.6
11.0.5
What's Changed
- Styling adjustments and improvements for 11.0 Avalonia by @maxkatz6 in #354
- Migrate to Avalonia 11.0.4 by @danipen in #371
- Fix potential dead lock in within SetClipboardText by @Gillibald in #372
- Bump dependency version by @hez2010 in #378
- SnippetReplaceableTextElement - geometry null guard by @KrzysztofDusko in #381
- Nuget package updates - description, tags, icon, source link... by @maxkatz6
New Contributors
- @maxkatz6 made their first contribution in #354
- @KrzysztofDusko made their first contribution in #381
Full Changelog: 11.0.1...11.0.5
11.0.1
What's Changed
- Fix: Column ruler behind current line highlight by @mgarstenauer in #343
- Fix CS0618: Interface 'Avalonia.Styling.IStyleable' is obsolete by @mgarstenauer in #344
- Port styles to control themes by @mgarstenauer in #346
- Fix NRE on losing focus #359 by @IvaYan in #360
- Allow customisation of the keys that trigger insertation of a completion by @zenonet in #358
New Contributors
Full Changelog: 11.0.0...11.0.1
11.0.0
What's Changed
- Fix RoutedCommand input element tracking by @Gillibald in #337
- Change ICompletionData.Image from Bitmap to IImage by @mgarstenauer in #341
- Fix: TextLayer is rendered behind SelectionLayer by @mgarstenauer in #342
- Fix: CompletionList style is broken. by @mgarstenauer in #345
- Update to Avalonia 11 by @Takoooooo in #349
New Contributors
- @mgarstenauer made their first contribution in #341
Full Changelog: 11.0.0-rc1.1...11.0.0
11.0.0-rc1.1
What's Changed
- Update to Avalonia 11 RC by @Gillibald in #335
Full Changelog: 11.0.0-preview8...11.0.0-rc1.1
11.0.0-preview8
11.0.0-preview6
What's Changed
- Rework the search panel by @danipen in #309
- Handle invalid SearchPatternException properly by @danipen in #314
- Fix simple theme in SearchPanel by @danipen in #312
- Fix is replace mode by @danipen in #316
- Upgrade to Avalonia 11.0.0-preview6 by @aldelaro5 in #318
- Add descriptions and license expressions to the nuget packages by @Numpsy in #319
- Update TextMateSharp and drop Newtonsoft.Json by @hez2010 in #320
- Expose IServiceContainer by @jl0pd in #323
- Enable compiled bindings by @hez2010 in #321
New Contributors
- @aldelaro5 made their first contribution in #318
- @hez2010 made their first contribution in #320
- @jl0pd made their first contribution in #323
Full Changelog: 11.0.0-preview5...11.0.0-preview6
11.0.0-preview5
What's Changed
- Remove unused usings by @Numpsy in #299
- Pack AvaloniaEdit with Release configuration by @Takoooooo in #306
- Update to preview 5 by @Gillibald in #305
Full Changelog: 11.0.0-preview2...11.0.0-preview5
11.0.0-preview2
What's Changed
- Align the selection rectangle top position with the caret top position by @danipen in #248
- Remove the deferred InvalidateMeasure by @danipen in #249
- Update README.md by @danipen in #250
- Fix VisualLine selection flicker by @Gillibald in #252
- Try building without the System.Xml.ReaderWriter nuget package reference by @Numpsy in #251
- Fix allow scroll below document by @danipen in #254
- Use IBeam cursor for lines by @danipen in #256
- Add an option to avoid extend selection on mouse up by @danipen in #255
- Reformat TextView.cs by @danipen in #257
- update links by @Arhell in #259
- Implement ITextInputMethodClient for TextArea by @Gillibald in #260
- Fixed textmate syntax not propery updated by @danipen in #262
- Fixes VisualLine leak by @Gillibald in #263
- Fix ITextInputMethodClient.SurroundingText by @Gillibald in #265
- Version packages by @danwalmsley in #266
- Attempt to fix TextTransformation leakage by @Gillibald in #264
- Reformat code by @danipen in #269
- Fix VisualLine disposal by @Gillibald in #270
- Attempt to prevent folding crashes by @Gillibald in #273
- Use TextMateSharp 1.0.46 by @danipen in #275
- Make control characters configurable by @danipen in #280
- Allow multiple column rulers by @danipen in #281
- Improve colum ruler rendering by @danipen in #282
- Fix triple click causes NRE by @danipen in #277
- Fixed lines not be highlighted sometimes by @danipen in #284
- When the control is not effectively visible the matrix could be null by @danipen in #285
- Improve PropertyChanged naming by @danipen in #283
- Update TextMateSharp to 1.0.49 by @danipen in #286
- Update text mate sharp to 1.0.50 by @markushaslinger in #291
New Contributors
- @Numpsy made their first contribution in #251
- @Arhell made their first contribution in #259
- @markushaslinger made their first contribution in #291
Full Changelog: 11.0.0-preview1...11.0.0-preview2