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: v5.0.9
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: v5.0.10
Choose a head ref
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on Dec 18, 2023

  1. chore(commitlintrc): change "footer-max-line-length" to warn

    Don't throw a commitlint error for:
    
    ```
    footer's lines must not be longer than 100 characters
    ```
    remarkablemark committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    8cc2c36 View commit details
    Browse the repository at this point in the history
  2. fix(esm): make ESM exports explicit in index.mjs and utilities.mjs

    Fixes #1228
    
    Vite fails with the error:
    
    ```
    Uncaught SyntaxError: The requested module '/@fs/Users/.../node_modules/.vite/app/deps/html-react-parser.js?v=719515aa' does not provide an export named 'Element' (at list.tsx:6:31)
    ```
    remarkablemark committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    3e0fd2b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1229 from remarkablemark/fix/esm

    fix(esm): make ESM exports explicit in index.mjs and utilities.mjs
    remarkablemark authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    6ac2d12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abb3a9a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1230 from remarkablemark/release-please--branches…

    …--master--components--html-react-parser
    
    chore(master): release 5.0.10
    remarkablemark authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    298753d View commit details
    Browse the repository at this point in the history
Loading