v1.0.0-beta
Pre-release
Pre-release
Changelog
[1.0.0-beta] - 2018-12-05
Changed
- The README.md file has been updated to match the API of v1.0.0
- Fixed 'window is not defined' error in Node environments, important for usage with SSR
- BREAKING: Polyfill now only handles smooth scroll if scroll-behavior is set to 'smooth' via <html style="">, documentElement.style.scrollBehavior or a custom font-family (more information will be added to the documentation)
Added
- Tests for smooth scrolling when clicking anchors have been implemented