Skip to content

Commit 434de93

Browse files
committed
Update Versions and CHANGELOG
1 parent 605028d commit 434de93

File tree

4 files changed

+22
-9
lines changed

4 files changed

+22
-9
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

1023
Finally, the new documentation website is here!

src/Blazor.Diagrams.Algorithms/Blazor.Diagrams.Algorithms.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
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>

src/Blazor.Diagrams.Core/Blazor.Diagrams.Core.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
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>

src/Blazor.Diagrams/Blazor.Diagrams.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
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>

0 commit comments

Comments
 (0)