Skip to content

v0.3.0

Choose a tag to compare

@souhe souhe released this 21 Nov 17:49
· 145 commits to master since this release
  • New context methods:

    • scrollTop() -
      It allows to scroll to the top of ScrollArea component.
    • scrollBottom() -
      It allows to scroll to the bottom of ScrollArea component.
    • scrollXTo(topPosition) -
      It moves vertical scrollbar to topPosition.
    • scrollLeft() -
      It allows to scroll to the left of ScrollArea component.
    • scrollRight() -
      It allows to scroll to the right of ScrollArea component.
    • scrollYTo(leftPosition) -
      It moves horizontal scrollbar to leftPosition.
  • Bug fixes

    • fixed browserify support