diff --git a/src/packages/excalidraw/CHANGELOG.md b/src/packages/excalidraw/CHANGELOG.md index 1c23f6f8..de8ce722 100644 --- a/src/packages/excalidraw/CHANGELOG.md +++ b/src/packages/excalidraw/CHANGELOG.md @@ -13,6 +13,12 @@ Please add the latest change on the top under the correct section. ## Unreleased +### Breaking Changes + +- `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) + ### Fixes - 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. @@ -23,9 +29,13 @@ define: { } ``` -### Breaking Changes +## Excalidraw Library -- `appState.openDialog` type was changed from `null | string` to `null | { name: string }`. [#7336](https://github.com/excalidraw/excalidraw/pull/7336) +### Fixes + +- Disable caching bounds for arrow labels [#7343](https://github.com/excalidraw/excalidraw/pull/7343) + +--- ## 0.17.0 (2023-11-14) diff --git a/src/packages/excalidraw/package.json b/src/packages/excalidraw/package.json index 6f0c38e5..fa1ded55 100644 --- a/src/packages/excalidraw/package.json +++ b/src/packages/excalidraw/package.json @@ -1,6 +1,6 @@ { "name": "@excalidraw/excalidraw", - "version": "0.17.0", + "version": "0.17.1", "main": "main.js", "types": "types/packages/excalidraw/index.d.ts", "files": [