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: runkit-forks/lodash.github.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: lodash/lodash.com
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 11 files changed
  • 9 contributors

Commits on Jan 6, 2020

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

Commits on Apr 24, 2020

  1. Add *.runkit-embed.com to content security policy in preparation for …

    …RunKit embed iframes living on this new domain. (lodash#223)
    
    * Add *.runkit-embed.com to content security policy in preparation for RunKit embed iframes living on this new domain.
    
    Reviewed by @tolmasky.
    
    * Safari and Chrome differ on whether *.runkit-embed.com allows runkit-embed.com.
    
    Reviewed by @tolmasky.
    tolmasky authored Apr 24, 2020
    Configuration menu
    Copy the full SHA
    69ccc86 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

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

Commits on Jan 6, 2023

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

Commits on Sep 19, 2023

  1. corrected width for social media app for all media width using rem pr…

    …operty (lodash#271)
    
    * Update _home.scss and update .btn-twitter-follow
    
     .btn-twitter-follow {
          width: 120px;
        }
    is changed to
     .btn-twitter-follow {
          width: 20rem;
        }
    and update (follow @bestie js) twitter button width issue and its compatible with all media width , Thank You
    
    * Update _home.scss
    
    Change made in .btn-twitter-follow class and width change using rem property so it work perfectly in all media width rather then we hardcore pixel value
    
    ---------
    
    Co-authored-by: Bhavya Patel <100468926+Bhavya200392@users.noreply.github.com>
    BhavyaMPatel and BhavyaMPatel authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    ede081e View commit details
    Browse the repository at this point in the history
  2. spelling: occurrence (lodash#248)

    Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
    Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
    jsoref and jsoref authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    e1acd2d View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. fix: update CSP headers

    jdalton committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a2131c0 View commit details
    Browse the repository at this point in the history
  2. fix: update gems and locks

    jdalton committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    4602653 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efabd4e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. fix: remove social section

    jdalton committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    250ad43 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

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