@solid-primitives/resize-observer
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@solid-primitives/resize-observer", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Reactive primitives for observing resizing of HTML elements.", | ||
@@ -5,0 +5,0 @@ "author": "Moshe Udimar", |
@@ -16,3 +16,3 @@ <p> | ||
- [`createResizeObserver`](#createResizeObserver) — Create resize observer instance, listening for changes to size of reactive element targets array. | ||
- [`createWindowSize`](#createWindowSize) — Creates a reactive store-like object of current width and height dimensions of window, page and screen. | ||
- [`createWindowSize`](#createWindowSize) — Creates a reactive store-like object of current width and height dimensions of the browser window. | ||
- [`createElementSize`](#createElementSize) — Creates a reactive store-like object of current width and height dimensions of html element. | ||
@@ -106,3 +106,3 @@ | ||
Creates a reactive store-like object of current width and height dimensions of window, page and screen. | ||
Creates a reactive store-like object of current width and height dimensions of the browser window. | ||
@@ -173,2 +173,6 @@ ### How to use it | ||
## Demo | ||
https://codesandbox.io/s/solid-primitives-resize-observer-yg41gd?file=/index.tsx | ||
## Changelog | ||
@@ -175,0 +179,0 @@ |
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
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
22415
203
0