All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.1.0-beta.1 (2018-09-13)
- sortable: fire hover when moving from spill BACK to same position (86308da)
- sortable: make isEmpty work for every kind of Iterable using for ... of (19ceddf)
- sortable: set external original index to -1, so spillTarget.drop can recognise them (5d60def)
- sortable: [ssSortableTrigger]="fixed" to trigger reorder sooner for fixed-height elements (78144c7)
1.1.0-beta.0 (2018-09-11)
- sortable: make sortable package public (f82eb22)
1.0.11 (2018-09-11)
- publish dist directory instead of whole folder (50f7dc9)
1.0.10 (2018-09-11)
- package: shouldn't ever have supported Angular 5, without rxjs 6. Bump both peerdeps to 6, + tslib. (734d66e)
- package: switch to scoped packages, i.e. @skyhook/core (874723a)
- package: update react-dnd-touch-backend to version 0.5.1 (244e71c), closes #11
- Publish under
[@angular-skyhook](https://github.com/angular-skyhook)/*
scope (d14b101) - simplify yarn add suggestion (a6e0023)
1.0.9 (2018-07-04)
- catch potential edge case for hanging connect() subscription (4e225ee)
- multi-backend: typings for touch backend now include all the options; use dnd-core types (606d94f)
1.0.8 (2018-06-23)
1.0.7 (2018-06-21)
1.0.6 (2018-06-19)
- add
getHandlerId()
to connection objects, for use with the test backend (4952b85)
- dnd module using wrong dnd-core types in BackendFactory confusion, now allows basic test/html5 backends again (48538f8)
1.0.5 (2018-06-19)
- support specifying the TypeScript type of an item or drop result (5b885e6)
1.0.4 (2018-06-18)
- use dnd-core type annotations (55e4a6c)
- allow
[noHTML5Preview]
to disable HTML5 drag preview easily (55e4a6c)
- multi-backend: use react-dnd-html5-backend's own types (bbe1439)
1.0.3 (2018-06-17)
v1.0.3 is really the initial release. Everything before that was learning how to publish Angular modules.