diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b285f4..0bdf881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.3.0] - 2019-01-21 ### Changed - Playground: bumped to `react@16.6.0`, `react-dom@16.6.0`, and `react-scripts@2.1.6` - Update algorithm, instead of using `componentDidUpdate`, we now use `setInterval` to check if the panel is sticky or not, this help to track content update that happen outside of React lifecycle, for example, `HTMLImageElement.onload` event diff --git a/package-lock.json b/package-lock.json index 85523cb..5e99b74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-scroll-to-bottom", - "version": "1.2.1-0", + "version": "1.3.1-0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 76f578a..3fc5d65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-scroll-to-bottom", - "version": "1.2.1-0", + "version": "1.3.1-0", "description": "React container that will auto scroll to bottom", "private": true, "scripts": {