Skip to content

Commit 4afbbcf

Browse files
committed
Update Versions & CHANGELOG
1 parent 7e09f13 commit 4afbbcf

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## Diagrams (2.1.6) - 2021-10-31
8+
9+
### Fixed
10+
11+
- `ZoomBehavior` using new zoom before Clamp to set Pan. (fixes #141)
12+
- `PanChanged` not triggering when zooming with the mouse wheel.
13+
- Zoom value decreasing when the mouse wheel delta is zero.
14+
- Ports aren't refreshed when links are added in `OnInitializedAsync`. (fixes #111)
15+
716
## Diagrams (2.1.5) - 2021-08-30
817

918
### Fixed

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>2.1.5</AssemblyVersion>
11-
<FileVersion>2.1.5</FileVersion>
10+
<AssemblyVersion>2.1.6</AssemblyVersion>
11+
<FileVersion>2.1.6</FileVersion>
1212
<RepositoryUrl>https://github.com/zHaytam/Blazor.Diagrams</RepositoryUrl>
13-
<Version>2.1.5</Version>
13+
<Version>2.1.6</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
<RazorLangVersion>3.0</RazorLangVersion>
66
<Authors>zHaytam</Authors>
77
<PackageLicenseExpression>MIT</PackageLicenseExpression>
8-
<AssemblyVersion>2.1.5</AssemblyVersion>
9-
<FileVersion>2.1.5</FileVersion>
8+
<AssemblyVersion>2.1.6</AssemblyVersion>
9+
<FileVersion>2.1.6</FileVersion>
1010
<RepositoryUrl>https://github.com/zHaytam/Blazor.Diagrams</RepositoryUrl>
1111
<Description>A fully customizable and extensible all-purpose diagrams library for Blazor</Description>
12-
<Version>2.1.5</Version>
12+
<Version>2.1.6</Version>
1313
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1414
<PackageTags>blazor diagrams diagramming svg drag</PackageTags>
1515
<PackageId>Z.Blazor.Diagrams</PackageId>

0 commit comments

Comments
 (0)