Releases: echa/ng-scrollable
Releases · echa/ng-scrollable
0.2.6
This release fixes the following issues
- using prelink to render before content, fixes #16, #44, #45, #46, #47, #50, #56
- package and bower names are
ng-scrollable
now - jshint complaining about function order
New features
- listens to new
scrollable.scroll.x
,scrollable.scroll.y
,scrollable.scroll.xy
events - new configuration option
events
to control direction of event signalling
0.2.5
This release fixes the following issues
- error when checking wheel event prevention on SVG nodes
New feature
ng-scrollable translates scroll events into CSS translation now. This allows to navigate HTML forms using TAB key. This is limited to forward scroll events (i.e. down and right direction).
0.2.4
This release fixes the following issues
- allow native scrolling beyond edges, fixes #27
- normalize wheel speed, suggested by #33
- support to switch wheel axis with shift key, suggested by #33
- keyboard and mouse events on touch devices, fixes #38
- fixed scroll[X|Y]Always feature, #39
New feature
- new
scrollable-ignore
CSS class to prevent wheel scrolling on selected nodes
0.2.3
0.2.2
This is a minor bugfix/feature release
- new preventKeyEvents config option to selectively disable preventing of keyboard events
- ignore keyboard events when the active element is any INPUT type (before the contenteditable attribute was required to be present which is not always the case)
- align versioning numbers
Touch
This release adds a big amount of improvements and new features to ng-scrollable.
- touch support
- kinetic scrolling using requestAnimationFrame
- translate3d transforms
- new event
scrollable.dimensions
to broadcast changes in dimensions down the scope stack - new event listeners
content.reload
to refresh DOM and reregister event handlers - new config options
usePadding
to switch client dimension query method andscroll{X|Y}Always
to always show scroll bars - fixed scroll spy updates in current digest