fix(deps): update dependency two.js to ^0.8.0 #35
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.7.0-beta.3
->^0.8.0
Release Notes
jonobr1/two.js
v0.8.10
: Official Stable Release of Version 0.8.10Compare Source
What's Changed
New Contributors
Full Changelog: jonobr1/two.js@v0.8.7...v0.8.10
v0.8.9
Compare Source
v0.8.8
Compare Source
v0.8.7
: Official Stable Release of Version 0.8.7Compare Source
What's Changed
New Contributors
Full Changelog: jonobr1/two.js@v0.8.5...v0.8.7
v0.8.6
Compare Source
v0.8.5
: Official Stable Release of Version 0.8.5Compare Source
What's Changed
import { ZUI } from 'two.js/extras/zui.js'
Two.Gradient
parent parameter toTwo.Stop.clone
New Contributors
Full Changelog: jonobr1/two.js@v0.8.3...v0.8.5
v0.8.4
Compare Source
v0.8.3
: Official Stable Release of Version 0.8.3Compare Source
Author Notes
Two.Element.className
constructionWhat's Changed
Full Changelog: jonobr1/two.js@v0.8.2...v0.8.3
v0.8.2
: Official Stable Release of Version 0.8.2Compare Source
Author Notes
Shape.worldMatrix
Two.Utils.read.path
What's Changed
Full Changelog: jonobr1/two.js@v0.8.0...v0.8.2 & https://two.js.org/change-log/
v0.8.1
Compare Source
v0.8.0
: Official Stable Release of Version 0.8.0Compare Source
Version 0.8.0 introduces a port of the previously EcmaScript 5 syntax and brings it to modern day JavaScript coding practices with EcmaScript 6 features supported in all major browsers.
📋 This is a more-or-less entire rewrite of Two.js to use EcmaScript 6 features. In particular:
const
/let
instead ofvar
for tighter scopingclass
construction instead of prototypical modificationsTwo.Events
is now a classTwo.Element
is a new base class ofTwo.Shape
,Two.Gradient
, and anything else that can be queried in the scenegraphMakeObservable
methods in favor ofObject.defineProperty
invocations onconstructor
export
s and except for the root Two.js class, not withdefault
. So you'll need to import specific modules like so:🏁 These changes allow for improved:
Two.Vector
andTwo.Anchor
. For any curve, it's required you use anchors instead of vectors now.🗒️ All tests and first party examples are passing with documentation updated on two.js.org/docs
v0.7.13
: Official Stable Release of Version 0.7.13Compare Source
Minor enhancements to
Two.Gradient
andTwo.interpret
including:Two.interpret
can properly unwrap CSSurl()
commandsTwo.Gradient.units
and respected in all renderersTwo.Gradient
isobjectBoundingBox
Two.interpret
<defs />
v0.7.12
: Official Stable Release of Version 0.7.12Compare Source
Fixed setting Two.Group.mask and Two.Path.mask to null, effectively removing or deleting a mask and improved adaptability of
Two.Points.vertices
.v0.7.11
Compare Source
v0.7.10
: Official Stable Release of Version 0.7.10Compare Source
Fixed breaking issues with newly added
Two.Points
primitive.v0.7.9
: Official Stable Release of Version 0.7.9Compare Source
Added
Two.Points
object as a primitive and minor improvements including:two.load
of imagesSee changelog for a full list of additions.
v0.7.8
: Official Stable Release of Version 0.7.8Compare Source
Created a shim version of TypeScript type definitions so that TypeScript projects can run Two.js without errors (though there is not code hinting yet).
v0.7.7
: Release of Version 0.7.7Compare Source
Incorrectly formed TypeScript Types declared. Please do not use this version.
v0.7.6
: Official Stable Release of Version 0.7.6Compare Source
Minor stability improvements in both client side and headless environments to Two.js. This includes:
id
assignment in all objectsTwo.Path.vertices
generationSee changelog for a full list of additions.
v0.7.5
: Official Stable Release of Version 0.7.5Compare Source
Minor stability improvements in both client side and headless environments to Two.js. This includes:
getBoundingClientRect
calculationsSee changelog for a full list of additions.
v0.7.4
: Official Stable Release of Version 0.7.4Compare Source
Minor stability improvements in both client side and headless environments to Two.js. This includes:
extras/
JavaScript and JavaScript Module accessingTwo.Shape.skewX
andTwo.Shape.skewY
See changelog for a full list of additions.
v0.7.3
: Official Stable Release of Version 0.7.3Compare Source
Minor stability improvements in both client side and headless environments to Two.js. This includes:
two.interpret
performanceTwo.Group.visible
performance/extras
directory for convenient use in both global and module development environmentsSee changelog for a full list of additions.
v0.7.2
Compare Source
v0.7.1
: Official Stable Release of Version 0.7.1Compare Source
Minor stability improvements in both client side and headless environments to Two.js. This includes:
two.interpret
andtwo.read
two.interpret
andtwo.read
methods<use />
tags fortwo.interpret
andtwo.read
methodsfitted
boolean which matches a Two.js canvas to its parent DOM elementimport
compatible with Two.js classes (as modules)See changelog for a full list of additions.
v0.7.0-stable.1
Compare Source
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.
This PR has been generated by Mend Renovate. View repository job log here.