Releases: amr3k/sveltegram
Releases · amr3k/sveltegram
v2.0.2
Bug fix with login callback function
Full Changelog: v2.0.0...v2.0.1
v2.0.0 (Svelte 5)
Migrated to Svelte 5
Full Changelog: v1.1.10...v2.0.0
v1.1.10
- Updated dependencies
- Using svelte 5
Full Changelog: v1.1.8...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.