From 508a1852d82510a9b1719fb24d89a70dafe713c6 Mon Sep 17 00:00:00 2001 From: Xiaoji Chen Date: Fri, 4 Jun 2021 16:40:44 -0700 Subject: [PATCH] 5.3.16 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09a19410e..350aaee2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ # Version 5.3 +## 5.3.16 (Jun 4, 2021) + +- Making features available to onMouseEnter (#1474) +- Prevent attribution button from submitting forms (#1477) +- Remove extra props in GeolocateControl callback (#1480) + ## 5.3.15 (May 12, 2021) - Only block scrolling on the overlay container itself (#1465) diff --git a/package.json b/package.json index 1508eab7e..6cca40c6f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-map-gl", "description": "React components for Mapbox GL JS-compatible libraries", - "version": "5.3.15", + "version": "5.3.16", "keywords": [ "mapbox", "mapbox-gl",