Skip to content

Commit

Permalink
update ChangeLog to 12.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheihuzarevich committed Aug 5, 2024
1 parent 336d993 commit 511989d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ node_modules
*-debug.log
.runtimeconfig.json

package.lock.json
package-lock.json

11 changes: 11 additions & 0 deletions CHANGELOG/12.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[12.4.0] - 2024-08-05

- **FIXED**

- [Incorrect canvas position when use canvas.fitToScreen](https://github.com/Foblex/f-flow/issues/28)

- [Items outside the flow are selected when dragging fExternalItem](https://github.com/Foblex/f-flow/issues/27)

- **NEW**

- [Describe documentation on how to add a custom background](https://github.com/Foblex/f-flow/issues/9)
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"start": "ng serve",
"build": "ng build && cp dist/f-flow-portal/browser/index.html dist/f-flow-portal/browser/404.html",
"watch": "ng build --watch --configuration development",
"test": "ng test f-flow"
"test": "ng test f-flow",
"publish": "ng build f-flow && cd dist/f-flow && npm publish"
},
"private": true,
"dependencies": {
Expand Down Expand Up @@ -35,6 +36,7 @@
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^18.1.0",
"typescript": "~5.5.2"
}
}
2 changes: 1 addition & 1 deletion projects/f-flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@foblex/flow",
"version": "12.3.7",
"version": "12.4.0",
"description": "An Angular library designed to simplify the creation and manipulation of dynamic flow. Provides components for flows, nodes, and connections, automating node manipulation and inter-node connections.",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 511989d

Please sign in to comment.