When I try to upgrade to v1.0.0 of MessageKit, I get the following errors:
I'd be appreciative of a migration path to convert this to the new API. Thanks!
When I try to upgrade to v1.0.0 of MessageKit, I get the following errors:
I'd be appreciative of a migration path to convert this to the new API. Thanks!
Copyright © 2021 Jogjafile Inc.

It looks like there has been a change made to the
LabelAlignmentClass. It no longer has predefined.messageLeadingbut instead has a property for the textAlignment as a part of theLabelAlignmentobject. If you holdCommandand click theLabelAlignmentyou can see its definition.So all you need to do is adjust yours calls to the new constructor.
If you want to find out all the changes that have happed in each release check out the ChangeLog here
Good luck