Skip to content

Commit

Permalink
Update changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriChauvel committed Feb 28, 2023
1 parent 7df37f8 commit 2a02250
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Add method `getAttribute` in template to get attribute by name for a component.
- Add method `getAttribute` to get attribute by name for a component in model template.
- Add `getUsedLinkDefinition` in `DefaultData.js` to get the link definitions used by components.
- Add `__initializeArrowMarker` method in `DefaultDrawer.js`.
- Add `actions.zoom.scale` in constructor of `DefaultDrawer.js` to get the zoom scale.
- Add marker definition in `ComponentLinkDefinition` to define the marker of the link.

### Changed

- Change `drawLinks` method in `DefaultDrawer.js` to draw arrow markers on links extremities.

### Fixed

- Fix the links width by multiplying it by the zoom scale.

## [0.13.0] - 2023/02/09

Expand Down

0 comments on commit 2a02250

Please sign in to comment.