Uitgelichte onderwerpen

Ah right, I used a new container library from core, so right now it needs the latest Discourse version to update. Will set the correct minimum version in the component. Thanks!

2 likes

My site is running Discourse 2026.8.0-latest.1 but the componet displays a warning that I need to be running this version.

1 like

Same for me, I see the same error :frowning:

1 like

Thanks, I updated the compatibility version!

3 likes

Fixed! Thanks so much :star_struck:

1 like

Our featured topics are back, thank you for the fix.

1 like

It’s also broken on 2026.1 ESR at this moment

The compat file needs 2026.1.999: 0321b6d

1 like

Thanks, updated compatibility again!

This is really more involved than I expected! Looking at it, discourse/ui-kit/* imports only landed in 2026.5.0. So I set the ceiling to 2026.4.999 rather than 2026.1.999. But let me know if I’m missing something still :melting_face:

2 likes

Thanks!

Yes, that is probably better - I was lazy and I figured that version is not supported anymore anyway :grinning_face:

1 like

I saw an update for this component, and the latest version has once again broken on my site. I see again this error:

Yet my discourse is 2026.8.0-latest.1

Screenshot 267

??

1 like

Updated and set minimum version to 2026.7.999.

What apparently happens is that any suffix is treated as a pre-release, so 2026.8.0-latest.1 sorts below 2026.8.0.

I think that’s quite unintuitive and posted a bug report:

Edit: Learned on the above topic that current best practice is to not use these values at all, but use the compatibility branches. The current setup should work, but when I find time I’ll update the component to use branches.