File tree Expand file tree Collapse file tree 4 files changed +25
-7
lines changed Expand file tree Collapse file tree 4 files changed +25
-7
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## Diagrams (2.1.4) - 2021-08-29
8
+
9
+ ### Added
10
+
11
+ - ` MouseDoubleClick ` (500ms interval) event in ` Diagram ` .
12
+ - ` GetScreenPoint ` in ` Diagram ` in order to get the screen points from a diagram point (e.g. node position).
13
+ - ` Title ` property in ` NodeModel ` , used by the default node widget.
14
+
15
+ ### Fixed
16
+
17
+ - ` ZoomToFit ` not triggering ` ZoomChanged ` event.
18
+ - ` SourceNode ` and ` TargetNode ` not being set in ` BaseLinkModel ` when the ports change.
19
+
7
20
## Diagrams (2.1.3) - 2021-07-19
8
21
9
22
### Added
Original file line number Diff line number Diff line change @@ -58,6 +58,11 @@ Repository: https://github.com/Blazor-Diagrams/Blazor.DatabaseDesigner
58
58
59
59
![ ] ( DBDesigner.png )
60
60
61
+ ### Contributing
62
+
63
+ All kinds of contributions are welcome!
64
+ If you're interested in helping, please create an issue or comment on an existing one to explain what you will be doing. This is because multiple people can be working on the same problem.
65
+
61
66
## Feedback
62
67
63
- If you find a bug or you want to see a functionality in this library, feel free to open an issue. All kinds of contributions are welcome!
68
+ If you find a bug or you want to see a functionality in this library, feel free to open an issue.
Original file line number Diff line number Diff line change 7
7
<PackageLicenseExpression >MIT</PackageLicenseExpression >
8
8
<Authors >zHaytam</Authors >
9
9
<Description >A fully customizable and extensible all-purpose diagrams library for Blazor</Description >
10
- <AssemblyVersion >2.1.3 </AssemblyVersion >
11
- <FileVersion >2.1.3 </FileVersion >
10
+ <AssemblyVersion >2.1.4 </AssemblyVersion >
11
+ <FileVersion >2.1.4 </FileVersion >
12
12
<RepositoryUrl >https://github.com/zHaytam/Blazor.Diagrams</RepositoryUrl >
13
- <Version >2.1.3 </Version >
13
+ <Version >2.1.4 </Version >
14
14
<PackageId >Z.Blazor.Diagrams.Core</PackageId >
15
15
<PackageTags >blazor diagrams diagramming svg drag</PackageTags >
16
16
<Product >Z.Blazor.Diagrams.Core</Product >
Original file line number Diff line number Diff line change 5
5
<RazorLangVersion >3.0</RazorLangVersion >
6
6
<Authors >zHaytam</Authors >
7
7
<PackageLicenseExpression >MIT</PackageLicenseExpression >
8
- <AssemblyVersion >2.1.3 </AssemblyVersion >
9
- <FileVersion >2.1.3 </FileVersion >
8
+ <AssemblyVersion >2.1.4 </AssemblyVersion >
9
+ <FileVersion >2.1.4 </FileVersion >
10
10
<RepositoryUrl >https://github.com/zHaytam/Blazor.Diagrams</RepositoryUrl >
11
11
<Description >A fully customizable and extensible all-purpose diagrams library for Blazor</Description >
12
- <Version >2.1.3 </Version >
12
+ <Version >2.1.4 </Version >
13
13
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
14
14
<PackageTags >blazor diagrams diagramming svg drag</PackageTags >
15
15
<PackageId >Z.Blazor.Diagrams</PackageId >
You can’t perform that action at this time.
0 commit comments