@swimlane/ngx-dnd
Version:
Drag and Drop for Angular2 and beyond!
157 lines (83 loc) • 2.35 kB
Markdown
# CHANGELOG
## HEAD (Unreleased)
## 10.0.0 (2025-05-06)
- Support Angular 17-19
## 9.0.0 (2021-03-30)
- Angular version 11
## 8.2.0 (2020-08-10)
- Angular version 10
## 8.1.2 (2020-06-16)
- Resolve Angular Ivy deep link warning
## 8.1.1 (2020-04-14)
- Update deps
## 8.1.0 (2019-09-09)
- Compat with Angular Ivy
## 8.0.0 (2019-06-11)
- Angular version 8
## 7.0.0 (2019-04-18)
- Breaking: use `NgxDnDModule.forRoot()` in your module imports.
- Add `direction` as an option on `ngx-dnd-container`.
- Bump `@swimlnae/dragula` to support `direction`.
- Make `@swimlane/dragula` and `@type/dragula` a dep of `@swimlane/ngx-dnd`
## 6.0.0 (2018-10-29)
- Angular version 7
## 5.1.0 (2018-09-10)
- Provide service in root
## 5.0.6 (2018-06-20)
_(none)_
## 5.0.5 (2018-06-20)
- Add support files to published resources (again, really)
## 5.0.5 (2018-06-20)
- Add support files to published resources (again)
## 5.0.4 (2018-06-20)
- Add support files to published resources
## 5.0.3 (2018-06-20)
- Publish for metadata
## 5.0.2 (2018-06-20)
- Release latest version
## 5.0.1 (2018-06-19)
- Fix: re-added CSS fields to release
- Chore: now including SCSS files in release
## 5.0.0 (2018-06-18)
- Chore: Port to Angular CLI 6
## 4.0.2 (2018-05-23)
_(none)_
## 4.0.1 (2018-05-10)
_(none)_
## 4.0.0 (2018-05-08)
- Add Angular v6.0 support
## 3.2.0 (2018-04-03)
- Fixed AOT issue
## 3.1.2 (2018-01-19)
_(none)_
## 3.1.1 (2017-12-04)
- Fix dragging between containers
- Updated README to state importing styles
- Bumped ngx-ui for ng 5.0 support in the demo
## 3.1.0 (2017-11-2)
- Support for Angular 5
## 3.0.0 (2017-08-15)
_(none)_
## 2.2.0 (2017-07-18)
- Support strings as droppableItemClass
- Improved component reactivity
- Feature: add moves input to ngxDraggable and ContainerComponent
## 2.1.2 (2017-05-26)
- bugfix: removed browser animation module from NgxDnDModule
## 2.1.1 (2017-05-23)
- Fix: emit drop event with copied item instead of source
## 2.1.0 (2017-05-16)
- Feature: drag handles
## 2.0.2 (2017-05-11)
- Bugfix: Angular throws errors during digest
## 2.0.1 (2017-04-17)
_(none)_
## 2.0.0 (2017-04-17)
- build typescript types
- upgrade for angular ~4.0
## 1.0.2 (2017-04-17)
_(none)_
## 1.0.1 (2017-04-17)
- Fix build process
## 1.0.0 (2017-03-12)
- My first release