From 180a3fc5517f2660b94aad67669b3be950e4bec8 Mon Sep 17 00:00:00 2001 From: Kmaschta Date: Thu, 3 Oct 2019 17:36:57 +0200 Subject: [PATCH] Add precisions to Upgrade.md --- UPGRADE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/UPGRADE.md b/UPGRADE.md index 80d9ee3a674..9aeb148b853 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -200,6 +200,7 @@ Components deprecated in 2.X have been removed in 3.x. This includes: * `RecordTitle` (use `TitleForRecord` instead) * `TitleDeprecated` (use `Title` instead) * `LongTextInput` (use the `TextInput` instead) +* `Headroom` (use `HideOnScroll` instead) ```diff - import { LongTextInput } from 'react-admin';