From 223991491ea591788b51ef1f824fd58efc7980e5 Mon Sep 17 00:00:00 2001 From: Joe Lencioni Date: Wed, 28 Apr 2021 12:18:17 -0500 Subject: [PATCH] Version 10.1.0 --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b9af8f..5a86941 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ +## 10.1.0 + +- Classes are now compiled in loose mode, which should improve runtime performance. +- Babel helpers now import from `@babel/runtime` instead of being inlined, which reduces bundle size. + ## 10.0.0 - [Breaking] Remove `Waypoint.getWindow()` - Support React 17 - ## 9.0.3 - Make waypoints work with `overflow: overlay` diff --git a/package.json b/package.json index 663956e..e4e559a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-waypoint", - "version": "10.0.0", + "version": "10.1.0", "description": "A React component to execute a function whenever you scroll to an element.", "main": "cjs/index.js", "module": "es/index.js",