From 9838925c794681be854d0de59c7c984022e8064f Mon Sep 17 00:00:00 2001 From: William Wong Date: Mon, 21 Jan 2019 20:10:25 -0800 Subject: [PATCH 1/3] 1.3.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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 From 62aaa4fb4bdecd2669fc4da785ba5ff729212ebc Mon Sep 17 00:00:00 2001 From: William Wong Date: Mon, 21 Jan 2019 20:10:39 -0800 Subject: [PATCH 2/3] 1.3.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 85523cb..0664ec3 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.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 76f578a..d07f515 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-scroll-to-bottom", - "version": "1.2.1-0", + "version": "1.3.0", "description": "React container that will auto scroll to bottom", "private": true, "scripts": { From 1ea8afe9cfe61e53c0f9f70d79d849f4db46ed56 Mon Sep 17 00:00:00 2001 From: William Wong Date: Mon, 21 Jan 2019 20:11:07 -0800 Subject: [PATCH 3/3] 1.3.1-0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0664ec3..5e99b74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-scroll-to-bottom", - "version": "1.3.0", + "version": "1.3.1-0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d07f515..3fc5d65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-scroll-to-bottom", - "version": "1.3.0", + "version": "1.3.1-0", "description": "React container that will auto scroll to bottom", "private": true, "scripts": {