Releases: AvaloniaUI/AvaloniaVS
Releases · AvaloniaUI/AvaloniaVS
11.8
What's Changed
- Fixed jagged lines on designer preview by @codecat in #494
- Added option to swap editor and preview panes by default by @codecat in #495
- Fixing the sizing of the grid in the options view by @Keboo in #497
- Added error details for exception stack trace by @codecat in #501
- Add GetSourceProjectSafe by @mavimaec in #502
- Update Avalonia by @maxkatz6 in #503
New Contributors
- @codecat made their first contribution in #494
- @Keboo made their first contribution in #497
- @mavimaec made their first contribution in #502
Full Changelog: 11.7...11.8
11.7
11.6
What's Changed
- Intellisense support for BCL types by @Takoooooo in #413
- feat(Previewer): Show last view on error. by @workgroupengineering in #407
- Speed up metadata parsing by @Takoooooo in #415
- Fix .NET 8 SDK Artifacts output layout by @AigioL in #423
- Fix Error creating XAML completion metadata System.IndexOutOfRangeException by @AigioL in #424
- Update CLI templates by @Takoooooo in #425
- Fix completions filtering by @Takoooooo in #427
- fix(Intellisense): Avoid adding o xmlns to name of event handler by @workgroupengineering in #442
- Update readme.md by @MikeCodesDotNET in #450
- feat: Show properties of binded object before
Binding
members. by @workgroupengineering in #446 - Deprecate VS2019 support by @Takoooooo in #452
- Remove templates from the project and install CLI templates for users who don't have them by @Takoooooo in #453
- Fix typos; Add concat-like
Metadata.AddMetadata(Metadata)
; Add in-line docs forAvaloniaCompilationAssemblyProvider
usage by @BinToss in #458 - Fix memory leak by @maxkatz6 in #460
- fix: Avalonia Template by @workgroupengineering in #461
- feat: Add AvaloniaVersion MSBuild Property by @workgroupengineering in #465
- fix(Parser): FindParentAttributeValue by @workgroupengineering in #464
- fix(Previewer):
Fit All
using ViewportSize insteand of ActualWidth/ActualHeight by @workgroupengineering in #444 - Improve Intellisense ControlTheme compilation by @workgroupengineering in #467
- fix: Intellisense does not show internal members by @workgroupengineering in #445
- fix: Random NRE by @workgroupengineering in #469
- feat: When in DevTools using Copy Selector replace Clr Namespace with xmlns by @workgroupengineering in #470
- fix: Intellisense does not work whem mix assembly version by @workgroupengineering in #481
- fix(test): Allow using references for load test assembly dependecies by @workgroupengineering in #480
- feat(Preview): Zoom level enhancement by @workgroupengineering in #478
New Contributors
Full Changelog: 11.5...11.6
11.5
What's Changed
- fix(XmlPareser): GetParentTagName by @workgroupengineering in #383
- Add support for Namespace suggestions by @Takoooooo in #408
- feat: auto-completition with generics by @workgroupengineering in #410
- fix: When tagName is not Empty do not show XML Comment and auto close tag by @workgroupengineering in #409
- feat: Add C# snippet for quick define AvaloniaProperty and RoutedEvent. by @workgroupengineering in #405
- Release 11.5 by @Takoooooo in #412
Full Changelog: 11.4...11.5
11.4
What's Changed
- Fix extension incompatibility with VS older than 17.7 by @Takoooooo in #400
- Release 11.4 by @Takoooooo in #401
Full Changelog: 11.3...11.4
11.3
What's Changed
- Deprecate VS2017 by @Takoooooo in #396
- Remove mentions of VS2017 support from readme.md by @Takoooooo in #395
- Add support for event completions by @Takoooooo in #388
- Release 11.3 by @Takoooooo in #397
Full Changelog: 11.2...11.3
11.2
What's Changed
- update test at Avalonia 11.0.4 by @workgroupengineering in #377
- Update Avalonia.Remote.Protocol to 11.0.4 from 11.0-preview4 by @workgroupengineering in #380
- feat: Add support {x:True} and {x:False} by @workgroupengineering in #375
- fix: ArgumentOutOfRangeException by @workgroupengineering in #382
- Intellisense does not report abstract classes by @workgroupengineering in #384
- Add VS2017 support by @Takoooooo in #390
- Release 11.2 by @Takoooooo in #394
Full Changelog: 11.1...11.2
11.1
What's Changed
- Fix: Made desktop TargetPlatfromIdentifier check case insensitive by @Glen-Nicol-Garmin in #368
- Support previewing NetFramework projects by @Takoooooo in #372
- Release 11.1 by @Takoooooo in #371
New Contributors
- @Glen-Nicol-Garmin made their first contribution in #368
Full Changelog: 11.0...11.1
11.0
What's Changed
- Update readme.md by @MikeCodesDotNET in #351
- Only suggest desktop projects for previewer because other projects won't work by @Takoooooo in #359
- Add build button on preview by @Takoooooo in #361
- Fix events filtering in completion list by @Takoooooo in #363
- Open editor form error list by @workgroupengineering in #355
- Do not show error on the previewer side when project is built by @Takoooooo in #365
- Release 11.0 by @Takoooooo in #367
New Contributors
- @MikeCodesDotNET made their first contribution in #351
Full Changelog: v0.10.18.4...11.0
0.10.18.4
What's Changed
- fix: Avoid null reference exeption when call SendAsync by @workgroupengineering in #319
- fix: Open Avalonia Xaml Designer on double-clicking on Errors list by @workgroupengineering in #321
- fix: XamlErrorTagger NRE by @workgroupengineering in #322
- Cleanup and refactor by @heku in #327
- Fixes rendering of preview by @jl0pd in #328
- Install Avalonia TemplateStudio extension when installing AvaloniaVS by @Takoooooo in #333
- feat: Ignore the Tab and Newline keys when a completion session is active in an expression by @workgroupengineering in #325
- Create bug_report.yml by @maxkatz6 in #335
- feat: Allow AvaloniaVS defered load by @workgroupengineering in #312
- feat: improved xmlns autocomplete by @workgroupengineering in #323
- feat: Selector autocompletate by @workgroupengineering in #303
- Fix intellisense attached property type mix match by @workgroupengineering in #336
- fix: Code View Command by @workgroupengineering in #339
- feat: Intellisense Enanched Prediction 1 by @workgroupengineering in #340
- fix(Manupilation): Adding nested Tag renames parent closing element #338 by @workgroupengineering in #344
- Fix previewer mouse position when using screen scaling by @MrJul in #343
- feat: Intellisense XML Comment by @workgroupengineering in #337
- Revert #321 by @Takoooooo in #346
- Update version to 0.10.18.4 by @Takoooooo in #347
New Contributors
Full Changelog: v0.10.18.2...v0.10.18.4