Skip to content

Releases: xwiki-labs/textpatcher

Emoji support

Choose a tag to compare

@ansuz ansuz released this 10 Aug 12:10
d674935

Treat emoji replacements as atomic. Don't ever create a patch which features only part of an emoji.

emoji checking

Choose a tag to compare

@ansuz ansuz released this 04 Jul 10:06

if you replace 😂 with 😁, textpatcher's current behaviour is to attempt to replace only part of the emoji (since it stretches across several utf-8 code points.

This results in strange patches that break chainpad.

We've addressed this by throwing a crude error which warns the user if their action would break their current chainpad session, after which their tab will reload.