Skip to content

Conversation

@stloyd
Copy link
Member

@stloyd stloyd commented Oct 27, 2025

Resolves: #1913

Change Log


Added

  • Add a new `HTMLType`

Fixed

Changed

Removed

Deprecated

Security

@stloyd stloyd requested a review from norberttech as a code owner October 27, 2025 17:37
@stloyd stloyd force-pushed the task/1913-html-type branch from 8e44997 to 8bdd763 Compare October 27, 2025 17:42
@codecov
Copy link

codecov bot commented Oct 27, 2025

Codecov Report

❌ Patch coverage is 33.33333% with 64 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.10%. Comparing base (2f72d3e) to head (05957b3).
⚠️ Report is 2 commits behind head on 1.x.

Additional details and impacted files
@@            Coverage Diff             @@
##              1.x    #1917      +/-   ##
==========================================
- Coverage   77.28%   77.10%   -0.18%     
==========================================
  Files         829      831       +2     
  Lines       24609    24687      +78     
==========================================
+ Hits        19018    19036      +18     
- Misses       5591     5651      +60     
Components Coverage Δ
etl 88.82% <94.44%> (-0.01%) ⬇️
cli 85.96% <ø> (ø)
lib-array-dot 95.00% <ø> (ø)
lib-azure-sdk 60.39% <ø> (ø)
lib-doctrine-dbal-bulk 95.14% <ø> (ø)
lib-filesystem 80.08% <ø> (ø)
lib-types 51.97% <19.23%> (-1.60%) ⬇️
lib-parquet 68.34% <ø> (ø)
lib-parquet-viewer 83.04% <ø> (ø)
lib-snappy 90.18% <ø> (+0.46%) ⬆️
bridge-filesystem-async-aws 90.16% <ø> (ø)
bridge-filesystem-azure 89.47% <ø> (ø)
bridge-monolog-http 96.91% <ø> (ø)
bridge-openapi-specification 94.50% <ø> (ø)
symfony-http-foundation 73.17% <ø> (ø)
adapter-chartjs 86.36% <ø> (ø)
adapter-csv 88.46% <ø> (ø)
adapter-doctrine 90.97% <ø> (ø)
adapter-elasticsearch 97.17% <ø> (ø)
adapter-google-sheet 91.40% <ø> (ø)
adapter-http 60.56% <ø> (ø)
adapter-json 87.74% <ø> (ø)
adapter-logger 83.33% <ø> (ø)
adapter-meilisearch 97.87% <ø> (ø)
adapter-parquet 78.15% <ø> (ø)
adapter-text 82.92% <ø> (ø)
adapter-xml 82.50% <ø> (ø)
🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@stloyd stloyd force-pushed the task/1913-html-type branch from 8bdd763 to ba0edf5 Compare October 27, 2025 18:58
@stloyd stloyd force-pushed the task/1913-html-type branch 4 times, most recently from 8b598a3 to 087f0cf Compare October 27, 2025 20:09
@stloyd stloyd mentioned this pull request Oct 28, 2025
@norberttech
Copy link
Member

Don't wanna be a party pooper here but I'm afraid \DOMDocument is not going to work for HTML's.
Few reasons but probably the most important one is that you can use \DOM\ParentNode functions on it :|

@stloyd stloyd force-pushed the task/1913-html-type branch from 1820563 to 05957b3 Compare October 29, 2025 12:26
@norberttech norberttech merged commit 875a278 into flow-php:1.x Oct 29, 2025
16 of 18 checks passed
@stloyd stloyd deleted the task/1913-html-type branch October 29, 2025 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Task]: HTML Type

2 participants