Skip to content

Releases: yads/ngTinyScrollbar

Default provider

19 Jul 19:47
Compare
Choose a tag to compare
  • Allows users to set default options using the scrollbarProvider
  • Fixes performance issues with MutationObserver bug

0.7.0

07 Oct 04:13
Compare
Choose a tag to compare
0.7.0

0.6.2

29 Sep 04:36
Compare
Choose a tag to compare

update now correctly updates position of content.
Content is ensured to never go outside viewport if content ratio is more than 1.
Content is ensured to take up the maximum amount of viewport space when ratio is less than 1.

Updated to angular 1.3

23 Sep 16:56
Compare
Choose a tag to compare
add updateScrollbar method to update just the scrollbar positioning.

useful for situations with contenteditable divs

0.5.5

03 Sep 20:45
Compare
Choose a tag to compare

Mouse wheel fixes