Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MakesYT committed Nov 19, 2024
1 parent ffbb57c commit e728f1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NodifyM.Avalonia/NodifyM.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/MakesYT/NodifyM.Avalonia</PackageProjectUrl>
<LangVersion>10</LangVersion>
<Version>1.0.15</Version>
<Version>1.0.16</Version>
<Description>A collection of controls for node based editors designed for MVVM.</Description>
</PropertyGroup>

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ This project is a refactoring of [Nodify](https://github.com/miroiu/nodify) on t
- Hold `Alt` and `Click` Connector -> Remove all the Connections on the Connector

## Notice
1. ViewModelBase is for reference only, you don't need to use it, there are binding methods in Example's AXAML code.

### Some known problems
1. Do not use `Mode=OneWayToSource` when you have multiple Nodify bound to the same ViewModel, this is a bug from [Avalonia](https://github.com/AvaloniaUI/Avalonia/issues/4438)

Expand All @@ -48,6 +50,9 @@ This project is a refactoring of [Nodify](https://github.com/miroiu/nodify) on t
#### You can git clone the project and run `NodifyM.Avalonia.Example`

## Changelog
### 1.0.16
- Optimization No longer forces connector type
- Fix If the connector is a Combobox can't click to expand it

### 1.0.15

Expand Down

0 comments on commit e728f1f

Please sign in to comment.