This release includes many under-the-hood changes. All dependencies are now up to date, enabling us to use new features like infinite scrolling for link lists, prefetching for pages, and view transitions. The app’s accessibility was also greatly improved, with better keyboard support and native dialog modals. We also removed a lot of duplicate code and components.
This release lays the foundation for future features.
Features
- Infinite scroll for link lists
- Prefetching for pages
Changes
- Improve accessibility
- Do not block keyboard navigation
- Better focus state highlighting
- Refactor modals to use native dialog element
- Add view transitions
- Upgrade dependencies
- Svelte v4 -> v5
- Tailwind CSS v3 -> v4
- Inertia.js v1 -> v2
- Laravel v10 -> v12
- Require PHP 8.4
- Refactor components to remove code duplication