Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferStrube committed Mar 31, 2024
1 parent 49d8555 commit a500966
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Fixed
- Fixed that `CompleteWithoutCloseMenuItem` would index out of bounds when used.
- Fixed that the `Text` shape had no estimate for its `SelectionPoints`.
### Added
- Added support for self-closing SVG tags.
- Added support for self-closing SVG tags.'
- Added bool parameter `HideElements` to define whether all elements should be hidden.
- Added action parameter `InputRendered` to get a callback every time the input has been rendered.
- Added utility functions `FitViewportToAllShapes`, `FitViewporToSelectedShapes`, and `FitViewportToShapes` for centering the viewport on some select shapes or all shapes.

## [0.2.1] - 2023-11-25
### Fixed
Expand Down

0 comments on commit a500966

Please sign in to comment.