Releases: ForNeVeR/AvaloniaRider
Releases · ForNeVeR/AvaloniaRider
AvaloniaRider v1.5.2
Changed
- (Requirement update!) Update the supported Rider version range to [2024.3; 2025.1].
AvaloniaRider v1.5.1
AvaloniaRider v1.5.0
Changed
- (Requirement update!) Update the minimally supported Rider version to 2024.2.
- Expand the supported Rider range to 2024.3 (not yet released).
- Replace a lot of deprecated IDE APIs used by the plugin.
directProperty
andstyledProperty
templates: use the modernnameof
syntax. Thanks to @rabbitism!
Added
AvaloniaRider v1.4.0
Changed
- (Requirement update!) Update the minimally supported Rider version to 2024.2 RC1.
- Fix support for Rider 2024.2.
- The plugin no longer requires JavaFX (and thus JavaFX plugin for Rider), since it now relies on JCEF.
AvaloniaRider v1.3.2
-
Changed
- (Requirement update!) Update the minimally supported Rider version to 2024.1 EAP 5.
Fixed
- #326: Rider EAP 5 compatibility.
AvaloniaRider v1.3.1
Changed
- (Requirement update!) Update the supported Rider version to 2024.1 EAP 2.
Fixed
- Part of #237: previewer now should correctly work for Mono if it's detected.
Added
- Improve the diagnostics of cases when there's no locally-runnable projects in the open solution.
AvaloniaRider v1.3.0
Added
- #263: better zoom level controls.
Changed
- Upgrade the minimally supported version of Rider to 2023.3 EAP 4.
- Small compatibility changes for the new version of Rider.
AvaloniaRider v1.2.0
Changed
- Upgrade to Rider 2023.3 EAP1 and later.
Added
- New setting to define previewer process working directory (see #266 for details).
AvaloniaRider v1.1.0
Changed
- Default templates are no longer generating the
InitializeComponent
method andAttachDevTools
call. Those are handled by Avalonia source generators in the latest versions.
AvaloniaRider v1.0.5
Fixed
- Correct DPI is now passed to the previewer process from the start.
Changed
- The plugin is now only compatible with Rider 2023.2 EAP 6 and later.