From dd698322acea53056c550ae61252ea1015540f7f Mon Sep 17 00:00:00 2001 From: Haytam Zanid Date: Tue, 3 Dec 2024 12:19:52 +0100 Subject: [PATCH] Update Versions and CHANGELOG --- CHANGELOG.md | 13 ++++++++++++- .../Blazor.Diagrams.Algorithms.csproj | 6 +++--- .../Blazor.Diagrams.Core.csproj | 6 +++--- src/Blazor.Diagrams/Blazor.Diagrams.csproj | 6 +++--- 4 files changed, 21 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e15b4bac..2e368ee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Diagram (3.0.0) - 2024-02-24 +## Diagrams (3.0.3) - 2024-12-03 + +### Added + +- Support for .NET 9 (thanks to @[PanayiotisTheodosiou](https://github.com/PanayiotisTheodosiou)) +- `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. + +### Removed + +- gzip versions of assets, it was causing an issue with .NET 9 + +## Diagram (3.0.2) - 2024-02-24 ### Added diff --git a/src/Blazor.Diagrams.Algorithms/Blazor.Diagrams.Algorithms.csproj b/src/Blazor.Diagrams.Algorithms/Blazor.Diagrams.Algorithms.csproj index d5847d04..e7d64bcc 100644 --- a/src/Blazor.Diagrams.Algorithms/Blazor.Diagrams.Algorithms.csproj +++ b/src/Blazor.Diagrams.Algorithms/Blazor.Diagrams.Algorithms.csproj @@ -5,10 +5,10 @@ MIT zHaytam Algorithms for Z.Blazor.Diagrams - 3.0.2 - 3.0.2 + 3.0.3 + 3.0.3 https://github.com/zHaytam/Blazor.Diagrams - 3.0.2 + 3.0.3 Z.Blazor.Diagrams.Algorithms blazor diagrams diagramming svg drag algorithms layouts Z.Blazor.Diagrams.Algorithms diff --git a/src/Blazor.Diagrams.Core/Blazor.Diagrams.Core.csproj b/src/Blazor.Diagrams.Core/Blazor.Diagrams.Core.csproj index 8cb3269d..6819f95e 100644 --- a/src/Blazor.Diagrams.Core/Blazor.Diagrams.Core.csproj +++ b/src/Blazor.Diagrams.Core/Blazor.Diagrams.Core.csproj @@ -5,10 +5,10 @@ MIT zHaytam A fully customizable and extensible all-purpose diagrams library for Blazor - 3.0.2 - 3.0.2 + 3.0.3 + 3.0.3 https://github.com/Blazor-Diagrams/Blazor.Diagrams - 3.0.2 + 3.0.3 Z.Blazor.Diagrams.Core blazor diagrams diagramming svg drag Z.Blazor.Diagrams.Core diff --git a/src/Blazor.Diagrams/Blazor.Diagrams.csproj b/src/Blazor.Diagrams/Blazor.Diagrams.csproj index c99c4bff..26ac305a 100644 --- a/src/Blazor.Diagrams/Blazor.Diagrams.csproj +++ b/src/Blazor.Diagrams/Blazor.Diagrams.csproj @@ -4,11 +4,11 @@ enable zHaytam MIT - 3.0.2 - 3.0.2 + 3.0.3 + 3.0.3 https://github.com/Blazor-Diagrams/Blazor.Diagrams A fully customizable and extensible all-purpose diagrams library for Blazor - 3.0.2 + 3.0.3 true blazor diagrams diagramming svg drag Z.Blazor.Diagrams