Skip to content

12.0.0 (2021-05-15)

Compare
Choose a tag to compare
@tiberiuzuld tiberiuzuld released this 15 May 17:53
· 97 commits to master since this release

Support for angular 12

Breaking change

  • Grid Drag and Resize enabled priority switched #717 Thanks @danwhite-ipc
    If grid option is false drag/resize will disable all items drag/resize
    If grid option is true drag/resize will enable all items drag/resize and the item option can be used to disable that individually.
    Before the item option drag/resize will have override the option on grid always.
    This changes make it more easy to disable all items.