Skip to content

Commit a116cf5

Browse files
committed
docs: CHANGELOG back-generated.
1 parent 843833e commit a116cf5

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

CHANGELOG.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
<a name="1.0.9"></a>
2+
## [1.0.9](https://github.com/cormacrelf/angular-skyhook/compare/v1.0.8...v1.0.9) (2018-07-04)
3+
4+
5+
### Bug Fixes
6+
7+
* catch potential edge case for hanging connect() subscription ([4e225ee](https://github.com/cormacrelf/angular-skyhook/commit/4e225ee))
8+
* **multi-backend:** typings for touch backend now include all the options; use dnd-core types ([606d94f](https://github.com/cormacrelf/angular-skyhook/commit/606d94f))
9+
10+
11+
12+
<a name="1.0.8"></a>
13+
## [1.0.8](https://github.com/cormacrelf/angular-skyhook/compare/v1.0.7...v1.0.8) (2018-06-23)
14+
15+
16+
### Bug Fixes
17+
18+
* **multi-backend:** touch backend type declaration had implicit any. fix [#5](https://github.com/cormacrelf/angular-skyhook/issues/5) ([b057ad2](https://github.com/cormacrelf/angular-skyhook/commit/b057ad2))
19+
20+
21+
<a name="1.0.7"></a>
22+
## [1.0.7](https://github.com/cormacrelf/angular-skyhook/compare/v1.0.6...v1.0.7) (2018-06-21)
23+
24+
### Bug Fixes
25+
26+
* TS < 2.7 compatibility by dropping implied `unique symbol`. fix
27+
[#4](https://github.com/cormacrelf/angular-skyhook/issues/4)
28+
([4984dc3](https://github.com/cormacrelf/angular-skyhook/commit/4984dc3))
29+
30+
31+
<a name="1.0.6"></a>
32+
## [1.0.6](https://github.com/cormacrelf/angular-skyhook/compare/v1.0.5...v1.0.6) (2018-06-19)
33+
34+
### New Features
35+
36+
* add `getHandlerId()` to connection objects, for use with the test backend
37+
([4952b85](https://github.com/cormacrelf/angular-skyhook/commit/4952b85))
38+
39+
### Bug Fixes
40+
41+
* dnd module using wrong dnd-core types in BackendFactory confusion, now allows
42+
basic test/html5 backends again
43+
([48538f8](https://github.com/cormacrelf/angular-skyhook/commit/48538f8))
44+
45+
<a name="1.0.5"></a>
46+
## [1.0.5](https://github.com/cormacrelf/angular-skyhook/compare/v1.0.4...v1.0.5) (2018-06-19)
47+
48+
### New Features
49+
50+
* support specifying the TypeScript type of an item or drop result
51+
([5b885e6](https://github.com/cormacrelf/angular-skyhook/commit/5b885e6))
52+
53+
<a name="1.0.4"></a>
54+
## [1.0.4](https://github.com/cormacrelf/angular-skyhook/compare/v1.0.3...v1.0.4) (2018-06-18)
55+
56+
### New Features
57+
58+
* use dnd-core type annotations
59+
([55e4a6c](https://github.com/cormacrelf/angular-skyhook/commit/55e4a6c))
60+
* allow `[noHTML5Preview]` to disable HTML5 drag preview easily
61+
([55e4a6c](https://github.com/cormacrelf/angular-skyhook/commit/55e4a6c))
62+
63+
### Bug fixes
64+
65+
* **multi-backend:** use react-dnd-html5-backend's own types
66+
([bbe1439](https://github.com/cormacrelf/angular-skyhook/commit/bbe1439))
67+
68+
<a name="1.0.3"></a>
69+
## [1.0.3](https://github.com/cormacrelf/angular-skyhook/compare/v1.0.0...v1.0.3) (2018-06-17)
70+
71+
v1.0.3 is really the initial release. Everything before that was learning how to
72+
publish Angular modules.

0 commit comments

Comments
 (0)