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: v4.1.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: v4.2.0
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Jul 21, 2023

  1. feat: export lib files

    This exposes the lib files, so `domToReact` can be imported without importing all of `domhandler`,
    which reduces bundle size.
    
    It also exposes `attributesToProps`, which is useful (at least in my project)
    
    You can import like `import domToReact from 'html-react-parser/lib/dom-to-react'`
    hansottowirtz committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    43a0364 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #989 from hansottowirtz/export-lib-files

    feat: export lib files
    remarkablemark authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    bc1dfd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ade20bf View commit details
    Browse the repository at this point in the history
  4. Merge pull request #990 from remarkablemark/release-please--branches-…

    …-master--components--html-react-parser
    
    chore(master): release 4.2.0
    remarkablemark authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    520efcb View commit details
    Browse the repository at this point in the history
Loading