Skip to content

Commit

Permalink
published 4.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfig committed Oct 29, 2021
1 parent 928f8cb commit 19aa68f
Show file tree
Hide file tree
Showing 54 changed files with 59 additions and 77 deletions.
6 changes: 2 additions & 4 deletions dist/cjs/viewport.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cjs/viewport.js.map

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions dist/esm/viewport.es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/esm/viewport.es.js.map

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions dist/viewport.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/viewport.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/viewport.min.min.js.map

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions docs/builds/browserify/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
/* eslint-disable */

/*!
* pixi-viewport - v4.33.0
* Compiled Fri, 08 Oct 2021 13:23:43 UTC
* pixi-viewport - v4.34.0
* Compiled Fri, 29 Oct 2021 11:38:30 UTC
*
* pixi-viewport is licensed under the MIT License.
* http://www.opensource.org/licenses/mit-license
Expand Down Expand Up @@ -4428,7 +4428,6 @@ class Viewport extends display.Container
{
return this.toLocal(new math.Point(x , y));
}

return this.toLocal(x );
}

Expand All @@ -4443,7 +4442,6 @@ class Viewport extends display.Container
{
return this.toGlobal(new math.Point(x , y));
}

return this.toGlobal(x );
}

Expand Down
2 changes: 0 additions & 2 deletions docs/builds/rollup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66129,7 +66129,6 @@
{
return this.toLocal(new Point(x , y));
}

return this.toLocal(x );
}

Expand All @@ -66144,7 +66143,6 @@
{
return this.toGlobal(new Point(x , y));
}

return this.toGlobal(x );
}

Expand Down
2 changes: 1 addition & 1 deletion docs/builds/rollup/index.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/builds/ts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66129,7 +66129,6 @@
{
return this.toLocal(new Point(x , y));
}

return this.toLocal(x );
}

Expand All @@ -66144,7 +66143,6 @@
{
return this.toGlobal(new Point(x , y));
}

return this.toGlobal(x );
}

Expand Down
2 changes: 1 addition & 1 deletion docs/builds/ts/index.js.map

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions docs/cjs/viewport.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/cjs/viewport.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/jsdoc/Animate.html
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ <h4 class="name" id="setupZoom">

<footer class="content-size">
<div class="footer">
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 08 2021 06:24:01 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 29 2021 04:38:49 GMT-0700 (Pacific Daylight Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/Bounce.html
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ <h4 class="name" id="calcUnderflowY">

<footer class="content-size">
<div class="footer">
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 08 2021 06:24:01 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 29 2021 04:38:49 GMT-0700 (Pacific Daylight Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/Clamp.html
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ <h3 class="subsection-title">Classes</h3>

<footer class="content-size">
<div class="footer">
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 08 2021 06:24:01 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 29 2021 04:38:49 GMT-0700 (Pacific Daylight Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/ClampZoom.html
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ <h4 class="name" id="clamp">

<footer class="content-size">
<div class="footer">
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 08 2021 06:24:01 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 29 2021 04:38:49 GMT-0700 (Pacific Daylight Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/Decelerate.html
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ <h4 class="name" id="moved">

<footer class="content-size">
<div class="footer">
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 08 2021 06:24:01 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 29 2021 04:38:49 GMT-0700 (Pacific Daylight Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/Drag.html
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@ <h4 class="name" id="mouseButtons">

<footer class="content-size">
<div class="footer">
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 08 2021 06:24:01 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 29 2021 04:38:49 GMT-0700 (Pacific Daylight Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/EventEmitter-.html
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ <h4 class="name" id="EventEmitter">

<footer class="content-size">
<div class="footer">
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 08 2021 06:24:01 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 29 2021 04:38:49 GMT-0700 (Pacific Daylight Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/Follow.html
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ <h3 class="subsection-title">Classes</h3>

<footer class="content-size">
<div class="footer">
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 08 2021 06:24:01 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 29 2021 04:38:49 GMT-0700 (Pacific Daylight Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/MouseEdges_MouseEdges.html
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ <h4 class="name" id="MouseEdges">

<footer class="content-size">
<div class="footer">
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 08 2021 06:24:01 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 29 2021 04:38:49 GMT-0700 (Pacific Daylight Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/Pinch.html
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ <h4 class="name" id="pinching">

<footer class="content-size">
<div class="footer">
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 08 2021 06:24:01 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 29 2021 04:38:49 GMT-0700 (Pacific Daylight Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/Plugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -1620,7 +1620,7 @@ <h4 class="name" id="wheel">

<footer class="content-size">
<div class="footer">
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 08 2021 06:24:01 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 29 2021 04:38:49 GMT-0700 (Pacific Daylight Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/PluginManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -1614,7 +1614,7 @@ <h4 class="name" id="resume">

<footer class="content-size">
<div class="footer">
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 08 2021 06:24:01 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 29 2021 04:38:49 GMT-0700 (Pacific Daylight Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/SnapZoom_SnapZoom.html
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ <h4 class="name" id="SnapZoom">

<footer class="content-size">
<div class="footer">
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 08 2021 06:24:01 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 29 2021 04:38:49 GMT-0700 (Pacific Daylight Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/Snap_Snap.html
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ <h4 class="name" id="Snap">

<footer class="content-size">
<div class="footer">
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 08 2021 06:24:01 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 29 2021 04:38:49 GMT-0700 (Pacific Daylight Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/Viewport.html
Original file line number Diff line number Diff line change
Expand Up @@ -12465,7 +12465,7 @@ <h5>Type:</h5>

<footer class="content-size">
<div class="footer">
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 08 2021 06:24:01 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 29 2021 04:38:49 GMT-0700 (Pacific Daylight Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/Wheel_Wheel.html
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ <h4 class="name" id="Wheel">

<footer class="content-size">
<div class="footer">
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 08 2021 06:24:01 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 29 2021 04:38:49 GMT-0700 (Pacific Daylight Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ <h2>license</h2>

<footer class="content-size">
<div class="footer">
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 08 2021 06:24:01 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 29 2021 04:38:49 GMT-0700 (Pacific Daylight Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/js_InputManager.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ <h2>js/InputManager.js</h2>

<footer class="content-size">
<div class="footer">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 08 2021 06:24:01 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 29 2021 04:38:49 GMT-0700 (Pacific Daylight Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/js_PluginManager.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ <h2>js/PluginManager.js</h2>

<footer class="content-size">
<div class="footer">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 08 2021 06:24:01 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 29 2021 04:38:49 GMT-0700 (Pacific Daylight Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/js_Viewport.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -1685,7 +1685,7 @@ <h2>js/Viewport.js</h2>

<footer class="content-size">
<div class="footer">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 08 2021 06:24:01 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 29 2021 04:38:49 GMT-0700 (Pacific Daylight Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/js_plugins_Animate.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ <h2>js/plugins/Animate.js</h2>

<footer class="content-size">
<div class="footer">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 08 2021 06:24:01 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 29 2021 04:38:49 GMT-0700 (Pacific Daylight Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/js_plugins_Bounce.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ <h2>js/plugins/Bounce.js</h2>

<footer class="content-size">
<div class="footer">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 08 2021 06:24:01 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 29 2021 04:38:49 GMT-0700 (Pacific Daylight Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/js_plugins_Clamp.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ <h2>js/plugins/Clamp.js</h2>

<footer class="content-size">
<div class="footer">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 08 2021 06:24:01 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 29 2021 04:38:49 GMT-0700 (Pacific Daylight Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/js_plugins_ClampZoom.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ <h2>js/plugins/ClampZoom.js</h2>

<footer class="content-size">
<div class="footer">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 08 2021 06:24:01 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 29 2021 04:38:49 GMT-0700 (Pacific Daylight Time)
</div>
</footer>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/jsdoc/js_plugins_Decelerate.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ <h2>js/plugins/Decelerate.js</h2>

<footer class="content-size">
<div class="footer">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 08 2021 06:24:01 GMT-0700 (Pacific Daylight Time)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a> on Fri Oct 29 2021 04:38:49 GMT-0700 (Pacific Daylight Time)
</div>
</footer>
</div>
Expand Down
Loading

0 comments on commit 19aa68f

Please sign in to comment.