Skip to content

0.22.0 Breaking Changes

manu-kr edited this page Aug 19, 2020 · 5 revisions

File Input

  • Removed File Input component code from the library, as we introduced new File uploader component.

Drag And drop Module

  • Markup now is simplified Old: ul fd-dnd-list > li fd-dnd-container > div cdkDrag new: ul fd-dnd-list > li fd-dnd-container

-Input properties has been changed

  • @Input() listMode to gridMode

Clone this wiki locally