Change Log
Current Devv4.0.1-dev.2021020509595 February 2021
Bug Fixes
- undefined item upon dragging to empty container (#194)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
Latest Releasev4.0.016 December 2020
Bug Fixes
- ssr errors due to cyclic dependency
- add homepage URL
Features
- drop support for Angular 6 and 7
- enable licensing
Breaking Changes
- Requires Angular 8.x and TypeScript 3.4.x
- Requires an active license. See https://www.telerik.com/kendo-angular-ui/my-license
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v3.0.611 November 2020
Bug Fixes
- add Angular 11 to peer dependencies
- update release notes (#181)
Supported themes
- @progress/kendo-theme-bootstrap: ^4.19.0
- @progress/kendo-theme-default: ^4.21.0
- @progress/kendo-theme-material: ^3.18.0
v3.0.38 May 2020
Bug Fixes
- clear active item after drag end
- clearActiveItem works for non-navigable components
- addDataItem respects index argument
- navigable input spelling
v3.0.220 January 2020
Bug Fixes
- expression changed error with nested sortables in angular 9
- itemStyle not applied in angular 9
- mark as compatible with Angular 9.x
v3.0.13 September 2019
Bug Fixes
- dragEnd oldIndex
- don't emit dragStart and dragEnd if no dragging is performed
v3.0.021 June 2019
Bug Fixes
- unsubscribe dragLeave
Features
- update to RxJS 6
Breaking Changes
- SystemJS config, if used, must be updated to reference dist/npm/index.js
- New peer dependency @progress/kendo-angular-common.
- Angular 4 and 5 are no longer supported
v2.1.011 April 2019
Bug Fixes
- hint position when used inside grid
- ng add schematic
- scrolling on touch deveices
- don't drag items when pressing focusable element in template
- don't prevent mouseenter on drag
- hint position when sortable is in transformed parent
- update activeIndex on add/move/remove
- item disappears from source Sortable when dropped elsewhere
- moving items with onpush strategy
- addDataItem and removeDataItem update item indices
Features
- expose SortableService
- add flat ES module bundles
v2.0.09 November 2018
Bug Fixes
- moveItem should work on disabled items
- hint position should not be relative to component
- move items example css in docs
- move items example css in docs
- move items example css in docs
- move items example css in docs
- add items example css in docs
- AOT and SSR support
Features
- mark as compatible with Angular 7.x
- add preventable events
- add dynamic RTL switching support
- add SortableBindingDirective
Breaking Changes
- Drag actions no longer affect the [data] by default. Adding, moving and removing items is done through the API in the event handlers or via the SortableBindingDirective.
v1.1.09 May 2018
Bug Fixes
- mark module as side-effects free
- mark as compatible with Angular 6.x, RxJS 6.x
Features
- Schematics support (#105)
v1.0.714 February 2018
Bug Fixes
- bundle metadata and type definitions alongside CommonJS modules
- serve CDN bundle for UNPKG and jsDelivr
- build errors when targeting es2015
v0.9.020 March 2017
Breaking Changes
- use RTL token . See telerik/kendo-angular#340
Bug Fixes
- disallow focusing disabled items
Features
- allow selecting items with keyboard arrows
v0.8.017 January 2017
Bug Fixes
- add exportAs kendoSortable to the component
- dataRemove event ot be correctly preventable
Features
- animations
v0.2.013 September 2016
Initial version of Angular Sortable component.
Supported features:
- Data binding to collection of items.
- Templates for customization of the items appearance.
- Reordering items using drag with mouse and fingers
- Disabling items
- Allows setting different styling for disabled, enabled, empty and currently dragged item.
- Dragging items between multiple Sortable components by specifying zones