Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump HtmlToOpenXml.dll from 3.1.1 to 3.2.0 in /eFormAPI/Plugins/Workflow.Pn #771

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2024

Bumps HtmlToOpenXml.dll from 3.1.1 to 3.2.0.

Release notes

Sourced from HtmlToOpenXml.dll's releases.

Release 3.2.0

Some API methods have been flagged as obsolete with a clear message of what to use instead. Those obsoletes are designed to highlight the expected output of the API and remove disambiguation between all the "Parse" methods. Documentation have been refreshed as well. No breaking changes as it maintain existing behaviour.

ParseHtml (string html) -> ParseBody Parse(string html) -> ParseAsync

This release bring support for parsing into Header and Footer which was requested by open source project Cervantes (thanks for your support), a collaborative platform designed specifically for pentesters and red teams.

  • Add new public API to allow parsing into Header and Footer #162.
  • Add support for SVG format (either from img src or the SVG node tag)
  • Automatically create the _top bookmark if needed
  • Fix a crash when a hyperlink contains both img and figcation
  • Fix a crash when li is empty #161
Changelog

Sourced from HtmlToOpenXml.dll's changelog.

3.2.0

  • Add new public API to allow parsing into Header and Footer #162. Some API methods as been flagged as obsolete with a clear message of what to use instead. This is not a breaking changes as it keep existing behaviour.
  • Add support for SVG format (either from img src or the SVG node tag)
  • Automatically create the _top bookmark if needed
  • Fix a crash when a hyperlink contains both img and figcation
  • Fix a crash when li is empty #161
Commits
  • fc3d965 Update homepage
  • 45326ba Fix typo in changelog
  • 10bd3d1 Update changelog and product version
  • 4799416 Remove consideration for _GoBack bookmark
  • cfcdbdd Handle _top bookmark and ensure it exists in the document
  • 0951a6c Prevent a bug when a hyperlink contains both image and figcaption
  • 4a2d955 SVG tag support (#164)
  • 1666f5b Fix converting mm to emus
  • 63b53ff Fix build on VStudio (I'm mainly using VSCode with this project)
  • 20f3aa3 Header and Footer support (#163)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 25, 2024
Bumps [HtmlToOpenXml.dll](https://github.com/onizet/html2openxml) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/onizet/html2openxml/releases)
- [Changelog](https://github.com/onizet/html2openxml/blob/dev/CHANGELOG.md)
- [Commits](onizet/html2openxml@3.1.1...3.2.0)

---
updated-dependencies:
- dependency-name: HtmlToOpenXml.dll
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/eFormAPI/Plugins/Workflow.Pn/HtmlToOpenXml.dll-3.2.0 branch from bd574cc to 05b4b80 Compare September 30, 2024 09:37
@renemadsen renemadsen merged commit b01e0e8 into master Sep 30, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/eFormAPI/Plugins/Workflow.Pn/HtmlToOpenXml.dll-3.2.0 branch September 30, 2024 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant