Skip to content

Releases: amr3k/sveltegram

v1.1.10

21 Feb 20:58
ed9b25d
Compare
Choose a tag to compare
  • Updated dependencies
  • Using svelte 5

Full Changelog: v1.1.8...v1.1.10

v1.1.8

06 Dec 23:05
fb84e33
Compare
Choose a tag to compare

dependencies update

Version 1.1.5

12 Jan 11:57
4c2ffa1
Compare
Choose a tag to compare
v1.1.5

Updated bundlephobia URL to fetch the latest release

Version 1.1.2

15 Nov 04:05
80ccb5d
Compare
Choose a tag to compare

[Chore] Updated dependencies

Version 1.1.1

15 Jul 05:08
cf7713d
Compare
Choose a tag to compare
Updated dependencies

Added some images

Version 1.1.0

23 Jun 00:27
c9a5f79
Compare
Choose a tag to compare

This version comes with a small bug fix that occurs when a dev wants to automatically load comments from a channel using <link rel="canonical" href="page_url"> , after changing any property like theme at runtime, the widget fails to load comments.

So I added pageURL property to the discussion widget which must be the same as the one in <link> tag, this way it will preserve reactivity at runtime.

v1.0.0

19 Jun 13:05
902030d
Compare
Choose a tag to compare

Added login widget

This solves #1

v0.0.8

25 Apr 01:57
b74383f
Compare
Choose a tag to compare

Using Telegram script to load the iframe and adjust its height.
The iframe then is being reactive with dark mode and color changes.

In the past, I was loading iFrame manually but couldn't adjust its height dynamically due to CORS.
The current method works well.