MooTools 1.2.2 and MooTools More

Thursday, April 23rd, 2009 @ 5:27 pm | filed under: MooTools

In case you didn’t notice, MooTools 1.2.2 just launched along with MooTools More (1.2.2.1; were the last digit is the version of -more).

I’m working on a big update to Clientcide which I might get out tonight but it might take me a day or two to get it all together, so stay tuned.

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

10 Responses to “MooTools 1.2.2 and MooTools More”

  1. Huy Says:

    Awesome, thanks for the good news Aaron!

  2. olivier Says:

    Ooooh Class.refactor sounds nice!

  3. Adriaan Says:

    Is it fully compatible with 1.2 scripts and classes?

  4. SamGoody Says:

    Way to go!!

    (I’m so excited)

  5. fearlex Says:

    Awesome !!! This will make my weekend :D

  6. Aaron N. Says:

    @Adriaan 1.2.2 has no breaking changes, but if you’re using the Clientcide versions of scripts that moved into More, there are changes. I’m working on a compatibility release for today.

  7. Chafik Says:

    Aaron, terrific work as always. thanks a lot.

  8. Sean McArthur Says:

    So the new Class has been brought in from 2.0? (no longer 1.3?) Is that the class your were talking about with Events for initialize and so forth?

    Guess I’ll have to pop the hood and see if I can make Private properties less of a mess.

  9. Aaron N. Says:

    @Sean those event things aren’t there (and it’s not clear they’ll be there in 2.0) but I’m working adding it to -more. The Binds mutator in -more uses a trick with mutators to add a post-init mutator. I’ve been working on a version that actually makes post-init mutators easier to write. Of course the only other one I can think of is a privates mutator… Ping me via email or IM and I’ll share some code that I’ve been working on w/ Scott Kyle.

  10. Sean McArthur Says:

    @Aaron Yea I see what you did, making an “initialize” mutator. Just from that, I’ll need to see about not murdering Class.Binds when you use Privates also.