Skip to content

Latest commit

 

History

History
136 lines (70 loc) · 5.02 KB

CHANGELOG.md

File metadata and controls

136 lines (70 loc) · 5.02 KB

Change Log

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)

Bug Fixes

  • 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)

Features

  • sortable: [ssSortableTrigger]="fixed" to trigger reorder sooner for fixed-height elements (78144c7)

1.1.0-beta.0 (2018-09-11)

Features

  • sortable: make sortable package public (f82eb22)

1.0.11 (2018-09-11)

Bug Fixes

  • publish dist directory instead of whole folder (50f7dc9)

1.0.10 (2018-09-11)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

Bug Fixes

  • multi-backend: touch backend type declaration had implicit any. fix #5 (b057ad2)

1.0.7 (2018-06-21)

Bug Fixes

  • TS < 2.7 compatibility by dropping implied unique symbol. fix #4 (4984dc3)

1.0.6 (2018-06-19)

New Features

  • add getHandlerId() to connection objects, for use with the test backend (4952b85)

Bug Fixes

  • dnd module using wrong dnd-core types in BackendFactory confusion, now allows basic test/html5 backends again (48538f8)

1.0.5 (2018-06-19)

New Features

  • support specifying the TypeScript type of an item or drop result (5b885e6)

1.0.4 (2018-06-18)

New Features

  • use dnd-core type annotations (55e4a6c)
  • allow [noHTML5Preview] to disable HTML5 drag preview easily (55e4a6c)

Bug fixes

  • 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.