diff --git a/Gruntfile.js b/Gruntfile.js index 1d722fe..7617c8e 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -76,6 +76,32 @@ module.exports = function(grunt) { }, files : [{expand:true, src:'**', cwd:'build/yuidoc'}] } + }, + replace : { + bitmapdata : { + src : ['examples/*.html'], + overwrite : true, + replacements : [{ + from : /js\/bitmapdata-.+min\.js/, + to : 'js/bitmapdata-1.1.0.min.js' + }] + }, + easeljs : { + src : ['examples/*.html'], + overwrite : true, + replacements : [{ + from : /easeljs-.+min\.js/, + to : 'easeljs-0.8.0.min.js' + }] + }, + tweenjs : { + src : ['examples/*.html'], + overwrite : true, + replacements : [{ + from : /tweenjs-.+min\.js/, + to : 'tweenjs-0.6.0.min.js' + }] + } } }); @@ -85,6 +111,7 @@ module.exports = function(grunt) { grunt.loadNpmTasks('grunt-contrib-clean'); grunt.loadNpmTasks('grunt-contrib-yuidoc'); grunt.loadNpmTasks('grunt-contrib-compress'); + grunt.loadNpmTasks('grunt-text-replace'); grunt.registerTask('docs', ['clean:docs', 'yuidoc:docs', 'compress:docs']); grunt.registerTask('glowfilter', ['uglify:glowfilter', 'copy:glowfilter']); diff --git a/VERSIONS.txt b/VERSIONS.txt index b974c3b..f4cd246 100644 --- a/VERSIONS.txt +++ b/VERSIONS.txt @@ -1,3 +1,9 @@ +ver 0.2.1 [Jan 14, 2015] +********************************************************************************** +- Suported EaselJS v0.8 +- Optimized internal processing + + ver 0.2.0 [Jan 23, 2014] ********************************************************************************** - Added DropShadowFilter class. diff --git a/docs/filters_for_easeljs-0.2.0-docs.zip b/docs/filters_for_easeljs-0.2.1-docs.zip similarity index 61% rename from docs/filters_for_easeljs-0.2.0-docs.zip rename to docs/filters_for_easeljs-0.2.1-docs.zip index ce0e13c..666e95f 100644 Binary files a/docs/filters_for_easeljs-0.2.0-docs.zip and b/docs/filters_for_easeljs-0.2.1-docs.zip differ diff --git a/examples/dropshadowfilter_inner_knockout_hideobject.html b/examples/dropshadowfilter_inner_knockout_hideobject.html index 4cb3649..b960d42 100644 --- a/examples/dropshadowfilter_inner_knockout_hideobject.html +++ b/examples/dropshadowfilter_inner_knockout_hideobject.html @@ -4,7 +4,7 @@ DropShadowFilter inner, knockout, hideObject | Filters for EaselJS - + + - - + + + + +