Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFR] Add precisions to Upgrade.md #3770

Merged
merged 1 commit into from
Oct 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add precisions to Upgrade.md
  • Loading branch information
Kmaschta authored Oct 3, 2019
commit 180a3fc5517f2660b94aad67669b3be950e4bec8
1 change: 1 addition & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down