From 9793b98a8e42fa95e6bd25cbb575c43790c6f255 Mon Sep 17 00:00:00 2001 From: Sal Ferrarello <5194588+salcode@users.noreply.github.com> Date: Tue, 1 Feb 2022 06:11:21 -0500 Subject: [PATCH] Add changes to Changelog --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ef90de2..688fbba 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ Development of this code happens at [github.com/salcode/block-xray-attributes](h ## Changelog +### Unreleased + +* Add Higher Order Component `WithSelectedBlock` to provide current block data +* Eliminate `SelectedBlockAttributes` component +* Rename `BlockXrayPanel` component to `BlockXray` + ### 1.0.0 * Initial release