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: dompdf/dompdf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: dompdf/dompdf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.1
Choose a head ref
  • 15 commits
  • 74 files changed
  • 3 contributors

Commits on Jun 23, 2022

  1. Configuration menu
    Copy the full SHA
    71a1e1d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Configuration menu
    Copy the full SHA
    8b5fecf View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Fix rendering performance with large number of nested inline elements

    The algorithm for determining the final size of inline frames had
    exponential complexity in the number of nested inline frames due to
    calling itself recursively twice for every level.
    
    Addresses #639
    Mellthas committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    f7f2ea4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8530b3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab50082 View commit details
    Browse the repository at this point in the history
  4. Improve type hinting

    bsweeney committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    e82c746 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. adds CSS flexbox as a limitation

    programster authored and bsweeney committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    bbecc9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5da2fd View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Include replacement characters in Cpdf font subset

    These characters aren't (typically) referenced in the PDF and so aren't included in font subsets generated based on the text content. As a result, if an unsupported character is in the document the space occupied by it will be blank when subsetting is enabled.
    bsweeney committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    9adb812 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    66431c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe4e904 View commit details
    Browse the repository at this point in the history
  3. Fix body rendering when border is applied

    The block reflower resolves width, height, margins, and insets (`top`,
    `right`, `bottom`, `left`). Any case of unresolved margin values should
    be fixed in the reflower, so `length_in_pt` and `float` casts are
    unnecessary here.
    
    Fixes #2939
    Mellthas authored and bsweeney committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    7456bb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. bump version to 2.0.1

    bsweeney authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    c176076 View commit details
    Browse the repository at this point in the history
  2. Update composer.json

    - replace author list with reference to AUTHORS.md
    - tweak php-font-lib, php-svg-lib requirements
    bsweeney authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    2d09f59 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    c5310df View commit details
    Browse the repository at this point in the history
Loading