Skip to content

Releases: britzl/defold-richtext

Defold RichText 5.8.0

07 Sep 17:30
f8c054f
Compare
Choose a tag to compare

CHANGE: RichText now supports nested and overlapping tags.

Defold RichText 5.7.0

07 Sep 12:53
Compare
Choose a tag to compare

NEW: Added support for a limited set of HTML entities (> < and  )

Defold RichText 5.6.0

07 Sep 09:21
Compare
Choose a tag to compare

NEW: Added shadow and outline tags (<shadow=color>foobar</shadow> and <outline=color>foobar</outline>)

Defold RichText 5.5.1

23 Aug 21:30
Compare
Choose a tag to compare

FIX: Combined words now correctly calculate line length

Defold RichText 5.5.0

08 Jun 07:35
Compare
Choose a tag to compare

NEW: Added support for combining words of the same style on a line into a single node to reduce node count. This is achieved by passing combine_words = true in the settings.

Defold RichText 5.4.1

17 Apr 20:54
Compare
Choose a tag to compare

FIX: Zero width metrics didn't apply the word size to the metrics height which results in linebreaks of the wrong height

Defold RichText 5.4.0

04 Dec 05:42
Compare
Choose a tag to compare

CHANGE: Text nodes now also get their outline set to the same color as the fill color.

Defold RichText 5.3.0

29 Nov 05:53
5dd041c
Compare
Choose a tag to compare

NEW: UTF8 support. Thanks Dmitriy!

Defold RichText 5.2.0

12 Sep 17:32
Compare
Choose a tag to compare

NEW: Added support for the a anchor tab to easily handle clickable words
FIX: Generated nodes are assigned unique ids

Defold RichText 5.1.1

22 May 04:26
Compare
Choose a tag to compare

FIX: Empty lines didn't get the proper text metrics for height. This caused problems with multiple consecutive linebreaks