Add missing breaking change to changelog

This commit is contained in:
Aaron Klinker
2024-01-11 17:00:43 -06:00
parent 15ea81514f
commit 1ceb9e2e80
+1
View File
@@ -16,6 +16,7 @@
- `createContentScriptIframe({ ... })` → `createIframeUi({ ... })`
- `type: "inline" | "overlay" | "modal"` has been changed to `position: "inline" | "overlay" | "modal"`
- `onRemove` is now called ***before*** the UI is removed from the DOM, previously it was called after the UI was removed
- `mount` option has been renamed to `onMount`, to better match the related option, `onRemove`.
## v0.13.5