Skip to content

Commit c11d9eb

Browse files
chore(github): Clean up migration guide by removing outdated sections
Removed deprecated multiline prop timeline and additional resources.
1 parent cc18302 commit c11d9eb

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

MIGRATION_TEXTFIELD_MULTILINE.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,8 @@ After migrating, ensure:
179179

180180
If you encounter issues during migration:
181181

182-
1. Check the [Textarea component documentation](#)
183-
2. Review the examples in this guide
184-
3. Create an issue on GitHub with details about your use case
182+
1. Review the examples in this guide
183+
2. Create an issue on GitHub with details about your use case
185184

186185
## API Reference
187186

@@ -207,14 +206,3 @@ The following TextField-specific props are NOT available on Textarea:
207206
- `inputIcon` - Icons are not typical for textareas
208207
- `unit` - Units are not typical for textareas
209208
- `meta` - Use helperText instead
210-
211-
## Timeline
212-
213-
- **Version X.X.X**: multiline prop deprecated (warning in console)
214-
- **Version X.X.X**: multiline prop removed (this version)
215-
216-
## Additional Resources
217-
218-
- [Textarea Component Documentation](#)
219-
- [TextField Component Documentation](#)
220-
- [Design System Migration Guide](#)

0 commit comments

Comments
 (0)