Skip to content

Commit

Permalink
docs: update CHNAGELOG for v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaskuske committed Dec 10, 2018
1 parent 573d903 commit 1ff164e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ 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] - unknown
## [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)
- 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
Expand Down

0 comments on commit 1ff164e

Please sign in to comment.