Skip to content

3.9.5

Compare
Choose a tag to compare
@bastianallgeier bastianallgeier released this 07 Jun 12:10
· 3872 commits to main since this release
6b5dda6

✨ Enhancements

  • Vue is now separately accessible at window.Vue #5158
  • New edit button for structure field to improve keyboard accessibility #5172
  • Updated translations (cs, is_IS, ru)

🐛 Bug fixes

  • Keep the language selector in sync when pressing the back button #5007
  • HasFiles::file() now also uses $in parameter when looking up UUIDs #5159
  • Database::lastError() doesn't crash anymore when no error occurred #5165
  • Correctly process query params and body fields with numeric keys #5171
  • $collection->indexOf() returns false instead of the index 0 when the passed element was not found in the collection #5175
  • The collection next() and prev() methods are now type-hinted to return static for improved IDE support #5039
  • Fix link style for structure field #5157
  • Remove return type for collection() helper #5169

♻️ Refactored

  • Clean up Toolkit package #5078
  • Update SimpleImage dependecy #5248
  • Bump vite from 4.3.0 to 4.3.9 in /panel #5250