Smart HTML Elements v14.0.0

Released: Apr 18, 2022

v14.0.0 버젼 업데이트

기능

  • New Components
    • New Barcode component.
    • New QR code component.
  • Kanban
    • Updated kanban scss. The new change enables additional styles for the Kanban board.
    • Added new columnWidth property which allows for horizontal scrolling in Kanban boards.
    • Added new dialogRendered property which allows for custom dialogs for Kanban boards.
  • Window
    • Added new API for move, updateContent and updateLabel.

수정사항

  • Input
    • Bug fix for selectedValues.
    • Create from option tag.
  • Grid
    • autoHideGroupColumn bug fix. The column did not appear after the group is removed.
    • Sort problem in tree grid mode. Sorting was not operating correctly when the Grid was in tree mode.
    • Undo/redo enable after init. Undo-redo is now enabled after the Grid is fully initialized.
  • Table
    • Filtering, column menu and virtualization wrong rendering.