diff --git a/CHANGELOG.md b/CHANGELOG.md index 7196d3d..c167bd0 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.3] - 2018-12-10 +### Changed + - Updated README to include bundle size and SSR-compatibility as features + - Minor improvements to JSDoc typings +### Fixed + - Automatically prefix `anchor.pathname` with leading slash if it's missing in `isAnchorToLocalElement()`, fixes flickering in IE9 (caused by clicks being handled by `handleHashchange()` instead of `handleClick` due to click handler not detecting the anchor) + - Use correct property value in `font-family` example in README + ## [1.1.2] - 2018-12-10 ### Fixed - Include minified version in bundle published to npm diff --git a/README.md b/README.md index 338f27a..fa11719 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,15 @@ - ✔ Smooth scroll to target when clicking an anchor - ✔ Smooth scroll to target on hashchange (◀/▶ buttons) - ✔ Updates URL with #fragment - - ✔ Handles focus + - ✔ Handles focus for improved accessibility + - ✔ Doesn't break server-side rendering + - ✔ 1.2KB gzipped + +⚠ Requires smooth scroll for `window.scroll()` and `Element.scrollIntoView()` (e.g. [smoothscroll-polyfill](http://iamdustan.com/smoothscroll/)) to work!   ## Browser support -⚠ Requires smooth scroll for `window.scroll()` and `Element.scrollIntoView()` (e.g. [smoothscroll-polyfill](http://iamdustan.com/smoothscroll/)) to work! | [IE / Edge](http://godban.github.io/browsers-support-badges/)
IE / Edge | [Firefox](http://godban.github.io/browsers-support-badges/)
Firefox | [Chrome](http://godban.github.io/browsers-support-badges/)
Chrome | [Safari](http://godban.github.io/browsers-support-badges/)
Safari | [iOS Safari](http://godban.github.io/browsers-support-badges/)
iOS Safari | [Opera](http://godban.github.io/browsers-support-badges/)
Opera | | --------- | --------- | --------- | --------- | --------- | --------- | @@ -53,9 +56,10 @@ Alternatively, you can specify the property as the name of a custom font family. ```html