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: nfl/react-helmet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.2.0
Choose a base ref
...
head repository: nfl/react-helmet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.0.0-beta
Choose a head ref
  • 17 commits
  • 15 files changed
  • 11 contributors

Commits on Feb 26, 2018

  1. FIX: titleTemplate bug with multiple title children components (#351)

    Regexp replacement with a function will call .toString() on the
    replacement candidate. That would include extra commas in page titles
    where the <title> component had multiple children.
    joshgummersall authored and jamsea committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    6e65388 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c102586 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. React-helmet: Removed phantomJS dependency (#406)

    PhantomJS is unmaintained removed dependency from
    package.json and karma.conf.js.
    
    Signed-off-by: ossdev07 <ossdev@puresoftware.com>
    ossdev07 authored and cwelch5 committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    6500e28 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. added test for #408

    AubreyHewes committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    256593e View commit details
    Browse the repository at this point in the history
  2. also via template

    AubreyHewes committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    6d24df0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0716bff View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2018

  1. Fix CI build: update test matrix & use yarn for CI builds (#397)

    * Remove Node.js 5, add Node.js 8 to the test matrix.
    
    * Use yarn on TravisCI
    realityking authored and tmbtech committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    a15deac View commit details
    Browse the repository at this point in the history
  2. Update NFL Engineering Logo (#376)

    carakuei authored and tmbtech committed Nov 4, 2018
    Configuration menu
    Copy the full SHA
    06a3bd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6469ee5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e04b667 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. Replace deepEqual with isEqual (#402)

    Thank you!
    shad-k authored and tmbtech committed Nov 16, 2018
    2 Configuration menu
    Copy the full SHA
    1803f67 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2018

  1. Update README.md

    Fixes -  #359
    tmbtech authored Nov 24, 2018
    Configuration menu
    Copy the full SHA
    772c3df View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2018

  1. Fixed Nested Title Test (#415)

    FURams09 authored and tmbtech committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    e3e6a1f View commit details
    Browse the repository at this point in the history
  2. Update .travis.yml (#417)

    tmbtech authored and miblanchard committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    0745de7 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Bundle helmet using rollup (#395)

    * Use rollup to bundle helmet into a single file
    * Remove the default export
    realityking authored and tmbtech committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    20ea385 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. 6.0.0-beta release (#420)

    doc: Updated CHANGELOG
    cwelch5 authored and tmbtech committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    27ea39c View commit details
    Browse the repository at this point in the history
  2. Release/6.0.0 beta (#421)

    * 6.0.0-beta release
    doc: Updated CHANGELOG
    
    * chore: update yarn lock
    cwelch5 authored and tmbtech committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    a455998 View commit details
    Browse the repository at this point in the history
Loading