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: remarkablemark/html-react-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: remarkablemark/html-react-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.1
Choose a head ref
  • 7 commits
  • 8 files changed
  • 2 contributors

Commits on Jul 3, 2019

  1. revert: feat(dom-to-react): skip and do not parse <script> content

    This reverts commit 1fb5ee2.
    
    The reason for the revert is because removing the <script> from
    the parsing causes server-side rendering to break.
    
    Fixes #115
    remarkablemark committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    e625e1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73237dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8128cd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bafd017 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fecd5d0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #116 from remarkablemark/fix/script

    fix: revert commit so <script> is parsed or else server-side rendering breaks
    remarkablemark authored Jul 3, 2019
    Configuration menu
    Copy the full SHA
    b3d5f7b View commit details
    Browse the repository at this point in the history
  7. chore(release): 0.8.1

    remarkablemark committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    c963bc0 View commit details
    Browse the repository at this point in the history
Loading