Skip to content

Commit

Permalink
Merge branch 'GMC'
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanny McNie committed May 27, 2015
2 parents 603f2c9 + d59298c commit d5d9e9f
Show file tree
Hide file tree
Showing 23 changed files with 4,451 additions and 2,743 deletions.
9 changes: 7 additions & 2 deletions VERSIONS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
Version NEXT [not yet released]
Version NEXT [Not Released]
****************************************************************************************************


Version 0.8.1 [May 21, 2015]
****************************************************************************************************
CRITICAL (may break existing content):
- Graphics.command now returns null after empty fill / stroke calls.
Expand All @@ -18,7 +22,8 @@ OTHER:
- added MouseEvent.relatedTarget
- improved handling of Bitmap load errors
- fixed Rectangle.pad

- fixed issues with buttons playing on reset
- added totalframes property and getDuration method to MovieClip


Version 0.8.0 [December 12, 2014]
Expand Down
4 changes: 2 additions & 2 deletions _assets/libs/preloadjs-NEXT.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions _assets/libs/soundjs-NEXT.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _assets/libs/tweenjs-NEXT.min.js

Large diffs are not rendered by default.

78 changes: 39 additions & 39 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"name": "EaselJS",
"version": "0.8.0",
"homepage": "https://github.com/CreateJS/EaselJS",
"authors": [
"gskinner",
"lannymcnie",
"mikechambers",
"wdamien"
],
"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.",
"main": "lib/easeljs-0.8.0.combined.js",
"keywords": [
"easeljs",
"html5",
"canvas",
"spritesheet",
"createjs"
],
"license": "MIT",
"ignore": [
"**/.*",
"_assets",
"node_modules",
"bower_components",
"bower.json",
".bower.json",
"build",
"docs",
"examples",
"extras",
"icon.png",
"LICENSE.txt",
"README.md",
"README_SECURITY_ERROR.txt",
"src",
"tests",
"tutorials",
"VERSIONS.txt"
]
"name": "EaselJS",
"version": "0.8.1",
"homepage": "https://github.com/CreateJS/EaselJS",
"authors": [
"gskinner",
"lannymcnie",
"mikechambers",
"wdamien"
],
"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.",
"main": "lib/easeljs-0.8.1.combined.js",
"keywords": [
"easeljs",
"html5",
"canvas",
"spritesheet",
"createjs"
],
"license": "MIT",
"ignore": [
"**/.*",
"_assets",
"node_modules",
"bower_components",
"bower.json",
".bower.json",
"build",
"docs",
"examples",
"extras",
"icon.png",
"LICENSE.txt",
"README.md",
"README_SECURITY_ERROR.txt",
"src",
"tests",
"tutorials",
"VERSIONS.txt"
]
}
2 changes: 1 addition & 1 deletion build/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @license <%= pkg.name %>
* Visit http://createjs.com/ for documentation, updates and examples.
*
* Copyright (c) 2011-2013 gskinner.com, inc.
* Copyright (c) 2011-2015 gskinner.com, inc.
*
* Distributed under the terms of the MIT license.
* http://www.opensource.org/licenses/mit-license.html
Expand Down
4 changes: 2 additions & 2 deletions build/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "EaselJS",
"version": "0.8.0",
"version": "0.8.1",
"description": "EaselJS Docs",
"url": "http://www.createjs.com/#!/EaselJS",
"url": "http://www.createjs.com/easeljs",
"logo": "assets/docs-icon-EaselJS.png",
"repository": "git@github.com:CreateJS/EaselJS.git",
"devDependencies": {
Expand Down
Binary file removed docs/EaselJS_docs-0.8.0.zip
Binary file not shown.
Binary file added docs/EaselJS_docs-0.8.1.zip
Binary file not shown.
Binary file modified docs/easeljs_docs-NEXT.zip
Binary file not shown.
14 changes: 0 additions & 14 deletions lib/easeljs-0.8.0.min.js

This file was deleted.

Loading

0 comments on commit d5d9e9f

Please sign in to comment.