Browse Source

docs: release patch version 0.4.3 (#3236)

Aakansha Doshi 4 years ago
parent
commit
47c26cd4cf
2 changed files with 3 additions and 2 deletions
  1. 2 1
      src/packages/excalidraw/CHANGELOG.md
  2. 1 1
      src/packages/excalidraw/package.json

+ 2 - 1
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.
 Please add the latest change on the top under the correct section.
 -->
 -->
 
 
-## Unreleased
+## 0.4.3
 
 
 ## Excalidraw API
 ## Excalidraw API
 
 
@@ -24,6 +24,7 @@ Please add the latest change on the top under the correct section.
 
 
 ## Excalidraw Library
 ## 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).
 - Don't overflow text beyond width of Excalidraw [#3215](https://github.com/excalidraw/excalidraw/pull/3215).
 
 
 ---
 ---

+ 1 - 1
src/packages/excalidraw/package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "@excalidraw/excalidraw",
   "name": "@excalidraw/excalidraw",
-  "version": "0.4.2",
+  "version": "0.4.3",
   "main": "dist/excalidraw.min.js",
   "main": "dist/excalidraw.min.js",
   "files": [
   "files": [
     "dist/*"
     "dist/*"