File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
16
## Diagrams (2.1.5) - 2021-08-30
8
17
9
18
### Fixed
Original file line number Diff line number Diff line change 7
7
<PackageLicenseExpression >MIT</PackageLicenseExpression >
8
8
<Authors >zHaytam</Authors >
9
9
<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 >
12
12
<RepositoryUrl >https://github.com/zHaytam/Blazor.Diagrams</RepositoryUrl >
13
- <Version >2.1.5 </Version >
13
+ <Version >2.1.6 </Version >
14
14
<PackageId >Z.Blazor.Diagrams.Core</PackageId >
15
15
<PackageTags >blazor diagrams diagramming svg drag</PackageTags >
16
16
<Product >Z.Blazor.Diagrams.Core</Product >
Original file line number Diff line number Diff line change 5
5
<RazorLangVersion >3.0</RazorLangVersion >
6
6
<Authors >zHaytam</Authors >
7
7
<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 >
10
10
<RepositoryUrl >https://github.com/zHaytam/Blazor.Diagrams</RepositoryUrl >
11
11
<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 >
13
13
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
14
14
<PackageTags >blazor diagrams diagramming svg drag</PackageTags >
15
15
<PackageId >Z.Blazor.Diagrams</PackageId >
You can’t perform that action at this time.
0 commit comments