Skip to content

Commit d480106

Browse files
committed
Updated NEXT libs and docs
1 parent 5e63e87 commit d480106

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

VERSIONS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version NEXT [Not Released]
1+
Version 1.0.0 (September 14, 2017)
22
****************************************************************************************************
33
CRITICAL (may break existing content):
44
- significant WebGL updates:

_assets/libs/preloadjs-NEXT.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_assets/libs/soundjs-NEXT.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_assets/libs/tweenjs-NEXT.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "EaselJS",
3-
"version": "0.8.2",
3+
"version": "1.0.0",
44
"homepage": "https://github.com/CreateJS/EaselJS",
55
"authors": [
66
"gskinner",
@@ -9,7 +9,7 @@
99
"wdamien"
1010
],
1111
"description": "The Easel Javascript library provides a full, hierarchical display list, a core interaction model, and helper classes to make working with the HTML5 Canvas element much easier. Part of the CreateJS suite of libraries.",
12-
"main": "lib/easeljs-0.8.2.combined.js",
12+
"main": "lib/easeljs-1.0.0.combined.js",
1313
"keywords": [
1414
"easeljs",
1515
"html5",

build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "EaselJS",
3-
"version": "0.8.2",
3+
"version": "1.0.0",
44
"description": "EaselJS Docs",
55
"url": "http://www.createjs.com/easeljs",
66
"logo": "assets/docs-icon-EaselJS.png",

docs/easeljs_docs-NEXT.zip

2.04 KB
Binary file not shown.

lib/easeljs-NEXT.combined.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10292,7 +10292,7 @@ this.createjs = this.createjs||{};
1029210292
insert += "} else if (indexPicker <= "+ i +".5) { color = texture2D(uSampler["+ i +"], vTextureCoord);";
1029310293
}
1029410294
str = str.replace(/{{alternates}}/g, insert);
10295-
str = str.replace(/{{fragColor}}/g, this._premultiply ? StageGL.REGULAR_FRAG_COLOR_NORMAL : StageGL.REGULAR_FRAG_COLOR_PREMULTIPLY);
10295+
str = str.replace(/{{fragColor}}/g, this._premultiply ? StageGL.REGULAR_FRAG_COLOR_PREMULTIPLY : StageGL.REGULAR_FRAG_COLOR_NORMAL);
1029610296

1029710297
// actually compile the shader
1029810298
var shader = gl.createShader(type);
@@ -16645,6 +16645,6 @@ this.createjs = this.createjs || {};
1664516645
* @type String
1664616646
* @static
1664716647
**/
16648-
s.buildDate = /*=date*/"Mon, 17 Jul 2017 17:06:39 GMT"; // injected by build process
16648+
s.buildDate = /*=date*/"Thu, 14 Sep 2017 22:19:48 GMT"; // injected by build process
1664916649

1665016650
})();

lib/easeljs-NEXT.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)