Thomas Fuchs
Hi, I'm Thomas Fuchs. I'm the author of the script.aculo.us user interface JavaScript library, a member of the Prototype core team and a Ruby on Rails core alumnus. You're using my work every day, even if you're not aware of it (sounds creepy, I know!). Need JS foo? Hire me.

script.aculo.us V1.1beta1 released

July 20th, 2005 by Thomas Fuchs, Comments Off

So—what’s new?

Changes from 1.0.0:

  • 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 combined 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 JavaScript 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 SlideUp/SlideDown
  • Added support for cancelling dragging my 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]

Download on script.aculo.us!

Post to Twitter Tweet This Post Post to Digg Digg This Post Post to Facebook Share on Facebook

Comments Off

JavaScript Rocks! Peformance ebook
Do you run a web site or web application? Do your users a favor, and grab our ebook on JavaScript performance. Profit from our knowledge gathered in over 15 years of working with the Web and JavaScript and make your sites ultra-fast and your users ultra-happy.

Comments are closed.