Skip to content

0.9.6

Compare
Choose a tag to compare
@wkeese wkeese released this 19 Mar 08:31
· 87 commits to master since this release

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.