Skip to content

Commit

Permalink
UPDATE TO 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MakesYT committed Jan 29, 2024
1 parent 2ccff50 commit 70d0ef1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
3 changes: 1 addition & 2 deletions NodifyM.Avalonia/NodifyM.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/MakesYT/NodifyM.Avalonia</PackageProjectUrl>
<LangVersion>10</LangVersion>
<Version>1.0.3</Version>
<VersionPrefix>1</VersionPrefix>
<Version>1.0.4</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ A collection of controls for node based editors designed for MVVM.
This project is a refactoring of [Nodify](https://github.com/miroiu/nodify) on the Avalonia platform and is not a 1:1 replica of Nodify, but they have many similarities.
![image](https://raw.githubusercontent.com/MakesYT/NodifyM.Avalonia/master/assets/Kitopia1706512452013.png)

## Features
- Designed from the start to work with **MVVM**
- Built-in dark and light **themes**
- **Selecting****zooming****panning**
- Select, move, **_auto align_** 和 connect nodes
### What are the differences compared to Nodify
- **Supports**
- auto align Node
- **Nonsupport**
- Select multiple nodes
- **Will be supported in the future**
- **auto panning** when close to edge
## Usage
### NodifyEditor
- `Press` and `Hold` -> Move the all show items
Expand All @@ -32,6 +44,9 @@ This project is still in its early stages and lacks many events compared to **No
#### You can git clone the project and run `NodifyM.Avalonia.Example`

## Changelog
### 1.0.4
- Add align Node configuration properties
- Add Node automatic alignment
### 1.0.3
- Added the connection SplitConnection and DisconnectConnection commands
- Add CircuitConnection
Expand Down

0 comments on commit 70d0ef1

Please sign in to comment.