Skip to content

Releases: tinode/tinode-js

Dependencies updated, another emoji test

30 May 23:20
Compare
Choose a tag to compare

Full Changelog: v0.22.13...v0.23.0-rc1

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

Bug fixes

25 May 21:15
Compare
Choose a tag to compare

ef312f9 two bug fixes: tinode/webapp#127, incorrect handling of {pres what=acs tgt=...}
0e5586d disappearing deleted topic

Dependencies updated

28 Apr 20:22
Compare
Choose a tag to compare

Dependencies updated, otherwise no changes

Bug fix

15 Apr 17:47
Compare
Choose a tag to compare

01f5f9a Add &asatt=1 to attachment URL to request Content-Disposition: attachment response header.

Added method `Topic.minMsgSeq`

22 Mar 16:25
Compare
Choose a tag to compare
  • Added method Topic.minMsgSeq
  • jsdoc fixes
  • Dependencies updated