From 54d0597f2ebc6ca83ddf5bc8b5d108fcf108090e Mon Sep 17 00:00:00 2001 From: Diego Gonzalez Date: Mon, 21 Jun 2021 14:21:26 -0500 Subject: [PATCH 1/2] Modify `hideBackdrop` logic to make backdrop transparent instead of hidden --- CHANGELOG.md | 2 ++ src/components/Drawer/index.tsx | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fda219..b28daed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changes +Modify `hideBackdrop` logic to make backdrop transparent instead of hidden + ### Added ### Fixed diff --git a/src/components/Drawer/index.tsx b/src/components/Drawer/index.tsx index 0424dba..1f38302 100644 --- a/src/components/Drawer/index.tsx +++ b/src/components/Drawer/index.tsx @@ -137,7 +137,7 @@ export const DrawerWrapper: React.FC = ({ {/* The backdrop overlay that appears behind the drawer */} Date: Mon, 21 Jun 2021 14:29:06 -0500 Subject: [PATCH 2/2] build: bumping version: 3.0.7 --- CHANGELOG.md | 12 +++++------- package.json | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b28daed..8a31157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,16 +21,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changes -Modify `hideBackdrop` logic to make backdrop transparent instead of hidden - ### Added ### Fixed -## [3.0.6] - 2021-06-21 +## [3.0.7] - 2021-06-21 ### Changes +Modify `hideBackdrop` logic to make backdrop transparent instead of hidden + +## [3.0.6] - 2021-06-21 + ### Added - Added minHeight at default-present with default spacing. @@ -41,14 +43,10 @@ Modify `hideBackdrop` logic to make backdrop transparent instead of hidden ## [3.0.5] - 2021-06-21 -### Changes - ### Added - Added `size` property to WYSIWYG input component. -### Fixed - ## [3.0.4] - 2021-06-09 ### Added diff --git a/package.json b/package.json index 03d8f08..0d54f6f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@perimetre/ui", "description": "A component library made by @perimetre", - "version": "3.0.6", + "version": "3.0.7", "repository": { "type": "git", "url": "git+https://github.com/perimetre/ui.git"