Thanks for this info. I also noticed that Fx.Reveal doesn't work the same anymore. For starters, it only toggles on display:none and doesn't take visibility and opacity into account. (Version 1.2.4.4 has a bug in it, it looks for 'visiblity', and that's not my typo!). My div won't open although it has display:none.
On Jan 24, 9:55 am, Tim Wienk <[email protected]> wrote: > More should work the same, except for Date.format and element.get's > second argument (like in Core). Date.format now correctly uses the > strftime specification, from the blog post: > > - Hash has been deprecated in 1.3 Core. But fear not! More 1.3 > provides Hash now. > - Hash.Extras are now also available as Object.Extras > - Event Delegation now supports the mouseenter and mouseleave events > - Log.js has been removed. Use this or this or just console.log and friends. > - Like myElement.get(‘tween’, options) Fx Classes in More don’t > support the second argument of Element.get anymore either. > - EcmaScript 5 array methods Array:reduce and Array:reduceRight are > added to Array.Extras > - Date.parse now follows the UNIX specification of strftime > > The guides are indeed not linked on the website in any place other > than the blog, maybe it should be listed under 'Resources'. You could > check the blog posts for additional information, though: > > -http://mootools.net/blog/2010/10/11/mootools-core-1-3-stable-and-moot... > -http://mootools.net/blog/2010/10/29/announcing-mootools-more-1-3/ > > Upgrading from Core 1.2 to Core 1.3 will probably be easiest with these > guides: > > -https://github.com/mootools/mootools-core/wiki/Update-from-1.2-to-1.3 > -https://github.com/mootools/mootools-core/wiki/Upgrade-from-1.2-to-1.3
