Skip to content

Releases: tinode/tinode-js

Four significant features

08 Jun 14:40
Compare
Choose a tag to compare

New features

Full Changelog: v0.23.1...v0.24.0

Minor bug fixes for new features

03 Jun 13:45
Compare
Choose a tag to compare
Pre-release

998380e Move tag prefixes to constants, fix incorrect reference
67ef051 Alias helper methods
31b5d71 cd27ce5 Dependencies updated

Four significant features

17 Apr 12:51
Compare
Choose a tag to compare
Pre-release

New features

Full Changelog: v0.23.1...v0.24.0-rc1

Bug fixes

10 Apr 12:03
Compare
Choose a tag to compare

bc7a970 Ensure read notifications are always sent
de2f3d7 Send ping on soft reconnect attempt
f31ac76 Dependencies updated

Dependencies updated

16 Jan 15:09
Compare
Choose a tag to compare

c269e51 Dependencies updated
51481f4 Another emoji test

Full Changelog: v0.22.13...v0.23.0

Support for grapheme clusters in drafty.

29 Apr 23:25
Compare
Choose a tag to compare
  • 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

06 Feb 18:46
Compare
Choose a tag to compare

976fe08 Export topic ID URI prefix.
fc01ef5 Fix for a crash: check that properties exist.

Dependencies updated

15 Dec 22:56
Compare
Choose a tag to compare

Dependencies updated, otherwise no material changes.

Bug fixes

16 Aug 06:33
Compare
Choose a tag to compare

2c31746 Fix for tinode/webapp/issues/131
34829c5 Fix for tinode/webapp/issues/129
bf5c72f Update dependency due to a security issue

Bug fixes

08 Jul 16:17
Compare
Choose a tag to compare

710a284 bugfix: #69 should not throw db not intialised error if indexeddb not available
d4c7e3a fix for tinode/chat/issues/869

Dependencies updated