|
@@ -12,13 +12,21 @@ 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.2
|
|
|
|
|
|
## Excalidraw API
|
|
|
|
|
|
### Fixes
|
|
|
|
|
|
+- Wrap excalidraw in position relative so host need not do it anymore & hide scrollbars in zen mode [#3174](https://github.com/excalidraw/excalidraw/pull/3174).
|
|
|
- Reduce the scroll debounce timeout to `100ms` so `offsets` gets updated faster if changed when container scrolled [#3182](https://github.com/excalidraw/excalidraw/pull/3182).
|
|
|
+- Rerender UI on `renderFooter` prop change [#3183](https://github.com/excalidraw/excalidraw/pull/3183)
|
|
|
+
|
|
|
+## Excalidraw Library
|
|
|
+
|
|
|
+### Fixes
|
|
|
+
|
|
|
+- Temporarily downgrade browser-fs-access to fix legacy FS API [#3172](https://github.com/excalidraw/excalidraw/pull/3172)
|
|
|
|
|
|
---
|
|
|
|