diff --git a/CHANGELOG.md b/CHANGELOG.md index d9a67c2..9736210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.9.0 + +- Popover API is used by default without possibility to disable it. +- Removed props `usePopoverAPI`, `popoverAPIMountFallback`, `mount` + # 1.8.0 - `anchorElementSelector` => `anchorElement`. Now you can pass HTML element or CSS selector. diff --git a/README.md b/README.md index 4a68e07..2d6ba4e 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,11 @@ A really simple and minimalistic popover component for your apps. **IMPORTANT:** - You may add `width: max-content` to the content element by yourself to avoid layout interference as it described [here](https://floating-ui.com/docs/computeposition#initial-layout). -- From version `1.7.0` popoverAPI enabled by [default](https://caniuse.com/mdn-api_htmlelement_popover) with mount fallback to `body` ## Features - Minimalistic - no wrapper DOM nodes! -- Popover API support (with fallback) +- Popover API support - Full control over position - Works with SSR and Astro - Multiple trigger events with vue-style modifiers @@ -29,7 +28,7 @@ When you render the following code, only `button` (`