-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: dompdf/dompdf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dompdf/dompdf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 24 files changed
- 5 contributors
Commits on May 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 70eab96 - Browse repository at this point
Copy the full SHA 70eab96View commit details
Commits on May 27, 2024
-
Update README.md: Adding "Framework Integration" (#3462)
* Update README.md: Adding "Framework Integration" The idea would be to collect all bundles for all frameworks... * Update README.md
Configuration menu - View commit details
-
Copy full SHA for 4bb9e4a - Browse repository at this point
Copy the full SHA 4bb9e4aView commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e832837 - Browse repository at this point
Copy the full SHA e832837View commit details
Commits on Nov 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c427d81 - Browse repository at this point
Copy the full SHA c427d81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9014784 - Browse repository at this point
Copy the full SHA 9014784View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8922f33 - Browse repository at this point
Copy the full SHA 8922f33View commit details
Commits on Dec 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a15dec8 - Browse repository at this point
Copy the full SHA a15dec8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca2e12b - Browse repository at this point
Copy the full SHA ca2e12bView commit details -
Rewrite data URIs as blob URIs internally during stylesheet parsing
When parsing a stylesheet containing a large string the regex utilized by Dompdf can fail. Depending on the location of the problematic string, the regex failure can prevent parsing a style property, a style declaration, or an entire stylesheet. This change is intended to resolve the most likely cause of this type of failure, which is the presence of data URIs in the stylesheet. To work around the regex parsing issues Dompdf replaces data URIs with blob-like URIs. The blob URI shortens the string to a regex-parsable length. When the CSS property value is retrieved the blob URI is rewritten to it's original form. fixes #3482
Configuration menu - View commit details
-
Copy full SHA for 0602b26 - Browse repository at this point
Copy the full SHA 0602b26View commit details -
Split style declarations into properties using string parsing
Regular expressions are problematic for parsing certain string combinations that can be found in CSS property values. In order to improve the accuracy of parsing we will walk the declaration string, splitting on the semi-colon as before, except where the semi-colon falls within defined delimeters. This change also unescapes semi-colon's where escaped in the resulting property. fixes #3482
Configuration menu - View commit details
-
Copy full SHA for 59a8033 - Browse repository at this point
Copy the full SHA 59a8033View commit details
Commits on Dec 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2d622fa - Browse repository at this point
Copy the full SHA 2d622faView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.0.0...v3.0.1