Skip to content

3.7.2-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@bastianallgeier bastianallgeier released this 22 Jul 12:01
3a6645b

✨ Enhancements

  • During logout, the session and Kirby's internal state is now more thoroughly cleaned

🐛 Fixes

  • The border radius for items in the multiselect field is now consistent with the tags field. #4483
  • The “Login” button was renamed “Log in”
  • Fixed an exception happening in PHP 8.1 when pasting text with empty paragraphs into a blocks field #4503
  • The quote block preview now matches the writer field in the drawer better. #4502
  • Trailing \n characters of YAML-encoded values no longer cause Kirby to consider a field multi-line. #4505
  • Added missing onInput handler of the structure field #4513
  • Fixed sortable issue when search is active for sections #4512
  • $block->prev() & $block->next() no longer return hidden blocks from a visible block #4480
  • The "Back" button during a password reset or two-step login works again #4397

♻️ Refactoring

  • Upgraded to vite 3.0 and vitest 0.18.0 #4470

🚨 Breaking changes

  • The Panel view account.logout of the account area was replaced by the logout view of the new logout area

Yep, minor releases should not have breaking changes, but we consider this a non-breaking breaking change that helps fix a bug. The old account.logout view was such an internal feature. We are confident that it has never been extended by anyone.