Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: deprecate and replace dom.isVisible, utils.isHidden, and dom.isHiddenWithCss #3351

Merged
merged 39 commits into from
Sep 21, 2022

Commits on Jan 14, 2022

  1. chore: refactor isVisible

    straker committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    6693b99 View commit details
    Browse the repository at this point in the history
  2. comment

    straker committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    68f30a2 View commit details
    Browse the repository at this point in the history
  3. fix firefox

    straker committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    c3f9f39 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Update lib/commons/dom/is-visible.js

    Co-authored-by: Wilco Fiers <[email protected]>
    straker and WilcoFiers authored Jan 17, 2022
    Configuration menu
    Copy the full SHA
    c87d1e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. update per suggestions

    straker committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    7a9dcef View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Update lib/commons/dom/is-visible.js

    Co-authored-by: Wilco Fiers <[email protected]>
    straker and WilcoFiers authored Jan 21, 2022
    Configuration menu
    Copy the full SHA
    3d668f0 View commit details
    Browse the repository at this point in the history
  2. Update lib/commons/dom/is-visible.js

    Co-authored-by: Wilco Fiers <[email protected]>
    straker and WilcoFiers authored Jan 21, 2022
    Configuration menu
    Copy the full SHA
    0e8892a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

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

Commits on Jul 28, 2022

  1. fixes

    straker committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    cd7871b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. revert changes

    straker committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    db3006d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. is-hidden-for-everyone

    straker committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    d5f74c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. functions done

    straker committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    b9ad968 View commit details
    Browse the repository at this point in the history
  2. revert files

    straker committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    e500486 View commit details
    Browse the repository at this point in the history
  3. fix lint

    straker committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    3c34939 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. finish refactor

    straker committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    a830961 View commit details
    Browse the repository at this point in the history
  2. missed

    straker committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    d99849b View commit details
    Browse the repository at this point in the history
  3. merge develop

    straker committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    ca9b4fd View commit details
    Browse the repository at this point in the history
  4. fixes

    straker committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    ca5467c View commit details
    Browse the repository at this point in the history
  5. revert files

    straker committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    33ce4d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    64fc544 View commit details
    Browse the repository at this point in the history
  2. finish tests

    straker committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    9edbbfe View commit details
    Browse the repository at this point in the history
  3. fix polyfill

    straker committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    df4ebe5 View commit details
    Browse the repository at this point in the history
  4. fix test

    straker committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    d663d86 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Update lib/commons/dom/is-modal-open.js

    Co-authored-by: Wilco Fiers <[email protected]>
    straker and WilcoFiers authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    5d4aca6 View commit details
    Browse the repository at this point in the history
  2. suggestions

    straker committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    c3371e8 View commit details
    Browse the repository at this point in the history
  3. Update lib/commons/dom/visibility-functions.js

    Co-authored-by: Wilco Fiers <[email protected]>
    straker and WilcoFiers authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    04e8c2a View commit details
    Browse the repository at this point in the history
  4. suggestions

    straker committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    d63581f View commit details
    Browse the repository at this point in the history
  5. merge develop

    straker committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    fe8cdff View commit details
    Browse the repository at this point in the history
  6. merge develop

    straker committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    432cacc View commit details
    Browse the repository at this point in the history
  7. suggestions

    straker committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    86b9051 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. memoize correctly

    straker committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    f8dadac View commit details
    Browse the repository at this point in the history
  2. memoize for real this time

    straker committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    f514f5f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. uni tests

    straker committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    b825fbb View commit details
    Browse the repository at this point in the history
  2. guard

    straker committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    41328e6 View commit details
    Browse the repository at this point in the history
  3. reset eslintrc

    straker committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    3c5899c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c59d8b6 View commit details
    Browse the repository at this point in the history
  5. merge

    straker committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    fdddacf View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. changes

    straker committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    992613d View commit details
    Browse the repository at this point in the history
  2. fix lint

    straker committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    fff04f1 View commit details
    Browse the repository at this point in the history