Releases: tinode/tinode-js
Four significant features
New features
- Writing messages to oneself (saving/bookmarking messages)
tinode/chat#741 - Deleting messages in p2p topics for both parties.
tinode/chat#569 - Pinned messages.
tinode/chat#754 - Unique user ID (alias)
tinode/chat#446
Full Changelog: v0.23.1...v0.24.0
Minor bug fixes for new features
Four significant features
New features
- Writing messages to oneself (saving/bookmarking messages)
tinode/chat#741 - Deleting messages in p2p topics for both parties.
tinode/chat#569 - Pinned messages.
tinode/chat#754 - Unique user ID (alias)
tinode/chat#446
Full Changelog: v0.23.1...v0.24.0-rc1
Bug fixes
Dependencies updated
c269e51 Dependencies updated
51481f4 Another emoji test
Full Changelog: v0.22.13...v0.23.0
Support for grapheme clusters in drafty.
- Fix: correct parsing of grapheme clusters (thanks @dilshans2k)
The fix relies on Intl.Segmenter
which is not supported by Firefox 124 and older. A polyfill must be used such
https://github.com/tinode/webapp/blob/7b15cf1f19eebe1ed98a244af2df36c256f30773/index.html#L26
<script crossorigin="anonymous" src="https://polyfill-fastly.io/v3/polyfill.min.js?features=Intl.Segmenter"></script>
If you use the SDK but not the official TinodeWeb
app, then you have to update your app with the polyfill or it will fail in older FF. Or ask your users to upgrade FF to 125 (released April 15, 2024).
Full Changelog: v0.22.12...v0.22.13
Bug fix, dependencies updated
Dependencies updated
Dependencies updated, otherwise no material changes.
Bug fixes
2c31746 Fix for tinode/webapp/issues/131
34829c5 Fix for tinode/webapp/issues/129
bf5c72f Update dependency due to a security issue