Skip to content

Commit aa1e963

Browse files
committed
Update Versions, CHANGELOG & README
1 parent 2748e68 commit aa1e963

File tree

4 files changed

+25
-7
lines changed

4 files changed

+25
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ 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.4) - 2021-08-29
8+
9+
### Added
10+
11+
- `MouseDoubleClick` (500ms interval) event in `Diagram`.
12+
- `GetScreenPoint` in `Diagram` in order to get the screen points from a diagram point (e.g. node position).
13+
- `Title` property in `NodeModel`, used by the default node widget.
14+
15+
### Fixed
16+
17+
- `ZoomToFit` not triggering `ZoomChanged` event.
18+
- `SourceNode` and `TargetNode` not being set in `BaseLinkModel` when the ports change.
19+
720
## Diagrams (2.1.3) - 2021-07-19
821

922
### Added

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ Repository: https://github.com/Blazor-Diagrams/Blazor.DatabaseDesigner
5858

5959
![](DBDesigner.png)
6060

61+
### Contributing
62+
63+
All kinds of contributions are welcome!
64+
If you're interested in helping, please create an issue or comment on an existing one to explain what you will be doing. This is because multiple people can be working on the same problem.
65+
6166
## Feedback
6267

63-
If you find a bug or you want to see a functionality in this library, feel free to open an issue. All kinds of contributions are welcome!
68+
If you find a bug or you want to see a functionality in this library, feel free to open an issue.

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.3</AssemblyVersion>
11-
<FileVersion>2.1.3</FileVersion>
10+
<AssemblyVersion>2.1.4</AssemblyVersion>
11+
<FileVersion>2.1.4</FileVersion>
1212
<RepositoryUrl>https://github.com/zHaytam/Blazor.Diagrams</RepositoryUrl>
13-
<Version>2.1.3</Version>
13+
<Version>2.1.4</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.3</AssemblyVersion>
9-
<FileVersion>2.1.3</FileVersion>
8+
<AssemblyVersion>2.1.4</AssemblyVersion>
9+
<FileVersion>2.1.4</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.3</Version>
12+
<Version>2.1.4</Version>
1313
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1414
<PackageTags>blazor diagrams diagramming svg drag</PackageTags>
1515
<PackageId>Z.Blazor.Diagrams</PackageId>

0 commit comments

Comments
 (0)