Skip to content

Commit d5d9e9f

Browse files
author
Lanny McNie
committed
Merge branch 'GMC'
2 parents 603f2c9 + d59298c commit d5d9e9f

23 files changed

+4451
-2743
lines changed

VERSIONS.txt

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
Version NEXT [not yet released]
1+
Version NEXT [Not Released]
2+
****************************************************************************************************
3+
4+
5+
Version 0.8.1 [May 21, 2015]
26
****************************************************************************************************
37
CRITICAL (may break existing content):
48
- Graphics.command now returns null after empty fill / stroke calls.
@@ -18,7 +22,8 @@ OTHER:
1822
- added MouseEvent.relatedTarget
1923
- improved handling of Bitmap load errors
2024
- fixed Rectangle.pad
21-
25+
- fixed issues with buttons playing on reset
26+
- added totalframes property and getDuration method to MovieClip
2227

2328

2429
Version 0.8.0 [December 12, 2014]

_assets/libs/preloadjs-NEXT.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_assets/libs/soundjs-NEXT.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_assets/libs/tweenjs-NEXT.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bower.json

+39-39
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
{
2-
"name": "EaselJS",
3-
"version": "0.8.0",
4-
"homepage": "https://github.com/CreateJS/EaselJS",
5-
"authors": [
6-
"gskinner",
7-
"lannymcnie",
8-
"mikechambers",
9-
"wdamien"
10-
],
11-
"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.0.combined.js",
13-
"keywords": [
14-
"easeljs",
15-
"html5",
16-
"canvas",
17-
"spritesheet",
18-
"createjs"
19-
],
20-
"license": "MIT",
21-
"ignore": [
22-
"**/.*",
23-
"_assets",
24-
"node_modules",
25-
"bower_components",
26-
"bower.json",
27-
".bower.json",
28-
"build",
29-
"docs",
30-
"examples",
31-
"extras",
32-
"icon.png",
33-
"LICENSE.txt",
34-
"README.md",
35-
"README_SECURITY_ERROR.txt",
36-
"src",
37-
"tests",
38-
"tutorials",
39-
"VERSIONS.txt"
40-
]
2+
"name": "EaselJS",
3+
"version": "0.8.1",
4+
"homepage": "https://github.com/CreateJS/EaselJS",
5+
"authors": [
6+
"gskinner",
7+
"lannymcnie",
8+
"mikechambers",
9+
"wdamien"
10+
],
11+
"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.1.combined.js",
13+
"keywords": [
14+
"easeljs",
15+
"html5",
16+
"canvas",
17+
"spritesheet",
18+
"createjs"
19+
],
20+
"license": "MIT",
21+
"ignore": [
22+
"**/.*",
23+
"_assets",
24+
"node_modules",
25+
"bower_components",
26+
"bower.json",
27+
".bower.json",
28+
"build",
29+
"docs",
30+
"examples",
31+
"extras",
32+
"icon.png",
33+
"LICENSE.txt",
34+
"README.md",
35+
"README_SECURITY_ERROR.txt",
36+
"src",
37+
"tests",
38+
"tutorials",
39+
"VERSIONS.txt"
40+
]
4141
}

build/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @license <%= pkg.name %>
33
* Visit http://createjs.com/ for documentation, updates and examples.
44
*
5-
* Copyright (c) 2011-2013 gskinner.com, inc.
5+
* Copyright (c) 2011-2015 gskinner.com, inc.
66
*
77
* Distributed under the terms of the MIT license.
88
* http://www.opensource.org/licenses/mit-license.html

build/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "EaselJS",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "EaselJS Docs",
5-
"url": "http://www.createjs.com/#!/EaselJS",
5+
"url": "http://www.createjs.com/easeljs",
66
"logo": "assets/docs-icon-EaselJS.png",
77
"repository": "[email protected]:CreateJS/EaselJS.git",
88
"devDependencies": {

docs/EaselJS_docs-0.8.0.zip

-1.14 MB
Binary file not shown.

docs/EaselJS_docs-0.8.1.zip

1.17 MB
Binary file not shown.

docs/easeljs_docs-NEXT.zip

4.05 KB
Binary file not shown.

lib/easeljs-0.8.0.min.js

-14
This file was deleted.

0 commit comments

Comments
 (0)