File tree Expand file tree Collapse file tree 4 files changed +22
-9
lines changed
Blazor.Diagrams.Algorithms Expand file tree Collapse file tree 4 files changed +22
-9
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## Diagrams (3.0.1) - 2023-10-27
9+
10+ ### Added
11+
12+ - ` Route ` property to ` BaseLinkModel ` to hold the result of the executed router
13+
14+ ### Fixed
15+
16+ - Constraints not checked when using ` RemoveControl ` (thanks to @[ K0369] ( https://github.com/K0369 ) )
17+ - NRE Exception on the landing page demo when dragging a new link and not linking it to something (thanks to @[ K0369] ( https://github.com/K0369 ) )
18+ - ` LinkVertexWidgetTests ` failing on cultures that are not using a dot as decimal separator (thanks to @[ K0369] ( https://github.com/K0369 ) )
19+ - NRE exception in the Diagram Demo project (thanks to @[ Suraj0500] ( https://github.com/Suraj0500 ) )
20+
821## Diagrams (3.0.0) - 2023-08-14
922
1023Finally, the new documentation website is here!
Original file line number Diff line number Diff line change 77 <PackageLicenseExpression >MIT</PackageLicenseExpression >
88 <Authors >zHaytam</Authors >
99 <Description >Algorithms for Z.Blazor.Diagrams</Description >
10- <AssemblyVersion >3.0.0 </AssemblyVersion >
11- <FileVersion >3.0.0 </FileVersion >
10+ <AssemblyVersion >3.0.1 </AssemblyVersion >
11+ <FileVersion >3.0.1 </FileVersion >
1212 <RepositoryUrl >https://github.com/zHaytam/Blazor.Diagrams</RepositoryUrl >
13- <Version >3.0.0 </Version >
13+ <Version >3.0.1 </Version >
1414 <PackageId >Z.Blazor.Diagrams.Algorithms</PackageId >
1515 <PackageTags >blazor diagrams diagramming svg drag algorithms layouts</PackageTags >
1616 <Product >Z.Blazor.Diagrams.Algorithms</Product >
Original file line number Diff line number Diff line change 77 <PackageLicenseExpression >MIT</PackageLicenseExpression >
88 <Authors >zHaytam</Authors >
99 <Description >A fully customizable and extensible all-purpose diagrams library for Blazor</Description >
10- <AssemblyVersion >3.0.0 </AssemblyVersion >
11- <FileVersion >3.0.0 </FileVersion >
10+ <AssemblyVersion >3.0.1 </AssemblyVersion >
11+ <FileVersion >3.0.1 </FileVersion >
1212 <RepositoryUrl >https://github.com/Blazor-Diagrams/Blazor.Diagrams</RepositoryUrl >
13- <Version >3.0.0 </Version >
13+ <Version >3.0.1 </Version >
1414 <PackageId >Z.Blazor.Diagrams.Core</PackageId >
1515 <PackageTags >blazor diagrams diagramming svg drag</PackageTags >
1616 <Product >Z.Blazor.Diagrams.Core</Product >
Original file line number Diff line number Diff line change 55 <Nullable >enable</Nullable >
66 <Authors >zHaytam</Authors >
77 <PackageLicenseExpression >MIT</PackageLicenseExpression >
8- <AssemblyVersion >3.0.0 </AssemblyVersion >
9- <FileVersion >3.0.0 </FileVersion >
8+ <AssemblyVersion >3.0.1 </AssemblyVersion >
9+ <FileVersion >3.0.1 </FileVersion >
1010 <RepositoryUrl >https://github.com/Blazor-Diagrams/Blazor.Diagrams</RepositoryUrl >
1111 <Description >A fully customizable and extensible all-purpose diagrams library for Blazor</Description >
12- <Version >3.0.0 </Version >
12+ <Version >3.0.1 </Version >
1313 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1414 <PackageTags >blazor diagrams diagramming svg drag</PackageTags >
1515 <PackageId >Z.Blazor.Diagrams</PackageId >
You can’t perform that action at this time.
0 commit comments