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

Update dependency paper to v0.12.18 #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 13, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
paper (source) 0.12.11 -> 0.12.18 age adoption passing confidence

Release Notes

paperjs/paper.js (paper)

v0.12.18

Compare Source

Fixed
  • Fix transformation in SvgImport (#​1926).
Added
  • Implement options.reduceAttributes option for SVG export (#​1895).
  • Add setter for item.index (#​1908).

v0.12.17

Compare Source

  • Properly warning in Chrome Console by providing { willReadFrequently: true }
    canvas context option where needed (#​2008).

v0.12.16

Compare Source

Fixed
  • Fix Item#rasterize() bounds cache when reusing raster.
  • Fix new warning in Chrome Console by providing { willReadFrequently: true }
    canvas context option where needed (#​1999, #​2000, #​2003).
  • Fix Path.* constructor properties handling when passing { insert: true }
Changed
  • Rename Raster#setImageData() to #putImageData().
  • Change Raster#setImageData() to also respect image size.
  • Add separate Numerical.ANGULAR_EPSILON for Path#arcTo()

v0.12.15

Compare Source

Fixed
  • Fix NPM installation problem with husky introduced in v0.12.13

v0.12.14

Compare Source

v0.12.13

Compare Source

Fixed
  • Fix faulty positioning regression in Item#rasterize() (#​1905).

v0.12.12

Compare Source

Fixed
  • Fix installation problems on Windows by switching from NPM to Yarn for development (#​1833).
Changed
  • Change Item#raster({ resolution, insert }) to receive options object, while remaining backward compatible.
  • Change Raster#smoothing to support the values 'low', 'medium', 'high'
    and 'off'. Setting to a boolean value is still supported, translating false
    'off' and true'low'.
Added
  • Allow reusing of raster items in Item#rasterize({ raster }): By providing an existing raster in options.raster, the raster and maybe even its underlying canvas can be reused, as long as the rasterized size doesn't change between rasterizations. This allows for big performance improvements.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency paper to v0.12.12 Update dependency paper to v0.12.13 Mar 16, 2021
@renovate renovate bot changed the title Update dependency paper to v0.12.13 Update dependency paper to v0.12.14 Mar 17, 2021
@renovate renovate bot changed the title Update dependency paper to v0.12.14 Update dependency paper to v0.12.15 Mar 17, 2021
@renovate renovate bot changed the title Update dependency paper to v0.12.15 Update dependency paper to v0.12.17 Nov 20, 2022
@renovate renovate bot changed the title Update dependency paper to v0.12.17 Update dependency paper to v0.12.18 Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants