Antoine
banner
antleth.fr
Antoine
@antleth.fr
Tech enthusiast, passionate software engineer and hardcore dark mode advocate
This is now a fixed problem! You can now prefix issues/PRs/discussions with both Svelte Changelog domains from the _very beginning_ of the link! 🥳
November 21, 2025 at 7:34 PM
Svelte Changelog just reached 50 stars! It ain’t much but it’s my most starred repo and your support means a lot! 🥳⭐️
November 11, 2025 at 9:33 PM
Big new thing on Svelte Changelog: you can now prefix a GitHub URL with the whole new shortened "svcl.dev" domain to open an issue, PR, or discussion in SC directly from GH! 🔥
November 9, 2025 at 11:06 AM
New nice little improvement in Svelte Changelog: you can now navigate between referenced issues/PRs/discussions from hashes in the descriptions! 💨
October 28, 2025 at 10:23 PM
6/ More code snippets 💻

Last but not least, I added rendered code snippets in EVEN MORE places: they now render in snippets where the code block language is unspecified!

The diff language detection algorithm runs here too, providing some (not always perfectly accurate 😅) syntax highlighting!
October 24, 2025 at 11:17 PM
5/ Satisfying buttons 🤤

Following the advices of the great @emilkowal.ski, all the buttons are now subtly animated, which is very satisfying I have to admit!
October 24, 2025 at 11:17 PM
4/ Videos in details 📹

Instead of being links, videos (and images) are now automatically and properly rendered!

This is what this... controversial post was doing:
bsky.app/profile/antl...
October 24, 2025 at 11:17 PM
3/ Commit details are BETTER 🔧

I made a bunch of changes to commit histories:
- links inside links are now separated and don't conflict
- commit details are properly formatted
- you can now see the beginning and ending dates of PRs!
October 24, 2025 at 11:17 PM
2/ `theme-color` attribute 🟠

I'm a bit late to the party, but I added support for the `theme-color` meta attribute so Safari on iOS and macOS show something else than black/white on SC.

Unfortunately, Apple ditched support for this in iOS 26 in favor of dynamically computed colors :/
October 24, 2025 at 11:17 PM
1/ Links rendering inside the tracker 💅

I noticed that the links were rendered "raw" inside the tracker's list. I have a renderer for that, so I applied it.
October 24, 2025 at 11:17 PM
I was expecting much more actually!!
October 22, 2025 at 9:35 PM
Beat the size of my block-only component

(I think I really need to try async Svelte)
October 21, 2025 at 8:06 PM
Answer: yes!

The Svelte team cooked once again

(Ignore the multiple log lines, I tried multiple times)
October 17, 2025 at 4:16 AM
Svelte Changelog now features dynamic OG images!

All the pages now cleanly renders an appropriate image when shared on all platforms
October 8, 2025 at 3:03 PM
Barely 8 hours since the sveltejs/mcp repo is public, no official post has yet been done, but @sveltejs/mcp is already live on Svelte Changelog! 🔥👀

@paolo.ricciuti.me and @khromov.se decided to make the repo public a few hours before my vacation flight, but that's a failed attempt at stopping me!!
October 4, 2025 at 4:55 AM
TFW you try releasing a new version of your package with OIDC after you learnt it from @benmccann.com in TWIS, but you fall into the UNDOCUMENTED EDGE CASE where you CANNOT use npmjs dot com despite it being the new default domain, it HAS to be npmjs dot org otherwise 404...
September 12, 2025 at 7:15 PM
The last set of new features lies in the sidebar of the home page:
- the "Show prereleases" checkbox is FINALLY back from v1, where is was previously disabled in v2
- you can now filter which level of releases you want to display, between Majors, Minors, Patches, or all (cc @thomas.rocks) 🔥
September 7, 2025 at 7:24 PM
After:
September 7, 2025 at 7:24 PM
A HUGE performance improvement I *had* to make for a while: the tracker page no longer loads for ages, it's now almost instant!

Poor @paolo.ricciuti.me will no longer have to fill the conversation while this thing takes its time during TWIS 😅

Before:
September 7, 2025 at 7:24 PM
The first little feature I brought is something I've wanted to make for a while: dates now update in the headers!

If you're lucky/patient enough, you'll now be able to see the relative time updating live 👀
September 7, 2025 at 7:24 PM
Alright, that was quite a productive work weekend on Svelte Changelog!

Let's unwrap what's changed! 🧵
September 7, 2025 at 7:24 PM
Edit: guys guys I got it!!

It's not _perfect_ cause it breaks on HMR sometimes (not a big deal) and it requires hydration before reflecting the true state, but it won't be noticeable from the user's perspective

Thanks @paolo.ricciuti.me and @fubits.dev for your tips!
September 7, 2025 at 4:14 PM
@paolo.ricciuti.me @svelte.dev I just learnt about the experimental Speculation API in browsers, and it looks a lot like what SvelteKit already does with prefetching/prerendering

Would it be even better to leverage this native API to power Kit's magic? Should this be something Vite implements?
August 22, 2025 at 2:08 PM
August 2, 2025 at 10:12 PM
Oh shoot it’s part 4 of the master plan
That means it’s not gonna happen for remote functions at all until then, I guess?
July 20, 2025 at 1:21 PM