Clientcide 3.0.10

Friday, January 6th, 2012 @ 9:03 am | filed under: Code Releases

Another maintenance release for the most part. What’s new?

Clientcide:
* StickyWin.Ajax now can cache requests (useful for tips and whatnot); thanks @zipz
* New class: StickyWin.PointyTip.Ajax – provides for ajax tips. Again, thanks @zipz
* Fixed errant reference to old Browser property. This was breaking when used with MooTools 1.4* w/o compat.
* Tabswapper now allows you to specify if it should call preventDefault on tab clicks (useful if you’re being good with your HTML and using hrefs for the tabs).

Behavior:
* Delegator no longer throws an error if it encounters a trigger for a different event type. This means that if you have a click delegator and, say, a focus delegator, you won’t get errors in your console when the click event encounters the delegator for the focus event and vice versa. This isn’t a functional change, it just means you aren’t notified in the console.

As always, you can get all this at dev.clientcide.com.

No TweetBacks yet. (Be the first to Tweet this post)

One Response to “Clientcide 3.0.10”

  1. matthew Says:

    Awesome!

    I just want to bring to your attention that when you do a google search for something in your docs, like “StickyWin.Modal”, it brings you to pages like this:

    http://dev.clientcide.com/docs/clientcide/UI/StickyWin.Modal

    which shows:

    alert(‘This test could not be loaded due to a server error. Check the logs, or enable debug mode in settings.py for output to the browser.’);