BlogMatrix
 

Dojo 0.4 released

edit David P. Janes 2006-10-26 10:30 UTC add comment  ·  ·

Via Ajaxian, Dojo 0.4 (cross browser AJAX/Javascript libraries) has been released. I'll steal some of Ajaxian's point form list of updates:

  • dojo.charting: A charting engine to implement a variety of chart types using vector graphics
  • dojo.gfx: a 2D vector graphics API which renders natively to browsers as SVG or VML
  • dojo.i18n: a follow on to the translation support in 0.3.1, there is now build support for collecting localized resources in a single file as well as support for localized date and time formatting. More formatting types and more localization to come in 0.5.
  • dojo.widget: new widgets like Clock, FilteringTable, ProgressBar, plus enhancements to Editor2 and the AccordionContainer. Also localization of some widgets, such as DatePicker.

The charting and 2D stuff look really neat and useful.

Add Comment