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.14.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.14.1
Choose a head ref
  • 8 commits
  • 5 files changed
  • 3 contributors

Commits on Sep 19, 2020

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

Commits on Oct 28, 2020

  1. docs(readme): update section on htmlparser2 options

    Explicitly state that this option is available in >=0.12.0 and
    s only applicable on the server-side and not the client-side.
    
    Closes #168
    remarkablemark committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    f5ff1d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2020

  1. build(rollup): replace rollup plugin uglify with terser

    Fix error when installing with npm 7:
    
    ```sh
    $ npm install
    npm ERR! code ERESOLVE
    npm ERR! ERESOLVE unable to resolve dependency tree
    npm ERR!
    npm ERR! Found: rollup@2.32.1
    npm ERR! node_modules/rollup
    npm ERR!   dev rollup@"^2.12.1" from the root project
    npm ERR!
    npm ERR! Could not resolve dependency:
    npm ERR! peer rollup@">=0.66.0 <2" from rollup-plugin-uglify@6.0.4
    npm ERR! node_modules/rollup-plugin-uglify
    npm ERR!   dev rollup-plugin-uglify@"^6.0.4" from the root project
    npm ERR!
    npm ERR! Fix the upstream dependency conflict, or retry
    npm ERR! this command with --force, or --legacy-peer-deps
    npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
    ```
    remarkablemark committed Nov 1, 2020
    Configuration menu
    Copy the full SHA
    6b6acb6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #179 from remarkablemark/build/fix-npm-install

    build(rollup): replace rollup plugin uglify with terser
    remarkablemark authored Nov 1, 2020
    Configuration menu
    Copy the full SHA
    ab41ff5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

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

Commits on Nov 3, 2020

  1. Merge pull request #178 from DreierF/patch-1

    List React 17 as peer dependency
    remarkablemark authored Nov 3, 2020
    Configuration menu
    Copy the full SHA
    5965cc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3534723 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3028a7 View commit details
    Browse the repository at this point in the history
Loading