|
1 | 1 | Version NEXT [Not Released] |
2 | 2 | ************************************************************************************************************************ |
3 | | -CRITICAL (may break existing content) |
4 | | -- alterations to basePath approach that require full src (basePath + src) in create and play calls. This change is to |
5 | | - support the basePath modifications in PreloadJS 0.4.1. |
6 | | - |
7 | | -***** |
| 3 | +- updated tutorials for changes in this build |
| 4 | +- fixed a bug with default SoundInstance, it did not have playFailed function that is called by Sound |
| 5 | +- updates and fixes to all docs |
| 6 | +- added {"AllowScriptAccess" : "always"} to swfObject for FlashPlugin |
| 7 | +- all Sound, WebAudioPlugin, HTMLAudioPlugin, FlashPlugin, and SoundInstance internal properties and methods renamed to |
| 8 | + start with _ (underscore) |
| 9 | +- fix a bug that prevented interrupt value from being read in play call if it was passed in an object |
8 | 10 | - deprecated registerPlugin in favor of registerPlugins with a single argument |
9 | 11 | - changed SoundInstance to extend createjs.EventDispatcher rather than mix in |
10 | 12 | - deprecated FlashPlugin BASE_PATH in favor swfPath |
| 13 | +- alterations to basePath approach that require full src (basePath + src) in create and play calls |
11 | 14 | - include basePath in removeSound and removeManifest, which is now required of it was included in loading |
12 | | -- introduced createjs.Sound.alternateExtensions, which is replacing "|" as a means to load alternate file types |
| 15 | +- introduced createjs.Sound.alternateExtensions, which is replacing a delimited list as a means to load alternate |
| 16 | + file types |
13 | 17 | - deprecated "|" approach to alternate files, in favor of class level alternateExtensions approach |
| 18 | +- added willTrigger method to EventDispatcher |
14 | 19 |
|
15 | 20 |
|
16 | | -Version 0.5.1 |
| 21 | +Version 0.5.1 [November 15, 2013] |
17 | 22 | ************************************************************************************************************************ |
18 | | -- suppressing errors in WebAudioPlugin and HTMLAudioPlugin in old browsers that do not properly support object.defineProperty |
| 23 | +- suppressing errors in WebAudioPlugin and HTMLAudioPlugin in old browsers that do not properly support |
| 24 | + object.defineProperty |
19 | 25 | - changes to WebAudioPlugin to allow it to work with latest working draft of Web Audio API |
20 | 26 | - WebAudioPlugin changed SoundInstance node order to SourceNode -> PanNode -> GainNode --> context.destination to get |
21 | 27 | around firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=933304 |
22 | 28 |
|
| 29 | + |
23 | 30 | Version 0.5.0 [September 25, 2013] |
24 | 31 | ************************************************************************************************************************ |
25 | 32 | CRITICAL (may break existing content): |
|
0 commit comments