Skip to content

Commit

Permalink
published 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfig committed Oct 15, 2020
1 parent cbf776c commit d8f8c64
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 53 deletions.
8 changes: 8 additions & 0 deletions dist/scrollbox.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/scrollbox.es.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/scrollbox.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

39 changes: 1 addition & 38 deletions docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,6 @@
{
window.Int32Array = Array;
}
//# sourceMappingURL=polyfill.es.js.map

var isMobile_min = createCommonjsModule(function (module) {
!function(e){var n=/iPhone/i,t=/iPod/i,r=/iPad/i,a=/\bAndroid(?:.+)Mobile\b/i,p=/Android/i,l=/\bAndroid(?:.+)SD4930UR\b/i,b=/\bAndroid(?:.+)(?:KF[A-Z]{2,4})\b/i,f=/Windows Phone/i,u=/\bWindows(?:.+)ARM\b/i,c=/BlackBerry/i,s=/BB10/i,v=/Opera Mini/i,h=/\b(CriOS|Chrome)(?:.+)Mobile/i,w=/\Mobile(?:.+)Firefox\b/i;function m(e,i){return e.test(i)}function i(e){var i=e||("undefined"!=typeof navigator?navigator.userAgent:""),o=i.split("[FBAN");void 0!==o[1]&&(i=o[0]),void 0!==(o=i.split("Twitter"))[1]&&(i=o[0]);var d={apple:{phone:m(n,i)&&!m(f,i),ipod:m(t,i),tablet:!m(n,i)&&m(r,i)&&!m(f,i),device:(m(n,i)||m(t,i)||m(r,i))&&!m(f,i)},amazon:{phone:m(l,i),tablet:!m(l,i)&&m(b,i),device:m(l,i)||m(b,i)},android:{phone:!m(f,i)&&m(l,i)||!m(f,i)&&m(a,i),tablet:!m(f,i)&&!m(l,i)&&!m(a,i)&&(m(b,i)||m(p,i)),device:!m(f,i)&&(m(l,i)||m(b,i)||m(a,i)||m(p,i))},windows:{phone:m(f,i),tablet:m(u,i),device:m(f,i)||m(u,i)},other:{blackberry:m(c,i),blackberry10:m(s,i),opera:m(v,i),firefox:m(w,i),chrome:m(h,i),device:m(c,i)||m(s,i)||m(v,i)||m(w,i)||m(h,i)}};return d.any=d.apple.device||d.android.device||d.windows.device||d.other.device,d.phone=d.apple.phone||d.android.phone||d.windows.phone,d.tablet=d.apple.tablet||d.android.tablet||d.windows.tablet,d}module.exports&&"undefined"==typeof window?module.exports=i:module.exports&&"undefined"!=typeof window?module.exports=i():e.isMobile=i();}(commonjsGlobal);
Expand Down Expand Up @@ -915,7 +914,6 @@
*/
ROUND_PIXELS: false,
};
//# sourceMappingURL=settings.es.js.map

var eventemitter3 = createCommonjsModule(function (module) {

Expand Down Expand Up @@ -3480,7 +3478,6 @@
MASK_TYPES[MASK_TYPES["STENCIL"] = 2] = "STENCIL";
MASK_TYPES[MASK_TYPES["SPRITE"] = 3] = "SPRITE";
})(MASK_TYPES || (MASK_TYPES = {}));
//# sourceMappingURL=constants.es.js.map

/*!
* @pixi/utils - v5.2.0
Expand Down Expand Up @@ -4435,7 +4432,6 @@

warnings[message] = true;
}
//# sourceMappingURL=utils.es.js.map

var utils_es = /*#__PURE__*/Object.freeze({
__proto__: null,
Expand Down Expand Up @@ -6376,7 +6372,6 @@
};
return RoundedRectangle;
}());
//# sourceMappingURL=math.es.js.map

/*!
* @pixi/display - v5.2.0
Expand Down Expand Up @@ -8270,7 +8265,6 @@

// performance increase to avoid using call.. (10x faster)
Container.prototype.containerUpdateTransform = Container.prototype.updateTransform;
//# sourceMappingURL=display.es.js.map

/*!
* @pixi/accessibility - v5.2.0
Expand Down Expand Up @@ -8957,7 +8951,6 @@
this.children = null;
this.renderer = null;
};
//# sourceMappingURL=accessibility.es.js.map

var accessibility_es = /*#__PURE__*/Object.freeze({
__proto__: null,
Expand Down Expand Up @@ -9160,7 +9153,6 @@
*/
run: { value: Runner.prototype.emit },
});
//# sourceMappingURL=runner.es.js.map

/*!
* @pixi/ticker - v5.2.0
Expand Down Expand Up @@ -9983,7 +9975,6 @@
};
return TickerPlugin;
}());
//# sourceMappingURL=ticker.es.js.map

/*!
* @pixi/core - v5.2.0
Expand Down Expand Up @@ -23020,7 +23011,6 @@
// Setup the default BatchRenderer plugin, this is what
// we'll actually export at the root level
var BatchRenderer = BatchPluginFactory.create();
//# sourceMappingURL=core.es.js.map

/*!
* @pixi/extract - v5.2.0
Expand Down Expand Up @@ -23292,7 +23282,6 @@
}
}
};
//# sourceMappingURL=extract.es.js.map

var extract_es = /*#__PURE__*/Object.freeze({
__proto__: null,
Expand Down Expand Up @@ -25803,7 +25792,6 @@

return InteractionManager;
}(eventemitter3));
//# sourceMappingURL=interaction.es.js.map

var interaction_es = /*#__PURE__*/Object.freeze({
__proto__: null,
Expand Down Expand Up @@ -29619,7 +29607,6 @@
* @member {PIXI.Point}
*/
Graphics._TEMP_POINT = new Point();
//# sourceMappingURL=graphics.es.js.map

/*!
* @pixi/sprite - v5.2.0
Expand Down Expand Up @@ -30295,7 +30282,6 @@

return Sprite;
}(Container));
//# sourceMappingURL=sprite.es.js.map

/*!
* @pixi/text - v5.2.0
Expand Down Expand Up @@ -32567,7 +32553,6 @@

return Text;
}(Sprite));
//# sourceMappingURL=text.es.js.map

/*!
* @pixi/prepare - v5.2.0
Expand Down Expand Up @@ -33272,7 +33257,6 @@
{
return Date.now() - this.frameStart < this.maxMilliseconds;
};
//# sourceMappingURL=prepare.es.js.map

var prepare_es = /*#__PURE__*/Object.freeze({
__proto__: null,
Expand Down Expand Up @@ -33506,7 +33490,6 @@
};

Application.registerPlugin(ResizePlugin);
//# sourceMappingURL=app.es.js.map

var parseUri = function parseURI (str, opts) {
opts = opts || {};
Expand Down Expand Up @@ -36032,7 +36015,6 @@

return Loader;
};
//# sourceMappingURL=resource-loader.esm.js.map

/*!
* @pixi/loaders - v5.2.0
Expand Down Expand Up @@ -36334,7 +36316,6 @@
* @memberof PIXI
*/
var LoaderResource = Resource$1;
//# sourceMappingURL=loaders.es.js.map

/*!
* @pixi/particles - v5.2.0
Expand Down Expand Up @@ -37303,7 +37284,6 @@

return ParticleRenderer;
}(ObjectRenderer));
//# sourceMappingURL=particles.es.js.map

/*!
* @pixi/spritesheet - v5.2.0
Expand Down Expand Up @@ -37712,7 +37692,6 @@

return url.resolve(resource.url.replace(baseUrl, ''), resource.data.meta.image);
};
//# sourceMappingURL=spritesheet.es.js.map

/*!
* @pixi/sprite-tiling - v5.2.0
Expand Down Expand Up @@ -38209,7 +38188,6 @@

return TilingSpriteRenderer;
}(ObjectRenderer));
//# sourceMappingURL=sprite-tiling.es.js.map

/*!
* @pixi/text-bitmap - v5.2.0
Expand Down Expand Up @@ -39035,7 +39013,6 @@
}
}
};
//# sourceMappingURL=text-bitmap.es.js.map

/*!
* @pixi/filter-alpha - v5.2.0
Expand Down Expand Up @@ -39100,7 +39077,6 @@

return AlphaFilter;
}(Filter));
//# sourceMappingURL=filter-alpha.es.js.map

/*!
* @pixi/filter-blur - v5.2.0
Expand Down Expand Up @@ -39526,7 +39502,6 @@

return BlurFilter;
}(Filter));
//# sourceMappingURL=filter-blur.es.js.map

/*!
* @pixi/filter-color-matrix - v5.2.0
Expand Down Expand Up @@ -40125,7 +40100,6 @@

// Americanized alias
ColorMatrixFilter.prototype.grayscale = ColorMatrixFilter.prototype.greyscale;
//# sourceMappingURL=filter-color-matrix.es.js.map

/*!
* @pixi/filter-displacement - v5.2.0
Expand Down Expand Up @@ -40243,7 +40217,6 @@

return DisplacementFilter;
}(Filter));
//# sourceMappingURL=filter-displacement.es.js.map

/*!
* @pixi/filter-fxaa - v5.2.0
Expand Down Expand Up @@ -40281,7 +40254,6 @@

return FXAAFilter;
}(Filter));
//# sourceMappingURL=filter-fxaa.es.js.map

/*!
* @pixi/filter-noise - v5.2.0
Expand Down Expand Up @@ -40361,7 +40333,6 @@

return NoiseFilter;
}(Filter));
//# sourceMappingURL=filter-noise.es.js.map

/*!
* @pixi/mixin-cache-as-bitmap - v5.2.0
Expand Down Expand Up @@ -40787,7 +40758,6 @@
this.cacheAsBitmap = false;
this.destroy(options);
};
//# sourceMappingURL=mixin-cache-as-bitmap.es.js.map

/*!
* @pixi/mixin-get-child-by-name - v5.2.0
Expand Down Expand Up @@ -40825,7 +40795,6 @@

return null;
};
//# sourceMappingURL=mixin-get-child-by-name.es.js.map

/*!
* @pixi/mixin-get-global-position - v5.2.0
Expand Down Expand Up @@ -40863,7 +40832,6 @@

return point;
};
//# sourceMappingURL=mixin-get-global-position.es.js.map

/*!
* @pixi/mesh - v5.2.0
Expand Down Expand Up @@ -41642,7 +41610,6 @@

return MeshGeometry;
}(Geometry));
//# sourceMappingURL=mesh.es.js.map

/*!
* @pixi/mesh-extras - v5.2.0
Expand Down Expand Up @@ -42433,7 +42400,6 @@

return NineSlicePlane;
}(SimplePlane));
//# sourceMappingURL=mesh-extras.es.js.map

/*!
* @pixi/sprite-animated - v5.2.0
Expand Down Expand Up @@ -42876,7 +42842,6 @@

return AnimatedSprite;
}(Sprite));
//# sourceMappingURL=sprite-animated.es.js.map

/*!
* pixi.js - v5.2.0
Expand Down Expand Up @@ -44214,7 +44179,6 @@
FXAAFilter: FXAAFilter,
NoiseFilter: NoiseFilter,
};
//# sourceMappingURL=pixi.es.js.map

var PIXI = /*#__PURE__*/Object.freeze({
__proto__: null,
Expand Down Expand Up @@ -51015,8 +50979,7 @@
this.bottom = y + height;
}
}
}
//# sourceMappingURL=viewport.es.js.map
}

var penner$1 = createCommonjsModule(function (module, exports) {
/*
Expand Down
2 changes: 1 addition & 1 deletion docs/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/jsdoc/EventEmitter-.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,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.3</a> on Mon Aug 31 2020 21:31:39 GMT+0800 (Taipei Standard Time)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Oct 15 2020 11:55:29 GMT+0800 (Taipei Standard Time)
</div>
</footer>
</div>
Expand Down
12 changes: 6 additions & 6 deletions docs/jsdoc/Scrollbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -2317,7 +2317,7 @@ <h4 class="name" id="activateFade">


<div class="tag-source">
<a href="src_scrollbox.js.html#line527">scrollbox.js:527</a>
<a href="src_scrollbox.js.html#line535">scrollbox.js:535</a>
</div>

</div>
Expand Down Expand Up @@ -2393,7 +2393,7 @@ <h4 class="name" id="ensureVisible">


<div class="tag-source">
<a href="src_scrollbox.js.html#line672">scrollbox.js:672</a>
<a href="src_scrollbox.js.html#line680">scrollbox.js:680</a>
</div>

</div>
Expand Down Expand Up @@ -2583,7 +2583,7 @@ <h4 class="name" id="resize">


<div class="tag-source">
<a href="src_scrollbox.js.html#line649">scrollbox.js:649</a>
<a href="src_scrollbox.js.html#line657">scrollbox.js:657</a>
</div>

</div>
Expand Down Expand Up @@ -2846,7 +2846,7 @@ <h4 class="name" id="update">


<div class="tag-source">
<a href="src_scrollbox.js.html#line456">scrollbox.js:456</a>
<a href="src_scrollbox.js.html#line464">scrollbox.js:464</a>
</div>

</div>
Expand Down Expand Up @@ -2922,7 +2922,7 @@ <h4 class="name" id="updateLoop">


<div class="tag-source">
<a href="src_scrollbox.js.html#line481">scrollbox.js:481</a>
<a href="src_scrollbox.js.html#line489">scrollbox.js:489</a>
</div>

</div>
Expand Down Expand Up @@ -3045,7 +3045,7 @@ <h4 class="name" id="updateLoop">

<footer class="content-size">
<div class="footer">
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Mon Aug 31 2020 21:31:39 GMT+0800 (Taipei Standard Time)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Oct 15 2020 11:55:30 GMT+0800 (Taipei Standard 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 @@ -239,7 +239,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.3</a> on Mon Aug 31 2020 21:31:39 GMT+0800 (Taipei Standard Time)
Documentation generated by <a target="_blank" href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.3</a> on Thu Oct 15 2020 11:55:29 GMT+0800 (Taipei Standard Time)
</div>
</footer>
</div>
Expand Down
Loading

0 comments on commit d8f8c64

Please sign in to comment.