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: algolia/docsearch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.1
Choose a base ref
...
head repository: algolia/docsearch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.2
Choose a head ref
  • 8 commits
  • 9 files changed
  • 4 contributors

Commits on Nov 11, 2018

  1. Configuration menu
    Copy the full SHA
    80ddad2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6194722 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. Configuration menu
    Copy the full SHA
    59a9617 View commit details
    Browse the repository at this point in the history
  2. ci: use vm-based travis (#544)

    Let's see if this breaks anything, since it will become required soon: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
    Haroenv authored and pixelastic committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    892f1b0 View commit details
    Browse the repository at this point in the history
  3. feat(ctrl-click): Enable Ctrl-Click on suggestions (#542)

    * feat(ctrl-click): Enable Ctrl-Click on suggestions
    
    This updates the underlying autocomplete.js to a version that passes
    the selection context (click or keyboard) to the
    `autocomplete:selected` event.
    
    With the default `handleSelected, and in the case of a click, it will
    do nothing (as each suggestion already being a `<a href>`, it will
    already follow the link), but manually change the location for
    keyboard navigation.
    
    When a custom `handleSelected` is set though, default browser clicks
    on suggestions are disabled and only `handleSelected` is called. This
    is to keep backward compatibility with all the live websites that
    might already use `handleSelected`.
    
    * fix(test): Making sure it does not crash when no context is passed
    pixelastic authored Nov 21, 2018
    Configuration menu
    Copy the full SHA
    a470c48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa57746 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. Configuration menu
    Copy the full SHA
    d42ec07 View commit details
    Browse the repository at this point in the history
  2. v2.6.2\n\n## [2.6.2](v2.6.1...v2.6.2) (2018-11-22)

    ### Features
    
    * **ctrl-click:** Enable Ctrl-Click on suggestions ([#542](#542)) ([a470c48](a470c48))
    pixelastic committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    7fed6d9 View commit details
    Browse the repository at this point in the history
Loading