Megabit / Blazorise

Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
https://blazorise.com/
Other
3.31k stars 533 forks source link

[Bug]: Manual per version also filters news #5713

Open tacoWanneeJama opened 2 months ago

tacoWanneeJama commented 2 months ago

Blazorise Version

Latest

What Blazorise provider are you running on?

None

Link to minimal reproduction or a simple code snippet

https://v14x.blazorise.com/docs

Steps to reproduce

Select for docs an old version like: [here](https://v14x.blazorise.com/docs). Then clicking to news you get to page: https://v14x.blazorise.com/news, which is showing only news of this special version.

What is expected?

I would expect that the news page is independant of the docs version selected before.

What is actually happening?

Only old news is showing

What browsers do you see the problem on?

Chrome

Any additional comments?

No response

stsrki commented 2 months ago

This is definitely a disadvantage with the current versioning approach. We just made it like that without worrying much about access to the news or blogs. To fix it, we will have to eventually separate docs, blogs, news, and website into a separate app. Then only the docs would ve versioned and this problem would go away.

For now, it is not a priority, but it is something I have in mind.