Thanks for following along! This is a tagged release (2021.225.0).
Breaking Changes
The regular weight of OpenSans has been renamed to OpenSans-Regular
Until now this font wasn't following the convention we use everywhere else. If you are referencing it directly, please update your strings to point to the new name.
LocalisedString no longer exists
For strings which have romanisable content, RomanisableString
should be used instead.
Multiple UI Components now use LocalisableString
in place of string
If you have custom implementations, you will need to update the overridden signatures.
Explicit ToString
may be required where previous not
Getting the current value of some strings (ie. on UI Components) will now require an explicit call to .ToString()
.