feat: Add zoom to fit for selected elements (#2522)

This commit is contained in:
Zen Tang 2020-12-13 14:54:35 -06:00 committed by GitHub
parent 59cff0f219
commit 5abe9b93e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 65 additions and 31 deletions

View file

@ -7,11 +7,14 @@ The change should be grouped under one of the below section and must contain PR
- Chore: Changes for non src files example package.json.
- Improvements: For any improvements.
- Refactor: For any refactoring.
Please add the latest change on the top under the correct section.
-->
## [Unreleased]
### Features
- Add zoom to selection [#2522](https://github.com/excalidraw/excalidraw/pull/2522)
- Insert Library items in the middle of the screen [#2527](https://github.com/excalidraw/excalidraw/pull/2527)
- Show shortcut context menu [#2501](https://github.com/excalidraw/excalidraw/pull/2501)
- Aligns arrowhead schemas [#2517](https://github.com/excalidraw/excalidraw/pull/2517)