Front-End class library Kissy release v1.1.5

Source: Internet
Author: User
Tags add documentation end version versions

First of all, to wait for the release of yesterday's friends say sorry. The 1.2PR1, which was scheduled to be released yesterday, was postponed to today, 1.1.5 released as official version number.

The following features are mainly added

1. Separate the seed module from the core to increase the loader. With loader, you can use all of Kissy's features by simply introducing Seed-min.js (9.5 KB) into the page. For example, the Switchable module can be invoked as follows:

Kissy.use ("switchable", function (S) {
    new S.slide ("#id");
});

For detailed documentation click: Loader API

2. Added Imagezoom/overlay/calendar components These 3 components have been applied to Taobao's most critical trading pages, and can be assured of practicality and stability. Documents and examples please click on API docs, I believe you will like their ^o^

3. Added the Dom-data module, you can safely add expando properties to the DOM nodes without worrying about the memory leaks caused by circular references.

4. Add Show/hide/toggle/fadein/fadeout/slideup/slidedown animation method to Node, it can be as simple and quick as jQuery to achieve the common effect. Please refer to Anim-node-plugin docs for details.

5. There are also many small and intimate enhancements, such as the addition of the shell and core properties of UA, can easily detect domestic browsers, and Dom.create allows you to write the following code:

var elem = dom.create ("<a>", {
                   href: "hot.html",
                   title: "Hot Page",
                   CSS: {color: "Blue"},
                   text: "T EST Link "
               });

All update points, please refer to: changelog

Finally, the two most anticipated updates are unveiled:

1. Kissy Editor 2.0 after a vigorous development, has now entered the beta phase, and quickly click on Cheng Yu's phased summary Bowen, this is a historical moment ^o^

2. Documentation is extremely important for any class library. After Chova mm hard work, getting started with Kissy hot out of the oven! What are you hesitating about? Get a glimpse of ^o^.

Versions and downloads

Versioning of Open source class libraries is a challenging task. The current Kissy version is as follows:

Latest stable version: v1.1.5 is recommended or upgraded to this version in a formal project.
The next public development version is v.1.2.0, which is expected to be officially released in November this year, including the following features: Tasklist

Other versions are intermediate or development versions, and are carefully used in formal projects.

Version and download information will be updated on the first page of the document: API Docs. Visited remember to force refresh, latest version information and development plan, all will be maintained here.

Other

1. Friends pull out a kissy profile, especially for the conversion from YUI3 to Kissy: Slide@slideshare.

2. I also have two copies of the old PPT, also uploaded to the SlideShare: Thinking in Kissy and Intro to Kissy. Nothing to see.

3. Thanks to the early September month Shadow team's invitation, Qwrap is a very good front-end class library, through exchanges, benefited. At the same time, Tencent also found a front-end class library is open Source: Jet. Look forward to the domestic front-end class libraries blossom, common progress.

Finally, the Mid-Autumn Festival will be, as the kissy of the publishing convention, is not without pictures:

No matter where we come from, no matter how busy we are now, the Mid-Autumn Festival, remember to call home.



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.