Skip to content

Releases: echa/ng-scrollable

0.2.6

22 Apr 12:34
Compare
Choose a tag to compare

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

06 Apr 12:26
Compare
Choose a tag to compare

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

27 Mar 03:16
Compare
Choose a tag to compare

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

08 Dec 19:58
Compare
Choose a tag to compare
  • re-arranged event registration, fixes #28, #30
  • improved wheel scroll performance
  • added scroll spy events as alternative to stateful scroll spies

0.2.2

13 Nov 20:49
Compare
Choose a tag to compare

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

20 Jul 11:33
Compare
Choose a tag to compare

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 and scroll{X|Y}Always to always show scroll bars
  • fixed scroll spy updates in current digest

0.1.2

14 Apr 10:50
Compare
Choose a tag to compare

Added events and spies to control scroll position from outside.

Bow

27 Feb 16:50
Compare
Choose a tag to compare
Bow

This is a quick hotfix release to make bower happy.

startup

11 Jul 15:41
Compare
Choose a tag to compare

This is the initial release of ng-scrollable.