-
-
Notifications
You must be signed in to change notification settings - Fork 490
Comparing changes
Open a pull request
base repository: marcj/css-element-queries
base: 1.0.5
head repository: marcj/css-element-queries
compare: master
Commits on Oct 18, 2018
-
don't explode if an old browser can't provide element, computed style…
…, or style property (#241)
Configuration menu - View commit details
-
Copy full SHA for da5f446 - Browse repository at this point
Copy the full SHA da5f446View commit details
Commits on Nov 6, 2018
-
Added mutationobserver to detect DOM movements and reset sensor accor…
…dingly. fixed a bug in Safari where dragdrop doesn't work with huge sensors dimensions.
Configuration menu - View commit details
-
Copy full SHA for f6144fb - Browse repository at this point
Copy the full SHA f6144fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5adf8a6 - Browse repository at this point
Copy the full SHA 5adf8a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bc290c - Browse repository at this point
Copy the full SHA 8bc290cView commit details
Commits on Nov 8, 2018
-
added ResizeCallback to ResizeSensor.d.ts and added static functions … (
#248) * added ResizeCallback to ResizeSensor.d.ts and added static functions to ResizeSensor class * renaming ResizeCallback to ResizeSensorCallback * added optional type to callback for detach methods on ResizeSensor
Configuration menu - View commit details
-
Copy full SHA for 9cb667d - Browse repository at this point
Copy the full SHA 9cb667dView commit details
Commits on Nov 9, 2018
-
Make the MutationObserver of ResizeSensor compatible with new Chrome …
…version (#249) The for-in loop over the `NodeList` now goes through the prototype chain, so we check `hasOwnProperty` first
Configuration menu - View commit details
-
Copy full SHA for 09d4cf1 - Browse repository at this point
Copy the full SHA 09d4cf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31cabb5 - Browse repository at this point
Copy the full SHA 31cabb5View commit details
Commits on May 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7587a65 - Browse repository at this point
Copy the full SHA 7587a65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cadf8d - Browse repository at this point
Copy the full SHA 0cadf8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 389ca99 - Browse repository at this point
Copy the full SHA 389ca99View commit details -
Configuration menu - View commit details
-
Copy full SHA for eab5e1b - Browse repository at this point
Copy the full SHA eab5e1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4f7808 - Browse repository at this point
Copy the full SHA c4f7808View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d92e05 - Browse repository at this point
Copy the full SHA 5d92e05View commit details
Commits on Jul 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d1816ad - Browse repository at this point
Copy the full SHA d1816adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d0ffa0 - Browse repository at this point
Copy the full SHA 7d0ffa0View commit details
Commits on Oct 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9fe2fbf - Browse repository at this point
Copy the full SHA 9fe2fbfView commit details
Commits on Oct 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4b06648 - Browse repository at this point
Copy the full SHA 4b06648View commit details
Commits on Nov 22, 2019
-
cancelAnimationFrame for reset when detach is called (#282)
In ResizeSensor, we use requestAnimationFrame for reset. However, if an element is added to DOM and removed from DOM very quickly (even before the first reset happens), the reset itself will stuck in an infinite loop. It also causes memory leak because the reset function holds the element forever.
3Configuration menu - View commit details
-
Copy full SHA for 1e40612 - Browse repository at this point
Copy the full SHA 1e40612View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f127c7 - Browse repository at this point
Copy the full SHA 8f127c7View commit details
Commits on Jan 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 72adc49 - Browse repository at this point
Copy the full SHA 72adc49View commit details -
Configuration menu - View commit details
-
Copy full SHA for df88b1e - Browse repository at this point
Copy the full SHA df88b1eView commit details
Commits on Apr 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 97da8b7 - Browse repository at this point
Copy the full SHA 97da8b7View commit details -
fix invoking element.resizeSensor.resetSensor when it is undefined to…
… cause js error (#291) Co-authored-by: akelley <achara.kelley@verizonmedia.com>
Configuration menu - View commit details
-
Copy full SHA for ee21dfe - Browse repository at this point
Copy the full SHA ee21dfeView commit details
Commits on Jul 3, 2020
-
Add a Size interface to the typings (#293)
Co-authored-by: Maksym Kobieliev <kobieliev@extedo.com>
Configuration menu - View commit details
-
Copy full SHA for 4eae465 - Browse repository at this point
Copy the full SHA 4eae465View commit details
There are no files selected for viewing