File tree Expand file tree Collapse file tree 4 files changed +28
-7
lines changed Expand file tree Collapse file tree 4 files changed +28
-7
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## Diagrams [ 1.3.0] - 2020-11-29
8+
9+ ### Added
10+ - Abstract ` MovableModel ` , which inherits from ` SelectableModel ` and represents models that can be move with the mouse (e.g. nodes and groups).
11+ - Groups widget customization using ` RegisterModelComponent ` .
12+ - ` SizeChanged ` event on ` NodeModel ` .
13+
14+ ### Changed
15+ - ` SelectableModel ` is now abstract.
16+ - Groups:
17+ - Renamed model ` Group ` to ` GroupModel ` .
18+ - Rendered as a single entity (HTML div) with padding.
19+ - Movable and Selectable.
20+ - Selecting a node inside a group doesn't select the others anymore.
21+ - ** [ BREAKING] ** Renamed ` DiagramManager.ChangePan ` to ` UpdatePan ` .
22+ - ** [ BREAKING] ** Renamed ` DiagramManager.ChangeZoom ` to ` SetZoom ` .
23+
24+ ### Fixed
25+ - ` ZoomToFit ` wasn't unhiding hidden nodes.
26+
727## Diagrams [ 1.2.0] - 2020-11-08
828### Added
929- ` DefaultLinkModel ` in ` DiagramLinkOptions ` ([ @joezearing ] ( https://github.com/joezearing ) ).
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ You can get started very easily & quickly using:
5757
5858![ ] ( https://i.imgur.com/k4UThmh.png )
5959
60+
6061### Sample project
6162
6263Repository: https://github.com/zHaytam/Blazor.DatabaseDesigner
@@ -65,7 +66,7 @@ Repository: https://github.com/zHaytam/Blazor.DatabaseDesigner
6566
6667## Roadmap
6768
68- - [ ] Better way to handle/render groups
69+ - [x ] Better way to handle/render groups
6970- [ ] Pluggable history (undo/redo)
7071- [ ] Auto layout
7172
Original file line number Diff line number Diff line change 77 <PackageLicenseExpression >MIT</PackageLicenseExpression >
88 <Authors >zHaytam</Authors >
99 <Description >A fully customizable and extensible all-purpose diagrams library for Blazor</Description >
10- <AssemblyVersion >1.2 .0</AssemblyVersion >
11- <FileVersion >1.2 .0</FileVersion >
10+ <AssemblyVersion >1.3 .0</AssemblyVersion >
11+ <FileVersion >1.3 .0</FileVersion >
1212 <RepositoryUrl >https://github.com/zHaytam/Blazor.Diagrams</RepositoryUrl >
13- <Version >1.2 .0</Version >
13+ <Version >1.3 .0</Version >
1414 <PackageId >Z.Blazor.Diagrams.Core</PackageId >
1515 <PackageTags >blazor diagrams diagramming svg drag</PackageTags >
1616 <Product >Z.Blazor.Diagrams.Core</Product >
Original file line number Diff line number Diff line change 55 <RazorLangVersion >3.0</RazorLangVersion >
66 <Authors >zHaytam</Authors >
77 <PackageLicenseExpression >MIT</PackageLicenseExpression >
8- <AssemblyVersion >1.2 .0</AssemblyVersion >
9- <FileVersion >1.2 .0</FileVersion >
8+ <AssemblyVersion >1.3 .0</AssemblyVersion >
9+ <FileVersion >1.3 .0</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 >1.2 .0</Version >
12+ <Version >1.3 .0</Version >
1313 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1414 <PackageTags >blazor diagrams diagramming svg drag</PackageTags >
1515 <PackageId >Z.Blazor.Diagrams</PackageId >
You can’t perform that action at this time.
0 commit comments