Pre-release notes: https://getkirby.com/releases/5
Changelog since 5.0.0-beta.4
✨ Enhancements
- Make
Vue
bundle accessible as JS Import map #7107 - Use type hinting in
A::get()
instead of theis_array
check. Results in a 2% improvement of total execution time according to tests by @bnomei #7096
🐛 Bug fixes
- Users field preview: displays HTML correctly #7065
- The site preview button is now hidden when the home page preview is disabled #7070
- Fixed cases where after resorting a page, the parent's children collection was incomplete #7044
- Ensure same listing style (breaking or not) in list view #6904
🐛 Bug fixes from previous betas
- Image preview: fix coords input squeezing image #7048
- Fixed return type issue when a page has a custom model #7084
- Pages with drafts can now be deleted properly again #7097
🚨 Breaking changes
A::get()
no longer accepts a first argument that is not an array
🧹 Housekeeping
- Removed deprecated icons #7046
- Removed
circle-outline
. Usecircle
instead - Removed
circle-funnel
. Usefilter
instead - Removed
heart-outline
. Useheart
instead - Removed
image-outline
. Useimage
instead
- Removed
- Small Vue fixes in preparation for Vue 3. We plan to add Vue 3 support in Kirby 6, but already add step by step preparations with every release #7106