v1.2.0
Changelog
[1.2.0] - 2018-12-14
Added
- ES Module versions are now provided as
index.mjs
andindex.min.mjs
! 🚀 - Firefox bug where
<a href="#top">
doesn't smooth scroll now mentioned in docs
Changed
- Update docs to mention Firefox supporting both
scroll-behavior
andprefers-reduced-motion
Fixed
- Support for (URL-encoded) special characters in fragments, e.g. "#👍🏻" (which the browser will encode to "#%F0%9F%91%8D%F0%9F%8F%BB")