Skip to content

3.7.2

Compare
Choose a tag to compare
@bastianallgeier bastianallgeier released this 27 Jul 13:32
· 5612 commits to main since this release
0f4890a

🚨 Attention

Unfortunately, we introduced a regression in structure fields in this release. Please use the patch release instead https://github.com/getkirby/kirby/releases/tag/3.7.2.1

✨ 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.

📈 Stats

  • 31 commits
  • 14 closed issues and PRs