From: Robert R. <rra...@ya...> - 2000-11-06 00:22:43
|
I've released DynAPI 2 Version 2000.11.05 at SourceForge. If you find any bugs, email them to dyn...@li.... Version 2000.11.05 ------------------ Major changes in the release include changing the release name to the DynAPI Distribution. Anther change is the filenames have been changed so that they do not reflect their package name. Therefore dynapi.api.dynlayer.js is now located at dynapi/api/dynlayer.js. Also, the directory dynapi is now included in the path. This will allow widgets to create their own package names and directory structures. The directory lib2.0/ was renamed to just lib/. Also, addLibrary requires a complete packagename as the 1st paramater (ex. addLibrary('dynapi.gui',['scroll.js','window.js']). RecreateAll has been modified and should now work in Netscape on the resize. EventListeners must now be used for DynLayers. In future releases .onCreate will no longer be called, so you must have an EventListener to catch the creation. [*] Removed right and middle mouse event modifications to setEvent [-] EventMethod modifications (there is only one eventMethod now) [-] RecreateAll fix [-] Inline layers fix for IE 4 [-] Many changes to DynLayer [*] DynLayer onCreate is no longer used. EventListeners must be used instead. [*] Files have been renamed. They no longer include the package name. [*] Directory lib2.0 is now lib [*] DynDocument's include method was updated for file name changes. [+] Added method release releaseMouseEvents to DynDocument [*] DynDocument and DynLayer EventMethod are now the same method [+] Added function DynAPI.addPackage(name) to add packages to the lib directory [*] DynAPI.addLibrary requires the 1st parameter be a complete package name DynAPI 2: http://sourceforge.net/projects/dynapi \\Robert -- |