textShapeMigrations

See source code

Migration sequence for text shape schema evolution. This handles transforming text shape data between different versions as the schema evolves over time.

Key migrations include:

  • RemoveJustify: Replaced 'justify' alignment with 'start'
  • AddTextAlign: Migrated from 'align' to 'textAlign' property
  • AddRichText: Converted plain text to rich text format
textShapeMigrations: import('../recordsWithProps').TLPropsMigrations
Prev
shapeIdValidator
Next
textShapeProps