Skip to content

Commit

Permalink
chore(release): v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 14, 2024
1 parent b8c0619 commit b68881f
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
### [0.7.0](https://github.com/taiga-family/ng-draw-flow/compare/v0.6.0...v0.7.0) (2024-11-14)

### 🚀 Features

- refactoring after code review
[(8483f82)](https://github.com/taiga-family/ng-draw-flow/commit/8483f8263d1179e92e53b48af6926ac218d8553f)
- added a clickable stroke for the connecting lines
[(d5b132a)](https://github.com/taiga-family/ng-draw-flow/commit/d5b132a3ae6b88c4d63f2133dda2d95422fe585f)
- discarded the @HostListener decorator
[(3d47769)](https://github.com/taiga-family/ng-draw-flow/commit/3d477692926662148b2ec4f90b28963be620acb7)
- refactoring after review
[(fe01dff)](https://github.com/taiga-family/ng-draw-flow/commit/fe01dffb87e4445e85dde4644483fdbb60078a87)

### 🐞 Bug Fixes

- corrected the selection of elements. Not deselecting elements when drag drop by scene
[(672089f)](https://github.com/taiga-family/ng-draw-flow/commit/672089fb9cf86f9ef1b2173b553c87465c800624)

### [0.6.0](https://github.com/taiga-family/ng-draw-flow/compare/v0.5.0...v0.6.0) (2024-10-28)

### 🚀 Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-draw-flow",
"version": "0.6.0",
"version": "0.7.0",
"description": "A customizable Angular component for building node-based editors and interactive diagrams",
"keywords": [
"draw flow",
Expand Down
2 changes: 1 addition & 1 deletion projects/ng-draw-flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ng-draw-flow/core",
"version": "0.6.0",
"version": "0.7.0",
"description": "A customizable Angular component for building node-based editors and interactive diagrams",
"keywords": [
"draw flow",
Expand Down

0 comments on commit b68881f

Please sign in to comment.