markmead/hyperui
 Watch   
 Star   
 Fork   
2025-10-25 17:58:22
hyperui

pre-astro

Last release before the switch to Astro + Alpine. I've always thought that HyperUI using Next was overkill but anytime I've explored an alternative, I've hit a dead-end. However, the Astro build is going very well and therefore I am confident Next will be gone.

Safe to blame Vercel changing how params work but that's fine, the Astro version could lead to moving away from Vercel as it's mostly pre-rendered HTML 🎉

Not relevant to the release but incase you're interested:

Most of the features are there on the new Astro version but I have removed the following:

  • Favouriting components
  • Shareable component links with config
  • React and Vue code previews (this could come back but I don't see it)

What's Changed

New Contributors

Full Changelog: https://github.com/markmead/hyperui/compare/next15...pre-astro

2025-05-24 18:04:17
hyperui

Next 15

I/Copilot managed to get Next 15 working.

It feels faster which might be hope or maybe it's because more pages are static (allegedly) but whatever, we're on Next 15 and that's what matters. Now we wait for Next 16... 🎉

What's Changed

New Contributors

Full Changelog: https://github.com/markmead/hyperui/compare/next14...next15

2025-02-23 17:29:11
hyperui

Next 14

This is a revert of the work done in #539.

With every new release, Vercel/Next find a way to make projects use more of their usage allowance and therefore, cost more money. In a fun twist, Next 15 pushes you into awaiting props. Doesn't sound bad, right? Well, this has taken the "Function Invocation" usage for HyperUI from around 300 a month, to 300k a day.

Reverting back to Next 14 and staying there. Potentially will move away from Next all together as I can't be bothered with these predatory releases.