@sanity/overlays
Advanced tools
Comparing version 2.3.0-pink-lizard to 2.3.1-pink-lizard
@@ -8,2 +8,13 @@ <!-- markdownlint-disable --><!-- textlint-disable --> | ||
## [2.3.1-pink-lizard](https://github.com/sanity-io/visual-editing/compare/overlays-v2.3.0-pink-lizard...overlays-v2.3.1-pink-lizard) (2023-11-10) | ||
### Bug Fixes | ||
* **presentation:** prevent iframe from taking focus ([fbd02fd](https://github.com/sanity-io/visual-editing/commit/fbd02fd3b83774546c017a84cf8c444eff5dfe4f)) | ||
* **presentation:** prevent scrolling when array items close ([da2ad22](https://github.com/sanity-io/visual-editing/commit/da2ad22c7e825cebdff0dbfa374b65ca3a50e04c)) | ||
* remove initial url sender ([badda86](https://github.com/sanity-io/visual-editing/commit/badda8677af485467f469ef39f710566ba2908b4)) | ||
* send initial URL on load ([3caf2e3](https://github.com/sanity-io/visual-editing/commit/3caf2e35511e4bfd7275131f2301b1f32742e70b)) | ||
* **types:** add `HistoryAdapterNavigate` exported type ([7e8340f](https://github.com/sanity-io/visual-editing/commit/7e8340f0b5313885b4205bad60f3b2db62f79309)) | ||
## [2.3.0-pink-lizard](https://github.com/sanity-io/visual-editing/compare/overlays-v2.2.1-pink-lizard...overlays-v2.3.0-pink-lizard) (2023-11-09) | ||
@@ -10,0 +21,0 @@ |
@@ -63,2 +63,3 @@ /** | ||
click: (event: MouseEvent) => void | ||
mousedown: (event: MouseEvent) => void | ||
mouseenter: (event: MouseEvent) => void | ||
@@ -74,3 +75,3 @@ mouseleave: (event: MouseEvent) => void | ||
export declare interface HistoryAdapter { | ||
subscribe: (navigate: (update: HistoryUpdate) => void) => () => void | ||
subscribe: (navigate: HistoryAdapterNavigate) => () => void | ||
update: (update: HistoryUpdate) => void | ||
@@ -80,2 +81,8 @@ } | ||
/** | ||
* | ||
* @public | ||
*/ | ||
export declare type HistoryAdapterNavigate = (update: HistoryUpdate) => void | ||
/** | ||
* Preview frame history update | ||
@@ -82,0 +89,0 @@ * @public |
@@ -1,1 +0,1 @@ | ||
export{c as createOverlayController,e as enableOverlays}from"./_chunks/index-euLs1ehL.js";//# sourceMappingURL=index.js.map | ||
export{c as createOverlayController,e as enableOverlays}from"./_chunks/index-jsg8eGAq.js";//# sourceMappingURL=index.js.map |
{ | ||
"name": "@sanity/overlays", | ||
"version": "2.3.0-pink-lizard", | ||
"version": "2.3.1-pink-lizard", | ||
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/overlays#readme", | ||
@@ -5,0 +5,0 @@ "bugs": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1977645
1760