diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f138b9d..e119cd9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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