Dojo 1.7正式發布 附下載
Dojo 1.7已經正式發布了。
Dojo是一個強大的面向對象的JavaScript框架。主要由三大模塊組成:Core、Dijit、DojoX:
◆ Core提供Ajax、events、packaging、CSS-based querying、animations、JSON等相關操作API;
◆ Dijit是一個可更換皮膚、基于模板的WEB UI控件庫;
◆ DojoX包括一些創新/新穎的代碼和控件:DateGrid、charts、離線應用、跨瀏覽器矢量繪圖等。
作為Dojo邁向2.0的主要版本,此次發布帶來了大量的新特性及改進,包括兼容性和API改進,進一步完善異步模塊加載機制AMD,新的dgrid模塊等。除此外,Dojo 1.7還顯著地提升了其在各種環境下(Web、桌面、移動、服務器端)構建應用程序的能力。
這里值得我們關注的是新的dgrid模塊,這是一個經重新設計的輕量級Grid,提供了更好的性能和模塊化能力。

核心改進:
在Dojo 1.6中曾引入了新的對象存儲API,Dojo 1.7繼續對其進行修改,增加了穩定性。
正如之前所預告的,對事件和查詢系統進行重構,改善其性能,包括簡化了API,增加了模塊性等。
其他主要改進:
“Baseless Dojo”, with far lighter dependencies throughout the Dojo codebase. Expect more efforts in this area towards Dojo 1.8.
_TemplatedMixin/_WidgetsInTemplateMixin, and _setXXXAttr API refinements
dijit/focus, dijit/place, dijit/popup, and dijit/registry
CalendarLite
ComboBox/FilteringSelect, with native dojo/store support
Zoom/pan/data interactions
BIDI text support
Gauges, Geo, and GFX improvements, especially for mobile
Support for Blackberry 6 in Dojo Mobile.
Dijit support for touch and gesture events on mobile platforms.
Application controller and MVC, and an updated Dojo Boilerplate.
詳細信息請查看完整的發布公告。
下載地址:http://dojotoolkit.org/download
原文:http://www.iteye.com/news/23561
【編輯推薦】