Skip to content

fix: parse head/body with newline correctly (bump html-dom-parser)#626

Merged
remarkablemark merged 1 commit intomasterfrom
build/html-dom-parser
Jul 10, 2022
Merged

fix: parse head/body with newline correctly (bump html-dom-parser)#626
remarkablemark merged 1 commit intomasterfrom
build/html-dom-parser

Conversation

@remarkablemark
Copy link
Copy Markdown
Owner

Fixes #624

What is the motivation for this pull request?

  • fix: parse head/body with newline correctly
  • build(package): bump html-dom-parser from 3.0.0 to 3.0.1

What is the current behavior?

  • html-dom-parser@3.0.0
  • head/body elements with newline are not parsed correctly

What is the new behavior?

  • html-dom-parser@3.0.1
  • head/body elements with newline are parsed correctly

Checklist:

Fixes #624

Bump html-dom-parser from 3.0.0 to 3.0.1
@remarkablemark remarkablemark added bug Something isn't working dependencies Pull requests that update a dependency file labels Jul 10, 2022
@github-actions
Copy link
Copy Markdown
Contributor

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
dist/html-react-parser.min.js 10.2 KB (+0.05% 🔺) 205 ms (+0.05% 🔺) 43 ms (+152.76% 🔺) 247 ms

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #626 (d00087a) into master (7dbe931) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #626   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          167       167           
  Branches        57        57           
=========================================
  Hits           167       167           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7dbe931...d00087a. Read the comment docs.

@remarkablemark remarkablemark merged commit f96cd00 into master Jul 10, 2022
@remarkablemark remarkablemark deleted the build/html-dom-parser branch July 10, 2022 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

<body> tag with newline symbols doesn't get parsed

2 participants