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

Release v1.0.6 #29

Merged
merged 3 commits into from
Sep 16, 2024
Merged

Release v1.0.6 #29

merged 3 commits into from
Sep 16, 2024

Commits on Aug 26, 2024

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

Commits on Sep 16, 2024

  1. Add LRC functionality (#20)

    * start adding the beaconlrc class
    * finalize the beacon manager class
    * temporarily fix tests
    * Return only hash as payload
    * Remove duplicate payload
    * Only add child element below the fold threshold and parent elements only below the fold
    * use config threshold instead of static value
    * Revert "use config threshold instead of static value"
    This reverts commit b4f633b.
    * use logger class and comment the xpath for now
    * Replace static values with config
    * start doing as grooming
    * get only elements that have hash
    * Added test for lrc
    * Best practices
    * Additional best practices
    * start considering viewport on element distance calculation
    * adjust imports and the log message
    * change the structure of test to handle more cases and use sinon for mocking
    * test
    * test 2
    * fix tests attempt 1
    * add more tests
    * add tests for run method
    * add more tests
    * remove not used argument
    ---------
    
    Co-authored-by: Michael Lee <[email protected]>
    Co-authored-by: Mathieu Lamiot <[email protected]>
    3 people authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    8e25bbf View commit details
    Browse the repository at this point in the history
  2. update package version

    wordpressfan committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    78ca211 View commit details
    Browse the repository at this point in the history