From 194f5c2d2f18679b25d7a5d95057ff99d18d7492 Mon Sep 17 00:00:00 2001 From: Dolphin_Wood Date: Mon, 22 May 2017 18:26:54 +0900 Subject: [PATCH] doc(changelog): add v7.3.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf4f12e8..686a068d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [7.3.0](https://github.com/idiotWu/smooth-scrollbar/compare/v7.2.10...master) (2017-05-22) + +### Bug Fixes + +- **track**: Call `showTrack` whenever position changed. [d315413](https://github.com/idiotWu/smooth-scrollbar/commit/d315413eb403563637f9eae5f4b7e93470b3341e) + +### Features + +- **scrollIntoView**: add `alignToTop` option. [#75](https://github.com/idiotWu/smooth-scrollbar/pull/75) + +### Minor Changes + +- **scrollTo**: use computed damping factor instead of quadratic curve. [69c3a81](https://github.com/idiotWu/smooth-scrollbar/commit/69c3a813b258ded0a773056b20c4b8b2d149c11b) +- **event/keyboard**: use `document.activeElement` to detect focused element. [44fc594](https://github.com/idiotWu/smooth-scrollbar/commit/44fc5948c80397e940aeb41f2a0d3282bb4799ed) + ## 7.2.0 - Refactor touch record.