dc.js v2.1.0 Release Notes

    • dc.selectMenu, implementing a <select> menu or multiple-select widget, by Andrea Singh (#771)
    • Heatmap allows customizing the ordering separately from the values, by Matt Traynham (#869 - thanks also to Quinn Lee for #837)
    • Front page stable version automatically read from GitHub, by Enrico Spinielli (#865)
    • Functional-style filter handlers: instead of modifying the array of filters in-place, filter handlers must return the new filter array. This is consistent with the old documention, but a different implementation: any changes to the filters argument will be ignored unless they are returned. This should make filter handlers easier to reason about.