0.9.6
Upgrade to delite 0.9.5 and ESLint.
- Function name changes for preRender(), render(), and postRender().
- Remove explicit calls to connectedCallback() and disconnectedCallback().
- Fix Combobox instantiation per connectedCallback() changes in delite.
- Rename TimeBase#dateClassObj and DatePicker#dateClassObj to Date.
- Rename List#itemRenderer and List#categoryRenderer to
List#ItemRenderer and List#CategoryRenderer. - Stop depending on Selection#updateRendering() method.
- For selectionMode=multiple, selection-change event now includes arrays of old and new selected values.
- Leverage native (or polyfilled) Promise, Element#classList, and Element#matches.