Skip to content

Releases: albertogasparin/Optiscroll

v3.2.0

24 Mar 11:18
Compare
Choose a tag to compare

New features

v3.1.0

26 Jun 11:41
Compare
Choose a tag to compare

New features

  • Use PointerEvent events if supported

Bugfix

  • Fix scrollbars tracks draggability when a device uses both touch and mouse interactions
  • Fix native CustomEvent not being fired

v3.0.0

31 Mar 14:16
Compare
Choose a tag to compare

Breaking changes

  • Drop support for IE < 11
  • No longer polyfill CustomEvent and requestAnimationFrame

New features

  • wrapContent: decide if Optiscroll should wrap your content or not
  • rtl: support for right-to-left layout (detected automatically, but it can be forced)

Bugfix & improvements

  • Use passive event listeners if supported
  • Ensure correct instance is removed from instances array
 on destroy()

v2.0.0

19 Jan 15:06
Compare
Choose a tag to compare
  • Optiscroll now automatically wraps the content
  • classPrefix now may contain a separator
  • Fix: scroll animation interfering with user interaction
  • Improved state class names
  • SCSS customisation options, with !default variables
  • CSS only track transitions
  • better requestAnimationFrame polyfill
  • is-enabled class on init

v1.0.6

19 Jan 14:31
Compare
Choose a tag to compare
  • Handle edge case where scrollHeight < clientHeigh

v1.0.5

19 Jan 14:35
Compare
Choose a tag to compare
  • Stop initialisation if no addEventListener support (prevent error on IE8)
  • Prevent error if no transform support
  • Polyfill Node.contains to support FF 7.0+
  • Fix scrollbars size 0 on FF 12 WinXP