3.6 RC
To learn more about Kirby 3.6 and the RC phase, check out our dedicated preview site: https://getkirby.com/releases/3.6
✨ Enhancements
- Better error message for invalid parent in pages section #3916
- New CSS properties
--color-dark: #313740;
--z-fatal
--z-offline
- Moved animations to their own stylesheet
- Use Tailwind
sr-only
utility instead ofk-offscreen
Old class name is still available to avoid breaking change - Load compatibility check script first in the head element to unblock stylesheet loading as soon as possible.
- Moved offline warning to new
k-offline-warning
component - The offline warning is now translatable with
error.offline
- The offline warning has a new design
- Improved alignment of title without info in cards.
- Better outline styles for links and buttons in System view
- Improved error handling for Fiber requests
🐛 Fixes
- Fixed nested blocks drawer breadcrumb issue #3871
- Fix rotating loader in Firefox