ColorPalette, HslColorPicker

ColorPalette

New widget name

dijit.ColorPalette

Module

dijit.ColorPalette (ColorPalette.js)

Method changes/deletions

Dojo 0.4Dojo 0.9Notes
onColorSelectonChangein addition, can use value attribute

HslColorPicker

No plans to port this to Dijit or Dojox. You should use ColorPalette instead.

From Tom: [HslColorPicker was a] proof of concept dealing with pure SVG environments. What happened is that during the course of my research to create the first iteration of the charting engine, I discovered that it is almost *never* that someone will work solely in an SVG environment, particularly in this day and age of browsers supporting mixed XML namespaces. It took a lot of convincing, but eventually we decided to change the original rendering structure of Dojo (from 0.4 to 0.9), and we were able to remove a lot of cruft that we'd had there trying to support those pure environments.