From 7b0d26204e7f8d2ef4383dcc46e955d0a81f7f7e Mon Sep 17 00:00:00 2001 From: Lena Morita Date: Tue, 21 Dec 2021 21:31:05 +0900 Subject: [PATCH] Update changelog --- packages/block-editor/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/block-editor/CHANGELOG.md b/packages/block-editor/CHANGELOG.md index 60055faa0e384a..40cca067c49bba 100644 --- a/packages/block-editor/CHANGELOG.md +++ b/packages/block-editor/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +### New Features + +- Change internal implementation of the `LineHeightControl` component to use `NumberControl`. New styles, which are more consistent with other control components, can be used by setting the `__unstableHasLegacyStyles` prop to `false`. In a future version, these new styles will become the default and legacy styles will be removed. + ## 8.0.0 (2021-11-07) ### Performance