diff --git a/src/packages/excalidraw/CHANGELOG.md b/src/packages/excalidraw/CHANGELOG.md index efa9412b..1f83b992 100644 --- a/src/packages/excalidraw/CHANGELOG.md +++ b/src/packages/excalidraw/CHANGELOG.md @@ -12,7 +12,7 @@ The change should be grouped under one of the below section and must contain PR Please add the latest change on the top under the correct section. --> -## Unreleased +## 0.4.3 ## Excalidraw API @@ -24,6 +24,7 @@ Please add the latest change on the top under the correct section. ## Excalidraw Library +- Apply correct translation when text editor overflows when zoom not 100% [#3225](https://github.com/excalidraw/excalidraw/pull/3225) - Don't overflow text beyond width of Excalidraw [#3215](https://github.com/excalidraw/excalidraw/pull/3215). --- diff --git a/src/packages/excalidraw/package.json b/src/packages/excalidraw/package.json index d3a6b839..dac91e14 100644 --- a/src/packages/excalidraw/package.json +++ b/src/packages/excalidraw/package.json @@ -1,6 +1,6 @@ { "name": "@excalidraw/excalidraw", - "version": "0.4.2", + "version": "0.4.3", "main": "dist/excalidraw.min.js", "files": [ "dist/*"