Version 1.1beta1 of scriptaculos was released on July 20, 2005.
Changelog
- Fixed rendering of last frame of animation when from/to is not 0.0/1.0. [thanks to David Zülke]
- Added returning the generated Combination Effects to allow for .cancel() on all effects
- Updated Ajax.Autocompleter to deal with parameters options correctly [Martin Marinschek]
- Added incremental and local autocompleting and loads of documentation to controls.js [Ivan Krstic]
- Fixes various (possible) memory leaks with IE and Mozilla
- Make effects.js, dragdrop.js and controls.js compatible with some 3rd-party Java Script libraries (like IE7) by refactoring to use Object.extend() [David Zülke]
- Make Effect.Highlight restore any previously set background color when finishing (makes effect work with set CSS classes)
- Added capability to remove Draggables/Droppables and redeclare Sortables in dragdrop.js
- Added Effect.ScrollTo to smoothly scroll the page to an element
- Better Firefox flickering handling on Effect.SlideUp/SlideDown
- Added support for cancelling dragging by hitting ESC
- Changed logic of Drag And Drop to only include the last referenced Droppable when firing a drop event. This change also offers slight performance gains. [Dominik Wagner]