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: parallax/jsPDF
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.1
Choose a base ref
...
head repository: parallax/jsPDF
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 180 files changed
  • 13 contributors

Commits on Aug 21, 2025

  1. fix: upgrade @babel/runtime from 7.26.7 to 7.26.9 (#3847)

    Snyk has created this PR to upgrade @babel/runtime from 7.26.7 to 7.26.9.
    
    See this package in npm:
    @babel/runtime
    
    See this project in Snyk:
    https://app.snyk.io/org/mrrio/project/50515eb1-b03b-4f42-9f17-cce1a33d5d1a?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    MrRio and snyk-bot authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    d8bfc9f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

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

Commits on Aug 26, 2025

  1. Fix parsing corrupt PNG images in the addImage method (#3880)

    - remove atob and btoa dependencies and use native implementations for node build, as well
    - replace built-in PNG parser with the fast-png 3rd party dependency
    - consistently support 16bit color spaces
    - fix compression being applied with compression="NONE" in some cases
    HackbrettXXX authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    4cf3ab6 View commit details
    Browse the repository at this point in the history
  2. 3.0.2

    HackbrettXXX authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    543b356 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

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

Commits on Sep 16, 2025

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

Commits on Sep 18, 2025

  1. fix regressions in PNG encoding that were introduced in 3.0.2 (#3887)

    - fix compression of other than 8-bit images
    - fix soft mask for other than 8-bit images
    - fix potential byte order issue for 16-bit images
    - fix writing an empty mask (error) for indexed images without transparency
    HackbrettXXX authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    9ea590c View commit details
    Browse the repository at this point in the history
  2. 3.0.3

    HackbrettXXX authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    574a941 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. fix: upgrade @babel/runtime from 7.28.3 to 7.28.4 (#3895)

    Snyk has created this PR to upgrade @babel/runtime from 7.28.3 to 7.28.4.
    
    See this package in npm:
    @babel/runtime
    
    See this project in Snyk:
    https://app.snyk.io/org/mrrio/project/50515eb1-b03b-4f42-9f17-cce1a33d5d1a?utm_source=github&utm_medium=referral&page=upgrade-pr
    
    Co-authored-by: snyk-bot <[email protected]>
    MrRio and snyk-bot authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    463b199 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. Configuration menu
    Copy the full SHA
    58b3c78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    777089a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. Configuration menu
    Copy the full SHA
    af7dd5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2db3d9d View commit details
    Browse the repository at this point in the history
  3. Fix API.internal.pages not being updated when restoring a RenderTarge…

    …t ( #3898 ) (#3899)
    
    Co-authored-by: quentin.legrand <[email protected]>
    Co-authored-by: Lukas Holländer <[email protected]>
    3 people authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    c10d90c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

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

Commits on Oct 28, 2025

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