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.3.6
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.4.0
Choose a head ref
  • 7 commits
  • 7 files changed
  • 2 contributors

Commits on Oct 1, 2017

  1. feat(property-config): get property configs from react-dom-core

    Because `react-dom` v16 no longer exposes `lib`, `react-dom-core`
    is used. See issue: facebook/react#10391
    
    Resolves #43
    remarkablemark committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    56c20fa View commit details
    Browse the repository at this point in the history
  2. chore(package): upgrade react and react-dom to 16

    And update test fixtures as `ReactDOMServer.renderToStaticMarkup()`
    has changed in its output compared to the previous major version.
    remarkablemark committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    4802b92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53ca089 View commit details
    Browse the repository at this point in the history
  4. chore(readme): tidy README instructions and examples

    Remove installation instructions for `react` <15.4 because
    `html-react-parser` now depends on `react-dom-core`.
    
    Update cdn installation with `react` 16.
    
    Add `react-dom-core` to 'Special Thanks'.
    remarkablemark committed Oct 1, 2017
    Configuration menu
    Copy the full SHA
    6f97d81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d760c47 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #44 from remarkablemark/react-16

    Add `react-dom-core` to support react-dom@16
    remarkablemark authored Oct 1, 2017
    Configuration menu
    Copy the full SHA
    aed167d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    faad529 View commit details
    Browse the repository at this point in the history
Loading