Flamingo 5.0 changes

May 28th, 2010

Flamingo is getting closer to the feature freeze for version 5.0. Today’s drop introduced a few changes that will affect the applications using Flamingo:

  • Package rename. The published APIs now live under org.pushingpixels.flamingo.api package. All you need to do is just change the imports. If your code uses any of the classes in org.pushingpixels.flamingo.internal package, you will need to change it, or be prepared to have that functionality disappear at any point in time.
  • The flexi-slider component has been removed from the library. It was the last remain from the days when Flamingo did not have a clear goal, and was an umbrella project for various components that i’ve written over the years.
  • Compile time and run time dependency on Trident animation library.

And now i need your help. Download the latest 5.0dev drop of Flamingo, change the import sections of your classes, add Trident to the classpath and let me know if you find any bugs.