Skip to content

Releases: echa/ng-scrollable

0.2.6

Choose a tag to compare

@echa echa released this 22 Apr 12:34

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

Choose a tag to compare

@echa echa released this 06 Apr 12:26

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

Choose a tag to compare

@echa echa released this 27 Mar 03:16

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

Choose a tag to compare

@echa echa released this 08 Dec 19:58
  • re-arranged event registration, fixes #28, #30
  • improved wheel scroll performance
  • added scroll spy events as alternative to stateful scroll spies

0.2.2

Choose a tag to compare

@echa echa released this 13 Nov 20:49

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

Choose a tag to compare

@echa echa released this 20 Jul 11:33

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

Choose a tag to compare

@echa echa released this 14 Apr 10:50

Added events and spies to control scroll position from outside.

Bow

Bow

Choose a tag to compare

@echa echa released this 27 Feb 16:50

This is a quick hotfix release to make bower happy.

startup

Choose a tag to compare

@echa echa released this 11 Jul 15:41

This is the initial release of ng-scrollable.