From ad6e0456a79ccc19cb603774ba9798be2c8f2d2e Mon Sep 17 00:00:00 2001 From: Damon Cook Date: Tue, 5 Oct 2021 13:59:05 -0400 Subject: [PATCH 1/2] Update DateTimePicker readme --- packages/components/src/date-time/README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/packages/components/src/date-time/README.md b/packages/components/src/date-time/README.md index f3d3584acda016..1ecaa8b68e3833 100644 --- a/packages/components/src/date-time/README.md +++ b/packages/components/src/date-time/README.md @@ -64,12 +64,3 @@ A callback function which receives a Date object representing a day as an argume - Type: `Function` - Required: No - -### isDayHighlighted - -A callback function which receives a moment object representing a day as an argument, and should return a Boolean to signify if the day is visually highlighted in the calendar. - -This function will be called on each day, every time user browses into a different month. If you want to force an update to highlights, pass a new reference to your function. Otherwise, make sure the reference does not change between renders to fully leverage the caching. - -- Type: `Function` -- Required: No From fb1f1160d9cc27417615b56b8d9933b43500d95a Mon Sep 17 00:00:00 2001 From: Damon Cook Date: Fri, 15 Oct 2021 12:27:27 -0400 Subject: [PATCH 2/2] =?UTF-8?q?=E2=9E=95=20ADD:=20spacing.margin=20support?= =?UTF-8?q?=20for=20Post=20Title=20block?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/block-library/src/post-title/block.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/block-library/src/post-title/block.json b/packages/block-library/src/post-title/block.json index 308eced2ce359f..4b96ea3036f2d3 100644 --- a/packages/block-library/src/post-title/block.json +++ b/packages/block-library/src/post-title/block.json @@ -35,6 +35,9 @@ "gradients": true, "link": true }, + "spacing": { + "margin": [ "top", "bottom" ] + }, "typography": { "fontSize": true, "lineHeight": true,