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.1.1
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.2.0
Choose a head ref
  • 8 commits
  • 5 files changed
  • 2 contributors

Commits on Nov 18, 2016

  1. Move lib/DOMPropertyConfig.js to lib/property-config.js

    Tidy and refactor code.
    remarkablemark committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    08e8cc9 View commit details
    Browse the repository at this point in the history
  2. Remove unused property in browser field in package.json

    `./lib/html-to-dom-server.js` has been replaced with
    `html-dom-parser` package.
    remarkablemark committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    63ef15a View commit details
    Browse the repository at this point in the history
  3. Resolve webpack error by reverting back to react@15.3

    Remove the try-catch and require the DOM property configs from
    `react/lib/`.
    
    > ERROR in ./lib/property-config.js
    > Module not found: Error: Cannot resolve module
    > 'react/lib/HTMLDOMPropertyConfig'
    remarkablemark committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    3ee6e78 View commit details
    Browse the repository at this point in the history
  4. Create npm script clean that removes dist/ directory

    Rename `build` to `build-unmin` and update `prepublish` to run
    `clean` before the build scripts.
    remarkablemark committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    f6a6734 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d490528 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfb86c2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #31 from remarkablemark/react@15.3

    Fix webpack error by reverting to react@15.3 for v0.2.0
    remarkablemark authored Nov 18, 2016
    Configuration menu
    Copy the full SHA
    8ca104d View commit details
    Browse the repository at this point in the history
  8. Bump version to 0.2.0

    Remove harmless webpack error by keeping react <15.4 in this
    version. As a result, the DOM property configs will be required
    from `react/lib/`.
    
    Chore:
    - Tidy package.json
    - Create npm script `clean` and update scripts
    - Update README installation instructions
    - Fix Travis tests
    remarkablemark committed Nov 18, 2016
    Configuration menu
    Copy the full SHA
    51f6644 View commit details
    Browse the repository at this point in the history
Loading