# [10.1.0](https://github.com/SortableJS/ngx-sortablejs/compare/v10.0.0...v10.1.0) (2020-12-25) ### Features * migrate to Angular 11 ([2acf12e](https://github.com/SortableJS/ngx-sortablejs/commit/2acf12e239e3f97ef4c26ea52295ae4007197798)) # [10.0.0](https://github.com/SortableJS/ngx-sortablejs/compare/v3.1.4...v10.0.0) (2020-10-25) ### Bug Fixes * sortablejs directive no longer supports runInsideAngular property (7f59f49 (https://github.com/SortableJS/ngx-sortablejs/commit/7f59f4942baa33b102ade80f70ea308f5fba1424)) ### Features * migrate to angular 10 (6e65e1c (https://github.com/SortableJS/ngx-sortablejs/commit/6e65e1c6c49cb90a8e130b2607470cde5da3f952)) ## [3.1.4](https://github.com/SortableJS/angular-sortablejs/compare/v3.1.3...v3.1.4) (2020-01-28) ### Bug Fixes * provide backward compatibility for sortablejs < 1.9.0 ([8e97d32](https://github.com/SortableJS/angular-sortablejs/commit/8e97d32a7b06e013d2fde8283f40665ea9f07205)) * replace default index with draggable indexes. Fixes: [#164](https://github.com/SortableJS/angular-sortablejs/issues/164) ([615d9fe](https://github.com/SortableJS/angular-sortablejs/commit/615d9fe62a1d4c07a2baed98714af12b845e9bc6)) * update dependencies ([4d3fb2b](https://github.com/SortableJS/angular-sortablejs/commit/4d3fb2b9d3fc8be15348cfa7c630b4f1cd34c8bb)) ## [3.1.3](https://github.com/SortableJS/angular-sortablejs/compare/v3.1.2...v3.1.3) (2019-07-09) ### Bug Fixes * adapt for sortablejs@1.10.* changes, fix [#163](https://github.com/SortableJS/angular-sortablejs/issues/163) ([8fe60bc](https://github.com/SortableJS/angular-sortablejs/commit/8fe60bc)) ## [3.1.2](https://github.com/SortableJS/angular-sortablejs/compare/v3.1.1...v3.1.2) (2019-06-19) ### Bug Fixes * remove wrongly imported events library ([ca0cfe7](https://github.com/SortableJS/angular-sortablejs/commit/ca0cfe7)) ## [3.1.1](https://github.com/SortableJS/angular-sortablejs/compare/v3.1.0...v3.1.1) (2019-06-07) ### Bug Fixes * not being able to create sortable, fix [#162](https://github.com/SortableJS/angular-sortablejs/issues/162) ([5a62f02](https://github.com/SortableJS/angular-sortablejs/commit/5a62f02)) # [3.1.0](https://github.com/SortableJS/angular-sortablejs/compare/v3.0.0...v3.1.0) (2019-06-07) ### Features * add configuration for container selector (sortablejsContainer), implement [#60](https://github.com/SortableJS/angular-sortablejs/issues/60) ([1c1ebd4](https://github.com/SortableJS/angular-sortablejs/commit/1c1ebd4)) * add sortablejsInit event, implement [#161](https://github.com/SortableJS/angular-sortablejs/issues/161) ([7d81b55](https://github.com/SortableJS/angular-sortablejs/commit/7d81b55)) # [3.0.0](https://github.com/SortableJS/angular-sortablejs/compare/v2.7.0...v3.0.0) (2019-05-31) ### Features * migrate to @angular/cli and angular 8 ([1139699](https://github.com/SortableJS/angular-sortablejs/commit/1139699)) ### BREAKING CHANGES * library name is changed from angular-sortablejs to ngx-sortablejs