Releases: amr3k/sveltegram
Releases · amr3k/sveltegram
v1.1.10
v1.1.8
Version 1.1.5
v1.1.5 Updated bundlephobia URL to fetch the latest release
Version 1.1.2
[Chore] Updated dependencies
Version 1.1.1
Updated dependencies Added some images
Version 1.1.0
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
v0.0.8
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.