Browse Source

docs: release patch v0.17.3 (#7673)

* docs: release patch v0.17.3

* update cl
Aakansha Doshi 1 year ago
parent
commit
48c3465b19
1 changed files with 7 additions and 1 deletions
  1. 7 1
      packages/excalidraw/CHANGELOG.md

+ 7 - 1
packages/excalidraw/CHANGELOG.md

@@ -61,10 +61,12 @@ Please add the latest change on the top under the correct section.
 
 
 - `appState.openDialog` type was changed from `null | string` to `null | { name: string }`. [#7336](https://github.com/excalidraw/excalidraw/pull/7336)
 - `appState.openDialog` type was changed from `null | string` to `null | { name: string }`. [#7336](https://github.com/excalidraw/excalidraw/pull/7336)
 
 
-## 0.17.1 (2023-11-28)
+## 0.17.3 (2024-02-09)
 
 
 ### Fixes
 ### Fixes
 
 
+- Keep customData when converting to ExcalidrawElement. [#7656](https://github.com/excalidraw/excalidraw/pull/7656)
+
 - Umd build for browser since it was breaking in v0.17.0 [#7349](https://github.com/excalidraw/excalidraw/pull/7349). Also make sure that when using `Vite`, the `process.env.IS_PREACT` is set as `"true"` (string) and not a boolean.
 - Umd build for browser since it was breaking in v0.17.0 [#7349](https://github.com/excalidraw/excalidraw/pull/7349). Also make sure that when using `Vite`, the `process.env.IS_PREACT` is set as `"true"` (string) and not a boolean.
 
 
 ```
 ```
@@ -73,6 +75,10 @@ define: {
 }
 }
 ```
 ```
 
 
+- Disable caching bounds for arrow labels [#7343](https://github.com/excalidraw/excalidraw/pull/7343)
+
+- Bounds cached prematurely resulting in incorrectly rendered labels [#7339](https://github.com/excalidraw/excalidraw/pull/7339)
+
 ## Excalidraw Library
 ## Excalidraw Library
 
 
 ### Fixes
 ### Fixes