Skip to content

Releases: britzl/defold-richtext

Defold RichText 5.16.0

09 Sep 13:09
2f32b42
Compare
Choose a tag to compare

NEW: Added richtext.remove(words) to remove previously created words (nodes). Thanks to @8bitskull

Defold RichText 5.15.0

01 Aug 21:19
Compare
Choose a tag to compare

NEW: Added <repeat=count>text</repeat> tag to repeat enclosed text

Defold RichText 5.14.0

31 Jul 15:30
Compare
Choose a tag to compare

FIX: Empty tags were incorrectly merged with the words prior to the tag
NEW: Image and spine count is returned in text metrics
NEW: Support for custom named colors

Defold RichText 5.13.0

04 Jul 09:53
Compare
Choose a tag to compare

NEW: Added vertical align setting for the words on each line

Defold RichText 5.12.0

01 Jul 06:16
2abb584
Compare
Choose a tag to compare

NEW: Added support for <p> paragraph tags. Thanks @dapetcu21 !

Defold RichText 5.11.0

27 May 06:52
Compare
Choose a tag to compare

NEW: richtext.ALIGN_JUSTIFY

Defold RichText 5.10.2

10 Sep 05:51
Compare
Choose a tag to compare

FIX: Zero-width space should be treated as individual words
FIX: Cleaned up examples

Defold RichText 5.10.1

08 Sep 11:51
Compare
Choose a tag to compare

FIX: The recent parser changes sometimes generated additional empty words. Fixes #49

Defold RichText 5.10.0

08 Sep 10:42
0be5355
Compare
Choose a tag to compare

NEW: Added zero-width space character support via custom HTML entity &zwsp;

Defold RichText 5.9.0

08 Sep 10:28
e6ca0db
Compare
Choose a tag to compare

CHANGE: richtext.truncate() now has an options table as a third argument and an option to truncate on a per word basis instead of per character. The length will in this case indicate how many words to show instead of how many characters.