Releases: xnv/akashic-scrollable
Releases · xnv/akashic-scrollable
Release v3.0.0
- feat: BREAKING: switch to akashic-engine@3
Release v1.0.0
- fix: fix a crush on [email protected] or later (#13)
Release v0.0.4
- feat: enable scrolling by clicking on the backgrounds of default scrollbars #11
Release v0.0.3
- feat: add
momentumScrolloption. #9 - feat: add getter/setter for scroll offsets in percentage. (e.g.
Scrollable#getScrollOffsetPercentX()etc.) #9 - feat: add scrolling APIs (e.g.
scrollToY()andscrollToPercentX()) #9 - feat: add several easing functions for scrolling APIs. (e.g.
Scrollable.Easing.Linear) #9
Release v0.0.2
- fix: avoid crash on destroy() #8
Release v0.0.1
The initial release.