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: showdownjs/showdown Loading
base: 1.9.0
Choose a base ref
...
head repository: showdownjs/showdown Loading
compare: 1.9.1
Choose a head ref
  • 4 commits
  • 19 files changed
  • 3 contributors

Commits on Nov 2, 2019

  1. update dependencies

    adamjc authored and tivie committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    58208e5 View commit details
    Browse the repository at this point in the history
  2. fix(openLinksInNewWindow): add rel="noopener noreferrer" to links

    Add rel="noreferrer" to links when openLinksInNewWindow is on. Also add noopener when openLinksInNewWindow is on.
    target="_blank" without also adding rel="noopener noreferrer" creates a vulnerability
    (since the site you're linking to has access to the window.opener by default.
    This  adds rel="noopener noreferrer" to links generated by the makeHtml converter when openLinksInNewWindow is true.
    
    Closes #670
    jammerware authored and tivie committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    1cd281f View commit details
    Browse the repository at this point in the history
  3. update dev dependencies

    tivie committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    5cc3fcc View commit details
    Browse the repository at this point in the history
  4. release 1.9.1

    tivie committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    483e51f View commit details
    Browse the repository at this point in the history
Loading