Skip to content

Commit 99e8c5e

Browse files
committed
chore(release): v0.0.6
1 parent 6917cde commit 99e8c5e

File tree

5 files changed

+975
-447
lines changed

5 files changed

+975
-447
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
<a name="v0.0.6"></a>
2+
### v0.0.6 (2013-10-06)
3+
4+
5+
#### Bug Fixes
6+
7+
* **desktop:**
8+
* Only scroll if vertical delta ([22bf70e0](http://github.com/ajoslin/angular-scrolly/commit/22bf70e018aa132294ad5f3d04a674b208aef024))
9+
* unbind keydown when scroll elm is destroyed ([51500ce9](http://github.com/ajoslin/angular-scrolly/commit/51500ce93087f5e62e84207e465722710afc3d17))
10+
* **dragger:**
11+
* force end event to always fire no matter direction ([d3ddb75a](http://github.com/ajoslin/angular-scrolly/commit/d3ddb75a063b337d2b4a7cef3021b14d493512e0))
12+
* stop propagation, so scroll on popups works ([2006b0bc](http://github.com/ajoslin/angular-scrolly/commit/2006b0bc658c78d4349ef718b860c557cd3a7e97))
13+
* **scroller:**
14+
* remove scroll event ([c8b170e2](http://github.com/ajoslin/angular-scrolly/commit/c8b170e29728d488ec4a312c19a9e7f60f07245b))
15+
* count container top and bottom offset ([f8b71798](http://github.com/ajoslin/angular-scrolly/commit/f8b71798c7acfddf8dca6912f50245479ecdc358))
16+
* **transformer:** Try both cases of transformProp (firefox, ie10) ([761f7c22](http://github.com/ajoslin/angular-scrolly/commit/761f7c22450c6c56cd96c079ec658ddcfcef3044))
17+
18+
19+
#### Features
20+
21+
* **$scroller:** allow desktop scrolling ([8249eaf2](http://github.com/ajoslin/angular-scrolly/commit/8249eaf25049025a014e9439e8febb0b5e190100))
22+
* **dragger:**
23+
* listen to mouse and touch, options to disable either ([87766439](http://github.com/ajoslin/angular-scrolly/commit/87766439c08ffa82ac5d9d94bbf4c893ab761db7))
24+
* Make addListener specify a dragDirection ([1506d03e](http://github.com/ajoslin/angular-scrolly/commit/1506d03ed5d6df81d5acdd279621928cfb13c913))
25+
* Give 2d x and y data instead of 1d ([559ea186](http://github.com/ajoslin/angular-scrolly/commit/559ea1861996a594e7bdbc0642e147fc29640ff0))
26+
* add horizontal option ([ddd75112](http://github.com/ajoslin/angular-scrolly/commit/ddd75112c88b3616f9d313d8ff233dcdbb2763f2))
27+
* **scroller:** support mousewheel, keys ([a365debd](http://github.com/ajoslin/angular-scrolly/commit/a365debd03e7fafcc2fe83bc34d0fbdaebbe4074))
28+
* **scrollyDraggerIgnore:** Add scrollyDraggerIgnore directive ([24dc1dbe](http://github.com/ajoslin/angular-scrolly/commit/24dc1dbe60fb1747231ee0812379b0f258ff3d48))
29+
130
<a name="v0.0.5"></a>
231
### v0.0.5 (2013-09-30)
332

0 commit comments

Comments
 (0)