File tree Expand file tree Collapse file tree 4 files changed +22
-7
lines changed Expand file tree Collapse file tree 4 files changed +22
-7
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ 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.3) - 2021-07-19
8
+
9
+ ### Added
10
+
11
+ - Multiple demo projects by [ TrevorDArcyEvans] ( https://github.com/TrevorDArcyEvans ) showing:
12
+ - Minimal project setup
13
+ - Custom nodes & links
14
+ - GraphShape layout algorithms
15
+
16
+ ### Fixed
17
+
18
+ - Link labels not appearing (fixes #109 ).
19
+ - ` ZoomToFit ` throwing a ` NullReferenceException ` when one of the nodes doesn't have a size yet (fixes #118 ).
20
+
7
21
## Diagrams (2.1.2) - 2021-05-31
8
22
9
23
### Fixed
Original file line number Diff line number Diff line change @@ -49,7 +49,8 @@ You can get started very easily & quickly using:
49
49
50
50
- [ Documentation] ( https://blazor-diagrams.zhaytam.com/ )
51
51
- [ Quick Start] ( https://blazor-diagrams.zhaytam.com/quickstart )
52
- - [ Demos] ( https://blazor-diagrams.zhaytam.com/demos/simple )
52
+ - [ Samples] ( https://blazor-diagrams.zhaytam.com/demos/simple )
53
+ - [ Docs/Demos] ( https://github.com/Blazor-Diagrams/Blazor.Diagrams/tree/master/docs )
53
54
54
55
### Sample project
55
56
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.2 </AssemblyVersion >
11
- <FileVersion >2.1.2 </FileVersion >
10
+ <AssemblyVersion >2.1.3 </AssemblyVersion >
11
+ <FileVersion >2.1.3 </FileVersion >
12
12
<RepositoryUrl >https://github.com/zHaytam/Blazor.Diagrams</RepositoryUrl >
13
- <Version >2.1.2 </Version >
13
+ <Version >2.1.3 </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.2 </AssemblyVersion >
9
- <FileVersion >2.1.2 </FileVersion >
8
+ <AssemblyVersion >2.1.3 </AssemblyVersion >
9
+ <FileVersion >2.1.3 </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.2 </Version >
12
+ <Version >2.1.3 </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