Skip to content

Bump roughjs from 4.3.1 to 4.5.0#58

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/roughjs-4.5.0
Closed

Bump roughjs from 4.3.1 to 4.5.0#58
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/roughjs-4.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 9, 2021

Copy link
Copy Markdown
Contributor

Bumps roughjs from 4.3.1 to 4.5.0.

Changelog

Sourced from roughjs's changelog.

[4.5.0] - 2021-05-09

  • Better algorithm for nested and intersecting paths rough-stuff/rough#183
  • Improved zigzag fill for concave shapes and nested paths.
  • Fixed "dots" fill when roughness was <1 Itw as creatings weird shapes rough-stuff/rough#193
  • Configure precision when rendering to canvas as well as SVG using fixedDecimalPlaceDigits property.
  • Solid fill was broken for Arcs if arc angle was > 180 degrees
  • Remove notch from ellipses when roughness = 0

[4.4.0] - 2021-05-09

  • Added preserveVertices option when drawing shapes. Especially useful in paths. When rendering a shape, the vertices or the end points of the shape are not randomized if this is set to TRUE. This allows connected segments to always be connected.

[4.3.0] - 2020-05-11

  • Added options to draw dashed lines - strokeLineDash, strokeLineDashOffset, fillLineDash, fillLineDashOffset
  • Added option to disable double stroking effect - disableMultiStroke, disableMultiStrokeFill.
  • Bug fixes to solid fill in SVG which was not obeying evenodd rules by default

[4.1.0] - 2020-01-13

  • Added ability to fill non-svg curves

[4.0.0] - 2020-01-13

  • Add optional seeding for randomness to ensure shapes generated with same arguments result in same vectors
  • Implemented a new algorithm for hachure generation based on scanlines. Smaller in code size, and about 20% faster
  • Algorithm update - adjust shape randomness and curve-step-counts based on the size of the shape
  • Removed async/worker builds - can be achieved in the app level, so no need to be in the lib
  • Support no-stroke sketching. stroke: "none" will not generate outline vectors anymore
  • Removed sunburst fill style - it had a lot of corner cases where it did not work, and not very popular.

[3.1.0] - 2019-03-14

  • Added three new fill styles: sunburst, dashed, and zigzag-line
  • Added three new properties in Options to support these fill styles:
  • dashOffset - length of dashes in dashed fill
  • dashGap - length of gap between dashes in dashed fill
  • zigzagOffset - width of zigzag triangle when using zigzag-lines fill
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [roughjs](https://github.com/pshihn/rough) from 4.3.1 to 4.5.0.
- [Release notes](https://github.com/pshihn/rough/releases)
- [Changelog](https://github.com/rough-stuff/rough/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pshihn/rough/commits)

---
updated-dependencies:
- dependency-name: roughjs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 9, 2021
@dependabot @github

dependabot Bot commented on behalf of github Dec 2, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #59.

@dependabot dependabot Bot closed this Dec 2, 2021
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/roughjs-4.5.0 branch December 2, 2021 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants