- Added scrolling to target by using
window.scrollTo()
, it is smoother for most browsers, but not support IE. - Simply not passing an
ease
options, other than IE, it will usewindow.scrollTo()
by default.
Official release version v1.0.3, please do not use any version below v1.0.3
- Include all typescript types in the packages.
- Fixed issue with certain data injection for directives.