Skip to content

v1.23.0

Compare
Choose a tag to compare
@wenzhixin wenzhixin released this 30 Jun 15:14
· 222 commits to develop since this release

Core

  • New: Add support for vue3 instead of vue2.
  • Update: Fixed getData with formatted data bug when a column is missing.
  • Update: Fixed the toggleColumn exception when the field does not exist.
  • Update: Fixed vue component init twice when options and columns changed.

Extensions

  • New(addrbar): Added addrCustomParams option for custom parameters.
  • New(filter-control): Added filterControlSearchClear option to stop clearing the filters when using the showSearchButton option.
  • Update(filter-control): Fixed error with clear filters button when not enabled cookie extension.
  • Update(filter-control): Fixed bug with enabled cookie extension using localStorage.
  • Update(multiple-sort): Fixed not trigger event bug when using server-side pagination.