Skip to content

v1.2.0

Compare
Choose a tag to compare
@jonaskuske jonaskuske released this 14 Dec 04:38

Changelog

[1.2.0] - 2018-12-14

Added

  • ES Module versions are now provided as index.mjs and index.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 and prefers-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")