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: GoogleChrome/web-vitals
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.3
Choose a base ref
...
head repository: GoogleChrome/web-vitals
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.0
Choose a head ref
  • 5 commits
  • 23 files changed
  • 1 contributor

Commits on Jul 15, 2025

  1. Fallback to default getSelector if custom function is null or undefin…

    …ed (#634)
    
    * Fallback to default getSelector if custom function is null or undefined
    
    * One liner
    tunetheweb authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    f16c4b4 View commit details
    Browse the repository at this point in the history
  2. Only finalize LCP on user events (isTrusted=true) (#635)

    * Only finalize LCP on user events
    
    * Revert one test change
    
    * Fix flakey Firefox test
    
    * Review feedback
    
    * Fix Safari tests
    
    * Better Safari support
    tunetheweb authored Jul 15, 2025
    Configuration menu
    Copy the full SHA
    1852851 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. Register visibility-change early (#637)

    * Register visibility-change early
    
    * Remove document prefix
    
    * Fix unit test
    
    * Fix test
    
    * Bug fix
    
    * Change to single listener
    
    * Remove comment
    
    * Add capture
    
    * Review feedback
    
    * Add test case
    
    * Add LCP test
    
    * Review feedback
    
    * Better names
    
    * Clear sets on flushing
    
    * Change name
    
    * Add dot
    tunetheweb authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    e5f6e2d View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG for 5.1.0

    tunetheweb committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    f6cb466 View commit details
    Browse the repository at this point in the history
  3. Release v5.1.0

    tunetheweb committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    1b872cf View commit details
    Browse the repository at this point in the history
Loading