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: usablica/intro.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: interviewstreet/intro.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 6 files changed
  • 4 contributors

Commits on Jan 17, 2020

  1. fix(helperLayer): for when element is scrollable

    - when element is scrollable, helperLayer height is set to that of element which is incorrect as it causes the tooltip to go out of page visible area
    
    Set the height to be max to that of viewport height
    Set the top to not go outside the page (< 0px)
    Nishchay Kaushik committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    4773051 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

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

Commits on Jan 31, 2020

  1. Merge pull request #1 from harshithmullapudi/patch-1

    Send undefined if the next element doesn't exist
    kaushiknishchay authored Jan 31, 2020
    Configuration menu
    Copy the full SHA
    c338455 View commit details
    Browse the repository at this point in the history
  2. Release v2.9.5

    Nishchay Kaushik committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    9c12710 View commit details
    Browse the repository at this point in the history
  3. Add .idea to .gitignore

    Nishchay Kaushik committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    d6b7bc9 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

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