Skip to content

Commit 313b046

Browse files
chore: update CHANGELOG for version 17.5.0
1 parent 11efd73 commit 313b046

File tree

1 file changed

+13
-33
lines changed

1 file changed

+13
-33
lines changed

CHANGELOG.md

Lines changed: 13 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -4,46 +4,26 @@ All notable changes to this project will be documented in this file. See [standa
44

55
## [17.5.0](https://github.com/foblex/flow/compare/v17.4.0...v17.5.0) (2025-05-11)
66

7-
87
### Features
9-
10-
* add Angular schematics support for ng-add and ng-update commands ([ea3e8ec](https://github.com/foblex/flow/commit/ea3e8ec7b8960e4f6de9f37a35dbfe3633b3dd39))
11-
* add fMinimapClass input for custom minimap node styling ([7c8e13c](https://github.com/foblex/flow/commit/7c8e13c6ba7c408ea6882600f8c42818f8cfe614))
12-
* add membership page components and update flow connection properties ([6170b46](https://github.com/foblex/flow/commit/6170b460790ed401cdc5029f477177ed6bb52089))
13-
* add membership page components and update flow connection properties ([0d11c02](https://github.com/foblex/flow/commit/0d11c02d85c3ca1da7f6b8014af9a581770e9f62))
14-
* enhance resize handle functionality with minimum size support and improve styling ([29fbcd4](https://github.com/foblex/flow/commit/29fbcd4940571141cfab14897c632f9a0c68e468))
15-
* implement node rotation functionality ([b58f982](https://github.com/foblex/flow/commit/b58f982244fce06bd6d0ae9555a20b4a24db627d))
16-
* implement walkthrough functionality with tooltips and animations ([ba93db5](https://github.com/foblex/flow/commit/ba93db5b1171977e3dfe47796308ede44ef810e1))
17-
8+
* Added Angular schematics support for `ng-add` and `ng-update` commands. ([ea3e8ec](https://github.com/foblex/flow/commit/ea3e8ec7b8960e4f6de9f37a35dbfe3633b3dd39))
9+
* Added `fMinimapClass` input for custom minimap node styling. ([7c8e13c](https://github.com/foblex/flow/commit/7c8e13c6ba7c408ea6882600f8c42818f8cfe614))
10+
* Added membership page components and enhanced flow connection properties. ([6170b46](https://github.com/foblex/flow/commit/6170b460790ed401cdc5029f477177ed6bb52089))
11+
* Enhanced resize handle functionality with minimum size support and improved styling. ([29fbcd4](https://github.com/foblex/flow/commit/29fbcd4940571141cfab14897c632f9a0c68e468))
12+
* Implemented node rotation functionality. ([b58f982](https://github.com/foblex/flow/commit/b58f982244fce06bd6d0ae9555a20b4a24db627d))
1813

1914
### Bug Fixes
2015

21-
* adjust node positioning calculations to account for transformation scale ([0295846](https://github.com/foblex/flow/commit/0295846f038297e3780741efe3526e02cad76476))
22-
* increment package version to 17.4.4 ([c55938e](https://github.com/foblex/flow/commit/c55938e9886cba64c0ef843cdb5e4d16cd5360db))
23-
* refactor background component executions to use readonly properties and improve dependency injection ([a18dddd](https://github.com/foblex/flow/commit/a18ddddec255f888e46f060905edaf1417bdcab9))
24-
* refactor canvas components to use readonly properties and introduce mediatorEffect for improved state management ([5c3512b](https://github.com/foblex/flow/commit/5c3512be2a35d36aa4ed326f06a5c05ec4ad69e3))
25-
* refactor circle and rectangle pattern components to use readonly properties and input decorators ([83a229b](https://github.com/foblex/flow/commit/83a229b8385b0cc1b42c43825399f2a740835b90))
26-
* refactor components to use readonly properties and improve input handling ([a6ac4ba](https://github.com/foblex/flow/commit/a6ac4ba5c8e0213c154104d243e5bf061f407bff))
27-
* refactor connection components to improve drag handle management and streamline line setting ([0d32d1c](https://github.com/foblex/flow/commit/0d32d1c7058de8cac53d6259fc64aa22c73a8f78))
28-
* refactor external item directives to use readonly properties for improved immutability ([263a833](https://github.com/foblex/flow/commit/263a833e76ec4df86ffefb70e6e30cf89c1ea45c))
29-
* refactor external item execution classes to use readonly properties for improved immutability ([505c88c](https://github.com/foblex/flow/commit/505c88cf6567dfc8ad39475e4f5bf4d232642b74))
30-
* refactor FBackgroundComponent and FCanvasComponent to use readonly _fMediator and improve dependency injection ([0d46281](https://github.com/foblex/flow/commit/0d4628116ccc63cb194d44c3aa8d9781fc2823a8))
31-
* refactor resize and rotate handle directives to improve immutability and enhance class management ([89f86c7](https://github.com/foblex/flow/commit/89f86c7f8d3e6d46a866e47088964fd8c4670006))
32-
* remove unused node rotation logic and clean up related code ([a92e556](https://github.com/foblex/flow/commit/a92e556abb9bd75982014a1b703824847fcb4bf0))
33-
* streamline body element access by introducing a private _body getter ([9baa71f](https://github.com/foblex/flow/commit/9baa71f55ae1603ee5f3c0a11759c3e53ea9e5ef))
34-
* update @foblex/m-render to version 2.5.9 and increment package version to 17.4.4 ([c51a174](https://github.com/foblex/flow/commit/c51a1744283a670f371cce361a8cedfa4e46e3f0))
35-
* update date in environment and increment package version to 17.4.3 ([d56aba1](https://github.com/foblex/flow/commit/d56aba19504d6dfff864539d028b1e6ff84a237c))
36-
* update date in environment and increment package version to 17.4.3 ([af4b8b7](https://github.com/foblex/flow/commit/af4b8b7e64c8966603f0575daa8dae59d0fb2f53))
37-
* update drag handler to correctly append and remove elements; add pointer-events to connection styles ([dcc5de3](https://github.com/foblex/flow/commit/dcc5de3524d87189013bab27c6ecc08c2638bf11))
38-
* update drag handler to correctly append and remove elements; add pointer-events to connection styles ([3ef71ac](https://github.com/foblex/flow/commit/3ef71acfce8de2222c4ad2fd94c2805ae496b2d6))
39-
* update f-background component to use contentChild decorator and improve pattern handling ([9fb09ba](https://github.com/foblex/flow/commit/9fb09ba6a073d106a6f2feb7010e96a0d718ddcc))
40-
* update node input/output IDs to include index for improved connection management ([95c7691](https://github.com/foblex/flow/commit/95c7691864f0b79ae4551c4c5406ce3f311ada18))
41-
* update resize handle test to reflect new transformation values ([45a063e](https://github.com/foblex/flow/commit/45a063ef7ce4f0c23053ec9a3a0cc440ec01d88c))
42-
16+
* Adjusted node positioning calculations to account for transformation scale. ([0295846](https://github.com/foblex/flow/commit/0295846f038297e3780741efe3526e02cad76476))
17+
* Refactored background component executions to use readonly properties and improve dependency injection. ([a18dddd](https://github.com/foblex/flow/commit/a18ddddec255f888e46f060905edaf1417bdcab9))
18+
* Refactored canvas components to use readonly properties and introduce mediatorEffect for better state management. ([5c3512b](https://github.com/foblex/flow/commit/5c3512be2a35d36aa4ed326f06a5c05ec4ad69e3))
19+
* Updated `@foblex/m-render` to version 2.5.9 and incremented package version to 17.4.4. ([c51a174](https://github.com/foblex/flow/commit/c51a1744283a670f371cce361a8cedfa4e46e3f0))
20+
* Fixed drag handler to correctly append and remove elements; added `pointer-events` to connection styles. ([dcc5de3](https://github.com/foblex/flow/commit/dcc5de3524d87189013bab27c6ecc08c2638bf11))
21+
* Fixed `f-background` component to use `ContentChild` decorator and improve pattern handling. ([9fb09ba](https://github.com/foblex/flow/commit/9fb09ba6a073d106a6f2feb7010e96a0d718ddcc))
22+
* Updated node input/output IDs to include index for better connection management. ([95c7691](https://github.com/foblex/flow/commit/95c7691864f0b79ae4551c4c5406ce3f311ada18))
4323

4424
### Documentation
4525

46-
* Added Rotate Handle example ([1f51f4f](https://github.com/foblex/flow/commit/1f51f4ff8c1e54679dd6cc67138ae574bbc2eb83))
26+
* Added Rotate Handle example. ([1f51f4f](https://github.com/foblex/flow/commit/1f51f4ff8c1e54679dd6cc67138ae574bbc2eb83))
4727

4828
## [17.4.0](https://github.com/foblex/flow/compare/v17.2.1...v17.4.0) (2025-02-10)
4929

0 commit comments

Comments
 (0)