Skip to content

Commit dd69832

Browse files
committed
Update Versions and CHANGELOG
1 parent 7b9fcf0 commit dd69832

File tree

4 files changed

+21
-10
lines changed

4 files changed

+21
-10
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,18 @@ 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-
## Diagram (3.0.0) - 2024-02-24
8+
## Diagrams (3.0.3) - 2024-12-03
9+
10+
### Added
11+
12+
- Support for .NET 9 (thanks to @[PanayiotisTheodosiou](https://github.com/PanayiotisTheodosiou))
13+
- `registerDefaultBehaviors` argument to `BlazorDiagram` constructor, it's `true` by default and can be disabled if you want to control what behaviors are added and their order.
14+
15+
### Removed
16+
17+
- gzip versions of assets, it was causing an issue with .NET 9
18+
19+
## Diagram (3.0.2) - 2024-02-24
920

1021
### Added
1122

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<PackageLicenseExpression>MIT</PackageLicenseExpression>
66
<Authors>zHaytam</Authors>
77
<Description>Algorithms for Z.Blazor.Diagrams</Description>
8-
<AssemblyVersion>3.0.2</AssemblyVersion>
9-
<FileVersion>3.0.2</FileVersion>
8+
<AssemblyVersion>3.0.3</AssemblyVersion>
9+
<FileVersion>3.0.3</FileVersion>
1010
<RepositoryUrl>https://github.com/zHaytam/Blazor.Diagrams</RepositoryUrl>
11-
<Version>3.0.2</Version>
11+
<Version>3.0.3</Version>
1212
<PackageId>Z.Blazor.Diagrams.Algorithms</PackageId>
1313
<PackageTags>blazor diagrams diagramming svg drag algorithms layouts</PackageTags>
1414
<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
@@ -5,10 +5,10 @@
55
<PackageLicenseExpression>MIT</PackageLicenseExpression>
66
<Authors>zHaytam</Authors>
77
<Description>A fully customizable and extensible all-purpose diagrams library for Blazor</Description>
8-
<AssemblyVersion>3.0.2</AssemblyVersion>
9-
<FileVersion>3.0.2</FileVersion>
8+
<AssemblyVersion>3.0.3</AssemblyVersion>
9+
<FileVersion>3.0.3</FileVersion>
1010
<RepositoryUrl>https://github.com/Blazor-Diagrams/Blazor.Diagrams</RepositoryUrl>
11-
<Version>3.0.2</Version>
11+
<Version>3.0.3</Version>
1212
<PackageId>Z.Blazor.Diagrams.Core</PackageId>
1313
<PackageTags>blazor diagrams diagramming svg drag</PackageTags>
1414
<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
@@ -4,11 +4,11 @@
44
<Nullable>enable</Nullable>
55
<Authors>zHaytam</Authors>
66
<PackageLicenseExpression>MIT</PackageLicenseExpression>
7-
<AssemblyVersion>3.0.2</AssemblyVersion>
8-
<FileVersion>3.0.2</FileVersion>
7+
<AssemblyVersion>3.0.3</AssemblyVersion>
8+
<FileVersion>3.0.3</FileVersion>
99
<RepositoryUrl>https://github.com/Blazor-Diagrams/Blazor.Diagrams</RepositoryUrl>
1010
<Description>A fully customizable and extensible all-purpose diagrams library for Blazor</Description>
11-
<Version>3.0.2</Version>
11+
<Version>3.0.3</Version>
1212
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1313
<PackageTags>blazor diagrams diagramming svg drag</PackageTags>
1414
<PackageId>Z.Blazor.Diagrams</PackageId>

0 commit comments

Comments
 (0)