Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DimaK0/css-element-queries
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: marcj/css-element-queries
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 9 files changed
  • 13 contributors

Commits on May 9, 2019

  1. Configuration menu
    Copy the full SHA
    7587a65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cadf8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    389ca99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eab5e1b View commit details
    Browse the repository at this point in the history
  5. bump version

    marcj committed May 9, 2019
    Configuration menu
    Copy the full SHA
    c4f7808 View commit details
    Browse the repository at this point in the history
  6. added npmignore file

    marcj committed May 9, 2019
    Configuration menu
    Copy the full SHA
    5d92e05 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Configuration menu
    Copy the full SHA
    d1816ad View commit details
    Browse the repository at this point in the history
  2. bump version

    marcj committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    7d0ffa0 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Configuration menu
    Copy the full SHA
    9fe2fbf View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. Create FUNDING.yml

    marcj authored Oct 7, 2019
    Configuration menu
    Copy the full SHA
    4b06648 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2019

  1. cancelAnimationFrame for reset when detach is called (marcj#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.
    Ruhao Gao authored and marcj committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    1e40612 View commit details
    Browse the repository at this point in the history
  2. bump version

    marcj committed Nov 22, 2019
    Configuration menu
    Copy the full SHA
    8f127c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2020

  1. Configuration menu
    Copy the full SHA
    72adc49 View commit details
    Browse the repository at this point in the history
  2. bump version

    marcj committed Jan 3, 2020
    Configuration menu
    Copy the full SHA
    df88b1e View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Fixed check for canceling last animation frame for invisible check (m…

    …arcj#289)
    
    Co-authored-by: Aleksandar Adamovic <accordia.aleksandaradamovic@outlook.com>
    Acinho and Aleksandar Adamovic authored Apr 13, 2020
    Configuration menu
    Copy the full SHA
    97da8b7 View commit details
    Browse the repository at this point in the history
  2. fix invoking element.resizeSensor.resetSensor when it is undefined to…

    … cause js error (marcj#291)
    
    Co-authored-by: akelley <achara.kelley@verizonmedia.com>
    Achara and akelley authored Apr 13, 2020
    Configuration menu
    Copy the full SHA
    ee21dfe View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. Add a Size interface to the typings (marcj#293)

    Co-authored-by: Maksym Kobieliev <kobieliev@extedo.com>
    Maximaximum and Maksym Kobieliev authored Jul 3, 2020
    Configuration menu
    Copy the full SHA
    4eae465 View commit details
    Browse the repository at this point in the history
Loading