From 681d48a9f2b62c79699ed3a93a89eca8feb6ee63 Mon Sep 17 00:00:00 2001 From: Riad Benguella Date: Fri, 5 Jul 2024 20:14:37 +0200 Subject: [PATCH] Update DataViews changelog --- packages/dataviews/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/dataviews/CHANGELOG.md b/packages/dataviews/CHANGELOG.md index 022e160034866a..38c640da4021e2 100644 --- a/packages/dataviews/CHANGELOG.md +++ b/packages/dataviews/CHANGELOG.md @@ -6,6 +6,7 @@ ### Breaking Changes - Replace the `hiddenFields` property in the view prop of `DataViews` with a `fields` property that accepts an array of visible fields instead. +- Remove the `layout` property in the view prop of `DataViews`. The format is now determined by the `view.fields` property. Each field can be a string or an object with a `format` property. ### New features