Thanks to visit codestin.com
Credit goes to github.com

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: github/combobox-nav
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: github/combobox-nav
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 7 commits
  • 5 files changed
  • 2 contributors

Commits on Sep 5, 2023

  1. Use Element.scrollIntoView

    Related to [@github/auto-complete-element#91][]
    
    The current `scrollTo` helper method implementation can be unreliable
    (or have no effect) at times.
    
    This commit replaces it with a call to [Element.scrollIntoView][]. To
    control that behavior, this commit also introduces a
    `scrollIntoViewOptions:` key to the package's constructor call.
    
    [@github/auto-complete-element#91]: github/auto-complete-element#91
    [Element.scrollIntoView]: https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView
    [ScrollIntoViewOptions]: https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView#sect1
    seanpdoyle committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b0dec8e View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    369bf75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b9d754 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #75 from seanpdoyle/scroll-into-view

    Use `Element.scrollIntoView`
    keithamus authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    a5337fb View commit details
    Browse the repository at this point in the history
  4. upgrade all dependencies

    keithamus committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    510778a View commit details
    Browse the repository at this point in the history
  5. prettier

    keithamus committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    a526093 View commit details
    Browse the repository at this point in the history
  6. upgrade CI to node 18 LTS

    keithamus committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    948dd5d View commit details
    Browse the repository at this point in the history
Loading